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

/freebsd-11-stable/contrib/apr-util/hooks/
H A Dapr_hooks.c143 TSort *pTail=NULL; local
169 if(pTail)
170 pTail->pNext=&pData[n];
173 pTail=&pData[n];
174 pTail->pNext=pTail; /* fudge it so it looks linked */
183 pTail->pNext=NULL; /* unfudge the tail */
/freebsd-11-stable/contrib/sqlite3/
H A Dshell.c9214 ** would create from arguments pScan, pEq and pTail. If no error occurs and
9225 IdxConstraint *pTail /* List of range constraints */
9239 IdxConstraint *pT = pTail;
9291 IdxConstraint *pTail
9295 if( (pEq || pTail) && 0==idxFindCompatible(&rc, dbm, pScan, pEq, pTail) ){
9306 for(pCons=pTail; pCons; pCons=pCons->pLink){
9359 IdxConstraint *pTail /* range/ORDER BY constraints for inclusion */
9367 if( !idxFindConstraint(p1, pCon) && !idxFindConstraint(pTail, pCon) ){
9375 rc = idxCreateFromCons(p, pScan, p1, pTail);
[all...]
H A Dsqlite3.c50010 PgHdr result, *pTail; local
51729 struct RowSetEntry *pTail; local
51948 struct RowSetEntry *pAux, *pTail; local
186098 char *pTail; /* Position list data following iTail */ member in struct:SnippetPhrase
[all...]
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c35637 PgHdr result, *pTail; local
37197 struct RowSetEntry *pTail; local
37354 struct RowSetEntry *pHead, *pTail; local
125600 char *pTail; /* Position list data following iTail */ member in struct:SnippetPhrase
[all...]

Completed in 862 milliseconds