Searched refs:limit_req_body (Results 1 – 2 of 2) sorted by relevance
291 unsigned long limit_req_body; /* limit on bytes in request msg body */ member
148 conf->limit_req_body = 0; in create_core_dir_config()276 if (new->limit_req_body) { in merge_core_dir_configs()277 conf->limit_req_body = new->limit_req_body; in merge_core_dir_configs()876 return d->limit_req_body; in ap_get_limit_req_body()2836 conf->limit_req_body = (unsigned long)ap_strtol(arg, (char **)NULL, 10); in set_limit_req_body()3343 (void*)XtOffsetOf(core_dir_config, limit_req_body),