#include <rpmurl.h>
Data Fields | |
int | nrefs |
const char * | url |
const char * | scheme |
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 |
void * | capabilities |
void * | lockstore |
void * | sess |
off_t | current |
off_t | total |
int | connstatus |
int | bufAlloced |
char * | buf |
int | openError |
int | httpVersion |
int | httpHasRange |
int | magic |
Definition at line 31 of file rpmurl.h.
|
I/O buffer Definition at line 75 of file rpmurl.h. Referenced by checkResponse(), ftpAbort(), and XurlFree(). |
|
sizeof I/O buffer Definition at line 73 of file rpmurl.h. Referenced by checkResponse(), and ftpAbort(). |
|
neon: ne_server_capabilities ptr |
|
neon: connection status. |
|
control channel Definition at line 52 of file rpmurl.h. Referenced by ftpAbort(), ftpCheckResponse(), ftpCmd(), ftpCommand(), ftpFileDone(), ftpLogin(), ftpReq(), ufdClose(), urlConnect(), and XurlFree(). |
|
neon: current body offset. |
|
per-xfer data channel Definition at line 53 of file rpmurl.h. Referenced by ftpOpen(), ufdClose(), and XurlFree(). |
|
URI host. Definition at line 42 of file rpmurl.h. Referenced by doScript(), ftpLogin(), urlConnect(), urlFind(), urlSplit(), and XurlFree(). |
|
Definition at line 78 of file rpmurl.h. Referenced by checkResponse(). |
|
Definition at line 77 of file rpmurl.h. Referenced by checkResponse(). |
|
neon: ne_lock_store ptr |
|
|
|
no. of references Definition at line 32 of file rpmurl.h. Referenced by XurlFree(), and XurlLink(). |
|
Type of open failure Definition at line 76 of file rpmurl.h. Referenced by ftpNLST(), ufdOpen(), urlConnect(), and urlStrerror(). |
|
URI password. Definition at line 40 of file rpmurl.h. Referenced by ftpLogin(), urlConnect(), urlFind(), urlSplit(), and XurlFree(). |
|
URI port. Definition at line 50 of file rpmurl.h. Referenced by ftpLogin(), and urlSplit(). |
|
URI port string. Definition at line 44 of file rpmurl.h. Referenced by urlFind(), urlSplit(), and XurlFree(). |
|
FTP/HTTP: proxy host Definition at line 48 of file rpmurl.h. Referenced by ftpLogin(), urlFind(), and XurlFree(). |
|
FTP/HTTP: proxy port Definition at line 49 of file rpmurl.h. Referenced by ftpLogin(), and urlFind(). |
|
FTP: proxy user Definition at line 46 of file rpmurl.h. Referenced by ftpLogin(), urlFind(), and XurlFree(). |
|
URI scheme. Definition at line 36 of file rpmurl.h. Referenced by ufdClose(), urlFind(), urlSplit(), and XurlFree(). |
|
neon: ne_session ptr Definition at line 60 of file rpmurl.h. Referenced by XurlFree(). |
|
neon: total body length. |
|
copy of original url Definition at line 34 of file rpmurl.h. Referenced by urlSplit(), and XurlFree(). |
|
URI type. Definition at line 51 of file rpmurl.h. Referenced by doScript(), ufdClose(), urlConnect(), urlFind(), and urlSplit(). |
|
URI user. Definition at line 38 of file rpmurl.h. Referenced by ftpLogin(), urlConnect(), urlFind(), urlSplit(), and XurlFree(). |