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

/httpd/modules/arch/win32/
H A Dmod_isapi.h89 unsigned char *lpbData; member in struct:EXTENSION_CONTROL_BLOCK
H A Dmod_isapi.c1526 cid->ecb->lpbData = apr_pcalloc(r->pool, cid->ecb->cbAvailable + 1);
1530 ((res = ap_get_client_block(r, (char*)cid->ecb->lpbData + read,
1546 cid->ecb->lpbData[read] = '\0';
1551 cid->ecb->lpbData = NULL;

Completed in 1829 milliseconds