#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.
|
|
|
|
|
Wrapper to free(3), hides const compilation noise, permit NULL, return NULL.
|
|
Close an argv directory.
Definition at line 50 of file rpmdav.c. References _av_debug, and _free(). Referenced by Closedir(). |
|
Create an argv directory from URL collection.
Definition at line 117 of file rpmdav.c. References _av_debug, avmagicdir, dirent, DT_DIR, stpcpy(), and xcalloc(). |
|
Return next entry from an argv directory.
Definition at line 67 of file rpmdav.c. References _av_debug, dirent, and ISAVMAGIC. Referenced by Readdir(). |
|
Definition at line 48 of file rpmdav.c. Referenced by avOpendir(), and ftpOpendir(). |
|
|