Defines | |
| #define | APR_FNM_NOMATCH 1 |
| #define | APR_FNM_NOESCAPE 0x01 |
| #define | APR_FNM_PATHNAME 0x02 |
| #define | APR_FNM_PERIOD 0x04 |
| #define | APR_FNM_CASE_BLIND 0x08 |
| #define | FNM_NOMATCH APR_FNM_NOMATCH |
| #define | FNM_NOESCAPE APR_FNM_NOESCAPE |
| #define | FNM_PATHNAME APR_FNM_PATHNAME |
| #define | FNM_PERIOD APR_FNM_PERIOD |
| #define | FNM_CASE_BLIND APR_FNM_CASE_BLIND |
Functions | |
| APR_DECLARE (apr_status_t) apr_fnmatch(const char *pattern | |
| APR_DECLARE (int) apr_fnmatch_test(const char *pattern) | |
Variables | |
| const char * | strings |
| const char int | flags |
|
|
Compare characters case-insensitively.
Definition at line 62 of file apr_fnmatch.h. Referenced by APR_DECLARE(), and rangematch(). |
|
|
Disable backslash escaping. Definition at line 59 of file apr_fnmatch.h. Referenced by APR_DECLARE(), and rangematch(). |
|
|
Match failed. Definition at line 57 of file apr_fnmatch.h. Referenced by APR_DECLARE(). |
|
|
Slash must be matched by slash. Definition at line 60 of file apr_fnmatch.h. Referenced by APR_DECLARE(). |
|
|
Period must be matched by period. Definition at line 61 of file apr_fnmatch.h. Referenced by APR_DECLARE(). |
|
|
Definition at line 70 of file apr_fnmatch.h. Referenced by make_autoindex_entry(), and ssl_check_public_cert(). |
|
|
Definition at line 67 of file apr_fnmatch.h. Referenced by make_autoindex_entry(). |
|
|
Definition at line 66 of file apr_fnmatch.h. Referenced by ssl_check_public_cert(). |
|
|
Definition at line 68 of file apr_fnmatch.h. |
|
|
Definition at line 69 of file apr_fnmatch.h. Referenced by make_autoindex_entry(), and ssl_check_public_cert(). |
|
|
Do a natural order comparison of two strings.
Definition at line 950 of file unix/sockaddr.c. |
|
|
Try to match the string to the given pattern, return APR_SUCCESS if match, else return APR_FNM_NOMATCH.
|
|
|
Definition at line 87 of file apr_fnmatch.h. |
|
|
Definition at line 87 of file apr_fnmatch.h. |