#include "system.h"
#include <netinet/in.h>
#include <rpmmacro.h>
#include <rpmmessages.h>
#include <rpmio_internal.h>
#include "debug.h"
Go to the source code of this file.
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 [] |
Definition in file url.c.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 157 of file url.c. Referenced by urlSplit(). |
|
|
|
|
|
|
|
|
|
|
|
|
1.2.3 written by Dimitri van Heesch,
© 1997-2000