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

/httpd/modules/arch/win32/
H A Dmod_isapi.h77 typedef struct EXTENSION_CONTROL_BLOCK { struct
96 } EXTENSION_CONTROL_BLOCK; typedef in typeref:struct:EXTENSION_CONTROL_BLOCK
143 (EXTENSION_CONTROL_BLOCK *ecb,
208 apr_uint32_t APR_THREAD_FUNC HttpExtensionProc(EXTENSION_CONTROL_BLOCK *ecb);
210 *PFN_HTTPEXTENSIONPROC)(EXTENSION_CONTROL_BLOCK *ecb);
H A Dmod_isapi.c477 EXTENSION_CONTROL_BLOCK *ecb;
1479 cid->ecb = apr_pcalloc(r->pool, sizeof(EXTENSION_CONTROL_BLOCK));
1485 cid->ecb->cbSize = sizeof(EXTENSION_CONTROL_BLOCK);

Completed in 300 milliseconds