ConnID            170 sapi/isapi/php5isapi.c 			if (lpECB->GetServerVariable(lpECB->ConnID, *p, variable_buf, &variable_len)
ConnID            177 sapi/isapi/php5isapi.c 				if (lpECB->GetServerVariable(lpECB->ConnID, *p, tmp_variable_buf, &variable_len)
ConnID            211 sapi/isapi/php5isapi.c 	if (ecb->WriteClient(ecb->ConnID, (char *) str, &num_bytes, HSE_IO_SYNC) == FALSE) {
ConnID            306 sapi/isapi/php5isapi.c 	lpECB->ServerSupportFunction(lpECB->ConnID, HSE_REQ_SEND_RESPONSE_HEADER_EX, &header_info, NULL, NULL);
ConnID            346 sapi/isapi/php5isapi.c 			if (!lpECB->ReadClient(lpECB->ConnID, buffer+read_from_buf+cbRead, &cbSize) || cbSize==0) {
ConnID            363 sapi/isapi/php5isapi.c 	if (lpECB->GetServerVariable(lpECB->ConnID, "HTTP_COOKIE", variable_buf, &variable_len)) {
ConnID            368 sapi/isapi/php5isapi.c 		if (lpECB->GetServerVariable(lpECB->ConnID, "HTTP_COOKIE", tmp_variable_buf, &variable_len)) {
ConnID            391 sapi/isapi/php5isapi.c 	if( lpECB->GetServerVariable( lpECB->ConnID, "SSL_CLIENT_C", static_variable_buf, &variable_len ) && static_variable_buf[0] ) {
ConnID            396 sapi/isapi/php5isapi.c 	if( lpECB->GetServerVariable( lpECB->ConnID, "SSL_CLIENT_ST", static_variable_buf, &variable_len ) && static_variable_buf[0] ) {
ConnID            403 sapi/isapi/php5isapi.c 	if( lpECB->GetServerVariable( lpECB->ConnID, "SSL_CLIENT_I_C", static_variable_buf, &variable_len ) && static_variable_buf[0] ) {
ConnID            408 sapi/isapi/php5isapi.c 	if( lpECB->GetServerVariable( lpECB->ConnID, "SSL_CLIENT_I_ST", static_variable_buf, &variable_len ) && static_variable_buf[0] ) {
ConnID            425 sapi/isapi/php5isapi.c 	lpECB->GetServerVariable(lpECB->ConnID, "SCRIPT_NAME", static_variable_buf, &scriptname_len);
ConnID            430 sapi/isapi/php5isapi.c 	if ( lpECB->GetServerVariable(lpECB->ConnID, "PATH_INFO", static_variable_buf, &variable_len) && static_variable_buf[0] ) {
ConnID            452 sapi/isapi/php5isapi.c 	if ( lpECB->GetServerVariable(lpECB->ConnID, "PATH_TRANSLATED", static_variable_buf, &variable_len) && static_variable_buf[0] ) {
ConnID            459 sapi/isapi/php5isapi.c 	if ( lpECB->GetServerVariable(lpECB->ConnID, "AUTH_USER", static_variable_buf, &variable_len) && static_variable_buf[0] )  {
ConnID            463 sapi/isapi/php5isapi.c 	if ( lpECB->GetServerVariable(lpECB->ConnID, "AUTH_PASSWORD", static_variable_buf, &variable_len) && static_variable_buf[0] )  {
ConnID            467 sapi/isapi/php5isapi.c 	if ( lpECB->GetServerVariable(lpECB->ConnID, "AUTH_TYPE", static_variable_buf, &variable_len) && static_variable_buf[0] )  {
ConnID            473 sapi/isapi/php5isapi.c 	if ( lpECB->GetServerVariable(lpECB->ConnID, "CERT_COOKIE", static_variable_buf, &variable_len) && static_variable_buf[0] ) {
ConnID            478 sapi/isapi/php5isapi.c 	if ( lpECB->GetServerVariable(lpECB->ConnID, "SERVER_SOFTWARE", static_variable_buf, &variable_len) && static_variable_buf[0] )  {
ConnID            496 sapi/isapi/php5isapi.c 	lpECB->GetServerVariable(lpECB->ConnID, "SCRIPT_NAME", static_variable_buf, &scriptname_len);
ConnID            503 sapi/isapi/php5isapi.c 	if ( lpECB->GetServerVariable(lpECB->ConnID, "PATH_INFO", static_variable_buf, &variable_len) && static_variable_buf[0] ) {
ConnID            521 sapi/isapi/php5isapi.c 		if ( lpECB->GetServerVariable(lpECB->ConnID, "PATH_TRANSLATED", static_variable_buf, &variable_len) && static_variable_buf[0] ) {
ConnID            524 sapi/isapi/php5isapi.c 		if (lpECB->ServerSupportFunction(lpECB->ConnID, HSE_REQ_MAP_URL_TO_PATH_EX, path_info_buf, &pathinfo_len, (LPDWORD) &humi)) {
ConnID            536 sapi/isapi/php5isapi.c 	if (lpECB->ServerSupportFunction(lpECB->ConnID, HSE_REQ_MAP_URL_TO_PATH_EX, static_variable_buf, &variable_len, (LPDWORD) &humi)) {
ConnID            547 sapi/isapi/php5isapi.c 		if (lpECB->GetServerVariable(lpECB->ConnID, "HTTP_AUTHORIZATION", static_variable_buf, &variable_len)
ConnID            571 sapi/isapi/php5isapi.c 		if (lpECB->GetServerVariable(lpECB->ConnID, *p, static_variable_buf, &variable_len)
ConnID            579 sapi/isapi/php5isapi.c 			if (lpECB->GetServerVariable(lpECB->ConnID, *p, variable_buf, &variable_len)
ConnID            757 sapi/isapi/php5isapi.c 	if(lpECB->GetServerVariable(lpECB->ConnID, "SCRIPT_FILENAME", static_variable_buf, &variable_len)) {
ConnID            764 sapi/isapi/php5isapi.c 	lpECB->GetServerVariable(lpECB->ConnID, "SCRIPT_NAME", static_variable_buf, &variable_len);
ConnID            765 sapi/isapi/php5isapi.c 	if (lpECB->ServerSupportFunction(lpECB->ConnID, HSE_REQ_MAP_URL_TO_PATH_EX, static_variable_buf, &variable_len, (LPDWORD) &humi)) {
ConnID            794 sapi/isapi/php5isapi.c 		lpECB->ServerSupportFunction(lpECB->ConnID, HSE_REQ_SEND_RESPONSE_HEADER_EX, &header_info, NULL, NULL);
ConnID             54 sapi/pi3web/pi3web_sapi.c 	PIDB *pDB = (PIDB *)lpCB->GetVariableNames(lpCB->ConnID);
ConnID             66 sapi/pi3web/pi3web_sapi.c 	if (lpCB->GetServerVariable(lpCB->ConnID, "SERVER_NAME", variable_buf, &variable_len)
ConnID             90 sapi/pi3web/pi3web_sapi.c 		if (lpCB->GetServerVariable(lpCB->ConnID, pKey, variable_buf, &variable_len)
ConnID             97 sapi/pi3web/pi3web_sapi.c 			if (lpCB->GetServerVariable(lpCB->ConnID, pKey, tmp_variable_buf, &variable_len)
ConnID            131 sapi/pi3web/pi3web_sapi.c 	cb->WriteClient(cb->ConnID, (char *) str, &num_bytes, 0 );
ConnID            191 sapi/pi3web/pi3web_sapi.c 	lpCB->SendHeaderFunction(lpCB->ConnID, &total_length, (LPDWORD) combined_headers);
ConnID            231 sapi/pi3web/pi3web_sapi.c 			if (!lpCB->ReadClient(lpCB->ConnID, buffer+read_from_buf+cbRead, &cbSize) || cbSize==0) {
ConnID            251 sapi/pi3web/pi3web_sapi.c 	if (lpCB->GetServerVariable(lpCB->ConnID, "HTTP_COOKIE", variable_buf, &variable_len)) {
ConnID            256 sapi/pi3web/pi3web_sapi.c 		if (lpCB->GetServerVariable(lpCB->ConnID, "HTTP_COOKIE", tmp_variable_buf, &variable_len)) {
ConnID            286 sapi/pi3web/pi3web_sapi.c 	PIDB *pDB = (PIDB *)lpCB->GetVariableNames(lpCB->ConnID);
ConnID            297 sapi/pi3web/pi3web_sapi.c 		if (lpCB->GetServerVariable(lpCB->ConnID, pKey, static_variable_buf, &variable_len)
ConnID            302 sapi/pi3web/pi3web_sapi.c 			if (lpCB->GetServerVariable(lpCB->ConnID, pKey, variable_buf, &variable_len)) {
ConnID            313 sapi/pi3web/pi3web_sapi.c 	if (lpCB->GetServerVariable(lpCB->ConnID, "SCRIPT_NAME", static_variable_buf, &variable_len)
ConnID             45 sapi/pi3web/pi3web_sapi.h     HCONN     ConnID;                 // Context number not to be modified!