lpCB 53 sapi/pi3web/pi3web_sapi.c LPCONTROL_BLOCK lpCB = (LPCONTROL_BLOCK) SG(server_context); lpCB 54 sapi/pi3web/pi3web_sapi.c PIDB *pDB = (PIDB *)lpCB->GetVariableNames(lpCB->ConnID); lpCB 66 sapi/pi3web/pi3web_sapi.c if (lpCB->GetServerVariable(lpCB->ConnID, "SERVER_NAME", variable_buf, &variable_len) lpCB 78 sapi/pi3web/pi3web_sapi.c php_info_print_table_row(2, "HTTP Request Line", lpCB->lpszReq); lpCB 90 sapi/pi3web/pi3web_sapi.c if (lpCB->GetServerVariable(lpCB->ConnID, pKey, variable_buf, &variable_len) lpCB 97 sapi/pi3web/pi3web_sapi.c if (lpCB->GetServerVariable(lpCB->ConnID, pKey, tmp_variable_buf, &variable_len) lpCB 166 sapi/pi3web/pi3web_sapi.c LPCONTROL_BLOCK lpCB = (LPCONTROL_BLOCK) SG(server_context); lpCB 190 sapi/pi3web/pi3web_sapi.c lpCB->dwHttpStatusCode = SG(sapi_headers).http_response_code; lpCB 191 sapi/pi3web/pi3web_sapi.c lpCB->SendHeaderFunction(lpCB->ConnID, &total_length, (LPDWORD) combined_headers); lpCB 214 sapi/pi3web/pi3web_sapi.c LPCONTROL_BLOCK lpCB = (LPCONTROL_BLOCK) SG(server_context); lpCB 219 sapi/pi3web/pi3web_sapi.c if ((DWORD)SG(read_post_bytes) < lpCB->cbAvailable) { lpCB 220 sapi/pi3web/pi3web_sapi.c read_from_buf = MIN(lpCB->cbAvailable-SG(read_post_bytes), count_bytes); lpCB 221 sapi/pi3web/pi3web_sapi.c memcpy(buffer, lpCB->lpbData+SG(read_post_bytes), read_from_buf); lpCB 225 sapi/pi3web/pi3web_sapi.c && (SG(read_post_bytes)+read_from_buf) < lpCB->cbTotalBytes) { lpCB 228 sapi/pi3web/pi3web_sapi.c read_from_input = MIN(count_bytes-read_from_buf, lpCB->cbTotalBytes-SG(read_post_bytes)-read_from_buf); lpCB 231 sapi/pi3web/pi3web_sapi.c if (!lpCB->ReadClient(lpCB->ConnID, buffer+read_from_buf+cbRead, &cbSize) || cbSize==0) { lpCB 247 sapi/pi3web/pi3web_sapi.c LPCONTROL_BLOCK lpCB = (LPCONTROL_BLOCK) SG(server_context); lpCB 251 sapi/pi3web/pi3web_sapi.c if (lpCB->GetServerVariable(lpCB->ConnID, "HTTP_COOKIE", variable_buf, &variable_len)) { lpCB 256 sapi/pi3web/pi3web_sapi.c if (lpCB->GetServerVariable(lpCB->ConnID, "HTTP_COOKIE", tmp_variable_buf, &variable_len)) { lpCB 266 sapi/pi3web/pi3web_sapi.c static void init_request_info(LPCONTROL_BLOCK lpCB TSRMLS_DC) lpCB 268 sapi/pi3web/pi3web_sapi.c SG(server_context) = lpCB; lpCB 269 sapi/pi3web/pi3web_sapi.c SG(request_info).request_method = lpCB->lpszMethod; lpCB 270 sapi/pi3web/pi3web_sapi.c SG(request_info).query_string = lpCB->lpszQueryString; lpCB 271 sapi/pi3web/pi3web_sapi.c SG(request_info).path_translated = lpCB->lpszPathTranslated; lpCB 272 sapi/pi3web/pi3web_sapi.c SG(request_info).request_uri = lpCB->lpszUri; lpCB 273 sapi/pi3web/pi3web_sapi.c SG(request_info).content_type = lpCB->lpszContentType; lpCB 274 sapi/pi3web/pi3web_sapi.c SG(request_info).content_length = lpCB->cbTotalBytes; lpCB 275 sapi/pi3web/pi3web_sapi.c SG(request_info).auth_user = (lpCB->lpszUser) ? (char *)estrdup((const char *)(lpCB->lpszUser)) : 0; lpCB 276 sapi/pi3web/pi3web_sapi.c SG(request_info).auth_password = (lpCB->lpszPassword) ? (char *)estrdup((const char *)(lpCB->lpszPassword)) : 0; lpCB 285 sapi/pi3web/pi3web_sapi.c LPCONTROL_BLOCK lpCB = (LPCONTROL_BLOCK) SG(server_context); lpCB 286 sapi/pi3web/pi3web_sapi.c PIDB *pDB = (PIDB *)lpCB->GetVariableNames(lpCB->ConnID); lpCB 297 sapi/pi3web/pi3web_sapi.c if (lpCB->GetServerVariable(lpCB->ConnID, pKey, static_variable_buf, &variable_len) lpCB 302 sapi/pi3web/pi3web_sapi.c if (lpCB->GetServerVariable(lpCB->ConnID, pKey, variable_buf, &variable_len)) { lpCB 313 sapi/pi3web/pi3web_sapi.c if (lpCB->GetServerVariable(lpCB->ConnID, "SCRIPT_NAME", static_variable_buf, &variable_len) lpCB 345 sapi/pi3web/pi3web_sapi.c MODULE_API DWORD PHP5_wrapper(LPCONTROL_BLOCK lpCB) lpCB 352 sapi/pi3web/pi3web_sapi.c file_handle.filename = lpCB->lpszFileName; lpCB 357 sapi/pi3web/pi3web_sapi.c init_request_info(lpCB TSRMLS_CC); lpCB 360 sapi/pi3web/pi3web_sapi.c switch ( lpCB->dwBehavior ) { lpCB 89 sapi/pi3web/pi3web_sapi.h MODULE_API DWORD PHP5_wrapper(LPCONTROL_BLOCK lpCB);