|
Apache HTTPD
|
#include "apr_private.h"#include "apr_file_io.h"#include "apr_strings.h"#include "apr_arch_file_io.h"#include "apr_portable.h"#include "apr_arch_inherit.h"#include <stdio.h>#include <stdlib.h>#include <string.h>#include <ctype.h>Go to the source code of this file.
Macros | |
| #define | arc4random() random() |
| #define | seedrandom(a) srandom(a) |
Functions | |
| static int | gettemp (char *path, apr_file_t **doopen, apr_int32_t flags, apr_pool_t *p) |
| APR_DECLARE (apr_status_t) | |
Variables | |
| static const unsigned char | padchar [] |
| static apr_uint32_t | randseed =0 |
|
static |
|
static |