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

/httpd/modules/arch/win32/
H A Dmod_isapi.c477 EXTENSION_CONTROL_BLOCK *ecb; member in struct:isapi_cid
731 cid->ecb->dwHttpStatusCode = cid->r->status;
740 cid->ecb->dwHttpStatusCode = cid->r->status;
742 else if (cid->ecb->dwHttpStatusCode
743 && cid->ecb->dwHttpStatusCode != HTTP_OK) {
749 cid->r->status = cid->ecb->dwHttpStatusCode;
763 cid->ecb->dwHttpStatusCode = cid->r->status;
773 cid->ecb->dwHttpStatusCode = cid->r->status;
852 cid->completion(cid->ecb, cid->completion_arg,
856 cid->completion(cid->ecb, ci
[all...]
H A Dmod_isapi.h75 /* The ecb structure is passed on each invocation of the module
143 (EXTENSION_CONTROL_BLOCK *ecb,
208 apr_uint32_t APR_THREAD_FUNC HttpExtensionProc(EXTENSION_CONTROL_BLOCK *ecb);
210 *PFN_HTTPEXTENSIONPROC)(EXTENSION_CONTROL_BLOCK *ecb);

Completed in 10 milliseconds