#include "system.h"#include <rpmio_internal.h>#include <rpmdav.h>#include "argv.h"#include "ugid.h"#include "debug.h"Go to the source code of this file.
Defines | |
| #define | _RPMDAV_INTERNAL |
| #define | TIMEOUT_SECS 5 |
Functions | |
| static void * | _free (const void *p) |
| Wrapper to free(3), hides const compilation noise, permit NULL, return NULL. | |
| int | avClosedir (DIR *dir) |
| Close an argv directory. | |
| direct * | avReaddir (DIR *dir) |
| Return next entry from an argv directory. | |
| DIR * | avOpendir (const char *path) |
| Create an argv directory from URL collection. | |
Variables | |
| static int | httpTimeoutSecs = 5 |
| int | avmagicdir = 0x3607113 |
Definition in file rpmdav.c.
| static void* _free | ( | const void * | p | ) | [inline, static] |
| int avClosedir | ( | DIR * | dir | ) |
Close an argv directory.
| dir | argv DIR |
Definition at line 50 of file rpmdav.c.
References _av_debug, and _free().
Referenced by Closedir().
| DIR* avOpendir | ( | const char * | path | ) |
| struct direct* avReaddir | ( | DIR * | dir | ) |
| int avmagicdir = 0x3607113 |
int httpTimeoutSecs = 5 [static] |
1.5.1