Searched refs:pHead (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/apr-32/apr-util/apr-util/hooks/
H A Dapr_hooks.c142 TSort *pHead=NULL; local
172 pHead=&pData[n];
184 return pHead;
/macosx-10.10/apache-793/httpd/modules/arch/win32/
H A Dmod_isapi.h164 void *pHead; /* Prefix with *pHead body text */ member in struct:HSE_TF_INFO
165 apr_uint32_t HeadLength; /* Length of *pHead body text */
H A Dmod_isapi.c1091 * you must have done so. They document that the pHead headers
1093 * more flexible and assume with the flag, pHead are the
1094 * response headers, and without, pHead simply contains text
1099 (char*)tf->pHead,
1103 else if (!cid->headers_set && tf->pHead && tf->HeadLength
1104 && *(char*)tf->pHead) {
1105 ate = send_response_header(cid, NULL, (char*)tf->pHead,
1115 if (tf->pHead && (apr_size_t)ate < tf->HeadLength) {
1116 b = apr_bucket_transient_create((char*)tf->pHead + ate,
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c21871 HashElem *pHead; /* First element already in pEntry */ local
21873 pHead = pEntry->count ? pEntry->chain : 0;
21877 pHead = 0;
21879 if( pHead ){
21880 pNew->next = pHead;
21881 pNew->prev = pHead->prev;
21882 if( pHead->prev ){ pHead->prev->next = pNew; }
21884 pHead->prev = pNew;
37354 struct RowSetEntry *pHead, *pTail; local
120674 Fts3HashElem *pHead; /* First element already in pEntry */ local
125598 char *pHead; /* Position list data following iHead */ member in struct:SnippetPhrase
[all...]

Completed in 457 milliseconds