Home
last modified time | relevance | path

Searched refs:ap_scan_script_header_err_core (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/usr.sbin/httpd/src/main/
Dutil_script.c411 API_EXPORT(int) ap_scan_script_header_err_core(request_rec *r, char *buffer, in ap_scan_script_header_err_core() function
581 return ap_scan_script_header_err_core(r, buffer, getsfunc_FILE, f); in ap_scan_script_header_err()
592 return ap_scan_script_header_err_core(r, buffer, getsfunc_BUFF, fb); in ap_scan_script_header_err_buff()
644 res = ap_scan_script_header_err_core(r, buffer, getsfunc_STRING, (void *) &strs); in ap_scan_script_header_err_strs()
/mirbsd/src/usr.sbin/httpd/src/include/
Dutil_script.h84 API_EXPORT(int) ap_scan_script_header_err_core(request_rec *r, char *buffer,