Searched refs:ap_limit_section (Results 1 – 3 of 3) sorted by relevance
| /mirbsd/src/usr.sbin/httpd/src/include/ |
| D | http_core.h | 350 CORE_EXPORT_NONSTD(const char *) ap_limit_section (cmd_parms *cmd, void *dummy, const char *arg);
|
| D | ap_compat.h | 191 #define limit_section ap_limit_section
|
| /mirbsd/src/usr.sbin/httpd/src/main/ |
| D | http_core.c | 1241 CORE_EXPORT_NONSTD(const char *) ap_limit_section(cmd_parms *cmd, void *dummy, in ap_limit_section() function 3133 { "<Limit", ap_limit_section, NULL, OR_ALL, RAW_ARGS, "Container for " 3137 { "<LimitExcept", ap_limit_section, (void*)1, OR_ALL, RAW_ARGS,
|