|
Apache HTTPD
|
#include "apr_file_info.h"#include "apr_fnmatch.h"#include "apr_tables.h"#include "apr_lib.h"#include "apr_strings.h"#include <string.h>Go to the source code of this file.
Functions | |
| static APR_INLINE int | fnmatch_ch (const char **pattern, const char **string, int flags) |
| APR_DECLARE (int) | |
< Compare characters case-insensitively.
< Disable backslash escaping.
< Slash must be matched by slash.
< Match failed.
< Match failed.
< Match failed.
Definition at line 74 of file apr_fnmatch.c.