Home
last modified time | relevance | path

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

/PHP-5.5/sapi/pi3web/
H A Dpi3web_sapi.c54 PIDB *pDB = (PIDB *)lpCB->GetVariableNames(lpCB->ConnID); in php_info_pi3web()
66 if (lpCB->GetServerVariable(lpCB->ConnID, "SERVER_NAME", variable_buf, &variable_len) in php_info_pi3web()
90 if (lpCB->GetServerVariable(lpCB->ConnID, pKey, variable_buf, &variable_len) in php_info_pi3web()
97 if (lpCB->GetServerVariable(lpCB->ConnID, pKey, tmp_variable_buf, &variable_len) in php_info_pi3web()
191 lpCB->SendHeaderFunction(lpCB->ConnID, &total_length, (LPDWORD) combined_headers); in sapi_pi3web_send_headers()
231 if (!lpCB->ReadClient(lpCB->ConnID, buffer+read_from_buf+cbRead, &cbSize) || cbSize==0) { in sapi_pi3web_read_post()
251 if (lpCB->GetServerVariable(lpCB->ConnID, "HTTP_COOKIE", variable_buf, &variable_len)) { in sapi_pi3web_read_cookies()
268 SG(server_context) = lpCB; in init_request_info()
286 PIDB *pDB = (PIDB *)lpCB->GetVariableNames(lpCB->ConnID); in sapi_pi3web_register_variables()
297 if (lpCB->GetServerVariable(lpCB->ConnID, pKey, static_variable_buf, &variable_len) in sapi_pi3web_register_variables()
[all …]
H A Dpi3web_sapi.h89 MODULE_API DWORD PHP5_wrapper(LPCONTROL_BLOCK lpCB);

Completed in 18 milliseconds