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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c12713 ** would create from arguments pScan, pEq and pTail. If no error occurs and
12724 IdxConstraint *pTail /* List of range constraints */
12738 IdxConstraint *pT = pTail;
12804 IdxConstraint *pTail
12808 if( (pEq || pTail) && 0==idxFindCompatible(&rc, dbm, pScan, pEq, pTail) ){
12819 for(pCons=pTail; pCons; pCons=pCons->pLink){
12899 IdxConstraint *pTail /* range/ORDER BY constraints for inclusion */
12907 if( !idxFindConstraint(p1, pCon) && !idxFindConstraint(pTail, pCon) ){
12915 rc = idxCreateFromCons(p, pScan, p1, pTail);
[all...]
H A Dsqlite3.c54605 PgHdr result, *pTail; local
56326 struct RowSetEntry *pTail; local
56545 struct RowSetEntry *pAux, *pTail; local
200762 char *pTail; /* Position list data following iTail */ member in struct:SnippetPhrase
[all...]

Completed in 530 milliseconds