Searched refs:ap_send_http_options (Results 1 – 4 of 4) sorted by relevance
99 API_EXPORT(int) ap_send_http_options(request_rec *r);
353 #define send_http_options ap_send_http_options
1661 API_EXPORT(int) ap_send_http_options(request_rec *r) in ap_send_http_options() function
3463 return ap_send_http_options(r); in default_handler()