|
Apache HTTPD
|
Go to the source code of this file.
Macros | |
| #define | SKIP_WHITESPACE(cp) |
| #define | CHECK_QUOTATION(cp, isquoted) |
| #define | DETERMINE_NEXTSTRING(cp, isquoted) |
| #define | REMOVE_ESCAPE_CHARS(cleaned, dirty, escaped) |
Functions | |
| APR_DECLARE (char *) | |
| APR_DECLARE (apr_status_t) | |
| APR_DECLARE (const char *) | |
| char * | strdup (const char *str) |
| int | strcasecmp (const char *a, const char *b) |
| int | strncasecmp (const char *a, const char *b, size_t n) |
| char * | strstr (char *s1, char *s2) |
| #define SKIP_WHITESPACE | ( | cp | ) |
| APR_DECLARE | ( | char * | ) |
Definition at line 46 of file apr_cpystrn.c.
Definition at line 232 of file apr_cpystrn.c.
Definition at line 288 of file apr_cpystrn.c.