/httpd/modules/metadata/ |
H A D | mod_headers.c | 28 * Header action header value 29 * RequestHeader action header value 31 * Where action is one of: 41 * Where action is unset, the third argument (value) should not be given. 123 /* 'Magic' condition_var value to run action in post_read_request */ 129 hdr_actions action; member in struct:__anon254 397 if (hdr->action == hdr_unset || hdr->action == hdr_echo) { 401 else if (hdr->action == hdr_edit || hdr->action 428 header_inout_cmd(cmd_parms *cmd, void *indirconf, const char *action, const char *hdr, const char *value, const char *subs, const char *envclause) argument 566 const char *action; local [all...] |
/httpd/modules/mappers/ |
H A D | mod_actions.c | 153 const char *t, *action; local 185 action = r->handler ? r->handler : 188 if (action && (t = apr_table_get(conf->action_types, action))) { 199 apr_table_setn(r->subprocess_env, "HANDLER", action);
|
/httpd/modules/aaa/ |
H A D | mod_authz_dbd.c | 43 (request_rec *r, int code, const char *action), 44 (r, code, action), OK, DECLINED) 113 const char *action) 126 "No query configured for %s!", action); 132 "Error retrieving Query for %s!", action); 142 action, r->user, nrows); 149 action, r->user, message?message:noerror); 173 "authz_dbd in get_row; action=%s user=%s [%s]", 174 action, r->user, message?message:noerror); 186 action, 112 authz_dbd_login(request_rec *r, authz_dbd_cfg *cfg, const char *action) argument [all...] |
H A D | mod_authz_dbd.h | 43 (request_rec *r, int code, const char *action))
|
/httpd/modules/test/ |
H A D | mod_policy.c | 950 static const char *parse_action(apr_pool_t *pool, const char *action, argument 953 if (!strcmp(action, "enforce")) { 956 else if (!strcmp(action, "log")) { 959 else if (!strcmp(action, "ignore")) { 964 "'%s' must be one of 'enforce, 'log' or 'ignore'.", action); 992 static const char *set_type(cmd_parms *cmd, void *dconf, const char *action, argument 1008 return parse_action(cmd->pool, action, &conf->type_action); 1022 static const char *set_length(cmd_parms *cmd, void *dconf, const char *action) argument 1028 return parse_action(cmd->pool, action, &conf->length_action); 1041 static const char *set_keepalive(cmd_parms *cmd, void *dconf, const char *action) argument 1060 set_vary(cmd_parms *cmd, void *dconf, const char *action, const char *vary) argument 1089 set_validation(cmd_parms *cmd, void *dconf, const char *action) argument 1110 set_conditional(cmd_parms *cmd, void *dconf, const char *action) argument 1131 set_nocache(cmd_parms *cmd, void *dconf, const char *action) argument 1150 set_maxage(cmd_parms *cmd, void *dconf, const char *action, const char *maxage) argument 1174 set_version(cmd_parms *cmd, void *dconf, const char *action, const char *version) argument [all...] |
/httpd/server/ |
H A D | util_regex.c | 48 enum { SUBSTITUTE = 's', MATCH = 'm'} action = MATCH; local 53 action = SUBSTITUTE; 86 if (action == SUBSTITUTE) {
|
H A D | mpm_unix.c | 113 static int reclaim_one_pid(pid_t pid, action_t action) argument 133 switch(action) { 185 /* this table of actions and elapsed times tells what action is taken 189 action_t action; member in struct:__anon381 193 * children but take no action against 202 int cur_action; /* index of action we decided to take this 205 int next_action = 1; /* index of first real action */ 212 * react quickly to the last child exiting, and taking action can 220 /* see what action to take, if any */ 239 if (reclaim_one_pid(pid, action_table[cur_action].action)) { [all...] |
H A D | core.c | 522 /* no action for virt->accf_map, not allowed per-vhost */ 1825 char action; local 1829 action = '\0'; 1832 action = *(w++); 1896 else if (action == '-') { 1902 else if (action == '+') { 1939 char action; local 1952 action = '*'; 1957 action = *token; 1975 if (action ! [all...] |
/httpd/modules/generators/ |
H A D | mod_autoindex.c | 334 char action; local 346 action = *(w++); 349 action = '\0'; 409 if (action != '\0') { 417 if (action != '-') { 425 if (action == '-') { 431 if (action != '-') { 439 if (action == '-') { 445 if (action != '-') { 453 if (action [all...] |
/httpd/support/ |
H A D | dbmmanage.in | 267 my $action = $is_update ? "updated" : "added"; 268 print "User $key $action with password encrypted to $DB{$key} using $crypt_method\n";
|
/httpd/modules/ssl/ |
H A D | ssl_engine_config.c | 1191 char action, *w; local 1195 action = NUL; 1198 action = *(w++); 1229 if (action == '-') { 1234 else if (action == '+') { 1308 char action = '\0'; local 1311 action = *(w++); 1315 if (action == '-') { 1345 if (action == '-') { 1348 else if (action [all...] |
/httpd/modules/proxy/ |
H A D | mod_proxy_balancer.c | 993 const char *action; local 1246 action = ap_construct_url(r->pool, r->uri, r); 1565 ap_rputs("<form method=\"POST\" enctype=\"application/x-www-form-urlencoded\" action=\"", r); 1566 ap_rvputs(r, ap_escape_uri(r->pool, action), "\">\n", NULL); 1606 ap_rputs("<form method='POST' enctype='application/x-www-form-urlencoded' action='", r); 1607 ap_rvputs(r, ap_escape_uri(r->pool, action), "'>\n", NULL);
|
H A D | proxy_util.c | 1220 char *action = "copying"; local 1230 action = "re-using"; 1235 "%s shm[%d] (0x%pp) for %s", action, i, (void *)shm, 1807 char *action = "copying"; local 1817 action = "re-using"; 1825 "%s shm[%d] (0x%pp) for worker: %s", action, i, (void *)shm,
|