Compounds |
struct | urlstring |
Defines |
#define | IPPORT_FTP 21 |
#define | IPPORT_HTTP 80 |
#define | URL_IOBUF_SIZE 4096 |
#define | RPMURL_DEBUG_IO 0x40000000 |
#define | RPMURL_DEBUG_REFS 0x20000000 |
#define | URLDBG(_f, _m, _x) if ((_url_debug | (_f)) & (_m)) fprintf _x |
#define | URLDBGIO(_f, _x) URLDBG((_f), RPMURL_DEBUG_IO, _x) |
#define | URLDBGREFS(_f, _x) URLDBG((_f), RPMURL_DEBUG_REFS, _x) |
Functions |
int | urlStrcmp (const char *str1, const char *str2) |
void | urlFind (urlinfo *uret, int mustAsk) |
Variables |
urlinfo* | uCache = NULL |
int | uCount = 0 |
struct urlstring | urlstrings [] |