|
Apache HTTPD
|
Go to the source code of this file.
Macros | |
| #define | LF 10 |
| #define | CR 13 |
| #define | MAX_STRING_LEN 256 |
| #define | ERR_OVERFLOW 5 |
Functions | |
| static char * | get_password (const char *prompt) |
| APR_DECLARE (apr_status_t) | |
| #define CR 13 |
Definition at line 74 of file apr_getpass.c.
| #define ERR_OVERFLOW 5 |
Definition at line 82 of file apr_getpass.c.
| #define LF 10 |
Definition at line 73 of file apr_getpass.c.
| #define MAX_STRING_LEN 256 |
Definition at line 80 of file apr_getpass.c.