|
Apache HTTPD
|
#include "apr_strings.h"#include "apr_portable.h"#include "apr_user.h"#include "apr_private.h"#include "apr_want.h"Go to the source code of this file.
Macros | |
| #define | APR_WANT_MEMFUNC |
| #define | PWBUF_SIZE 2048 |
Functions | |
| static apr_status_t | getpwnam_safe (const char *username, struct passwd *pw, char pwbuf[2048]) |
| APR_DECLARE (apr_status_t) | |
| #define APR_WANT_MEMFUNC |
Definition at line 30 of file userinfo.c.
| #define PWBUF_SIZE 2048 |
Definition at line 33 of file userinfo.c.
|
static |
Definition at line 35 of file userinfo.c.