Searched defs:termch (Results 1 - 2 of 2) sorted by relevance
/httpd/server/ |
H A D | util_script.c | 780 const char **termch, 791 if (termch) 792 *termch = strs.curpos; 801 const char **termch, 812 if (termch) 813 *termch = strs.curpos; 777 ap_scan_script_header_err_strs_ex(request_rec *r, char *buffer, int module_index, const char **termch, int *termarg, ...) argument 799 ap_scan_script_header_err_strs(request_rec *r, char *buffer, const char **termch, int *termarg, ...) argument
|
/httpd/modules/arch/win32/ |
H A D | mod_isapi.c | 635 const char *termch; local 718 APLOG_MODULE_INDEX, &termch, &termarg, stat, head, NULL); 722 APLOG_MODULE_INDEX, &termch, &termarg, head, NULL); 792 if (!termch) 800 if (termch && (termarg == (stat ? 1 : 0)) 801 && head_present && head + headlen > termch) { 802 return ate + termch - head;
|
Completed in 30 milliseconds