Searched defs:length_action (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/test/
H A Dmod_policy.c69 policy_result length_action; member in struct:policy_conf
267 policy_result result = check_enabled(r, conf, conf->length_action);
860 new->length_action = policy_log;
894 new->length_action = (add->length_set == 0) ? base->length_action
895 : add->length_action;
1028 return parse_action(cmd->pool, action, &conf->length_action);

Completed in 2196 milliseconds