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

/httpd/modules/arch/win32/
H A Dmod_isapi.h48 typedef struct isapi_cid isapi_cid; typedef in typeref:struct:isapi_cid
49 typedef struct isapi_cid *HCONN;
H A Dmod_isapi.c476 struct isapi_cid { struct
488 static int APR_THREAD_FUNC regfnGetServerVariable(isapi_cid *cid,
590 static int APR_THREAD_FUNC regfnReadClient(isapi_cid *cid,
625 static apr_ssize_t send_response_header(isapi_cid *cid,
807 static int APR_THREAD_FUNC regfnWriteClient(isapi_cid *cid,
863 static int APR_THREAD_FUNC regfnServerSupportFunction(isapi_cid *cid,
1413 isapi_cid *cid;
1465 cid = apr_pcalloc(r->pool, sizeof(isapi_cid));

Completed in 681 milliseconds