Searched refs:pszStatusCode (Results 1 - 2 of 2) sorted by relevance

/httpd/modules/arch/win32/
H A Dmod_isapi.h119 * in the pszStatusCode member of the HSE_TF_INFO structure.
156 const char *pszStatusCode; /* Ignored if HSE_IO_SEND_HEADERS is member in struct:HSE_TF_INFO
H A Dmod_isapi.c1097 if ((tf->dwFlags & HSE_IO_SEND_HEADERS) && tf->pszStatusCode) {
1098 ate = send_response_header(cid, tf->pszStatusCode,
1100 strlen(tf->pszStatusCode),

Completed in 11 milliseconds