Lines Matching refs:ConnID
54 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()
131 cb->WriteClient(cb->ConnID, (char *) str, &num_bytes, 0 ); in zend_pi3web_ub_write()
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()
256 if (lpCB->GetServerVariable(lpCB->ConnID, "HTTP_COOKIE", tmp_variable_buf, &variable_len)) { in sapi_pi3web_read_cookies()
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()
302 if (lpCB->GetServerVariable(lpCB->ConnID, pKey, variable_buf, &variable_len)) { in sapi_pi3web_register_variables()
313 if (lpCB->GetServerVariable(lpCB->ConnID, "SCRIPT_NAME", static_variable_buf, &variable_len) in sapi_pi3web_register_variables()