Searched refs:order (Results 1 - 3 of 3) sorted by relevance

/httpd/include/
H A Dap_hooks.h159 #define AP_OPTIONAL_HOOK(name,fn,pre,succ,order) \
160 APR_OPTIONAL_HOOK(ap,name,fn,pre,succ,order)
/httpd/modules/aaa/
H A Dmod_access_compat.c64 /* things in the 'order' array */
70 int order[METHODS]; member in struct:__anon50
85 conf->order[i] = DENY_THEN_ALLOW;
97 static const char *order(cmd_parms *cmd, void *dv, const char *arg) function
109 return "unknown order";
113 d->order[i] = o;
204 AP_INIT_TAKE1("order", order, NULL, OR_LIMIT,
324 if (a->order[method] == ALLOW_THEN_DENY) {
333 else if (a->order[metho
[all...]
/httpd/modules/proxy/
H A Dmod_serf.c1009 strcmp(key, "order") != 0) {
1054 const char *order = apr_table_get(params, "order"); local
1074 if (strcmp(order, "random") == 0) {
1075 /* TODO: support order=random */

Completed in 1728 milliseconds