Main Page   Modules   Compound List   File List   Compound Members   File Members   Related Pages  

urlinfo Struct Reference

URL control structure. More...

#include <rpmurl.h>

List of all members.

Public Attributes

int nrefs
const char* url
const char* service
const char* user
const char* password
const char* host
const char* portstr
const char* proxyu
const char* proxyh
int proxyp
int port
int urltype
FD_t ctrl
FD_t data
int bufAlloced
char* buf
int openError
int httpVersion
int httpHasRange
int magic


Detailed Description

URL control structure.

Definition at line 27 of file rpmurl.h.


Member Data Documentation

char * urlinfo::buf
 

I/O buffer

Definition at line 43 of file rpmurl.h.

int urlinfo::bufAlloced
 

sizeof I/O buffer

Definition at line 42 of file rpmurl.h.

FD_t urlinfo::ctrl
 

control channel

Definition at line 40 of file rpmurl.h.

FD_t urlinfo::data
 

per-xfer data channel

Definition at line 41 of file rpmurl.h.

const char* urlinfo::host
 

Definition at line 33 of file rpmurl.h.

int urlinfo::httpHasRange
 

Definition at line 46 of file rpmurl.h.

int urlinfo::httpVersion
 

Definition at line 45 of file rpmurl.h.

int urlinfo::magic
 

Definition at line 47 of file rpmurl.h.

int urlinfo::nrefs
 

no. of references

Definition at line 28 of file rpmurl.h.

int urlinfo::openError
 

Type of open failure

Definition at line 44 of file rpmurl.h.

const char* urlinfo::password
 

Definition at line 32 of file rpmurl.h.

int urlinfo::port
 

Definition at line 38 of file rpmurl.h.

const char* urlinfo::portstr
 

Definition at line 34 of file rpmurl.h.

const char * urlinfo::proxyh
 

FTP/HTTP: proxy host

Definition at line 36 of file rpmurl.h.

int urlinfo::proxyp
 

FTP/HTTP: proxy port

Definition at line 37 of file rpmurl.h.

const char * urlinfo::proxyu
 

FTP: proxy user

Definition at line 35 of file rpmurl.h.

const char* urlinfo::service
 

Definition at line 30 of file rpmurl.h.

const char * urlinfo::url
 

copy of original url

Definition at line 29 of file rpmurl.h.

int urlinfo::urltype
 

Definition at line 39 of file rpmurl.h.

const char* urlinfo::user
 

Definition at line 31 of file rpmurl.h.


The documentation for this struct was generated from the following file:
Generated at Mon May 21 08:53:43 2001 for rpm by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001