Home
last modified time | relevance | path

Searched refs:pTail (Results 1 – 3 of 3) sorted by relevance

/third_party/mingw-w64/mingw-w64-headers/include/
Dhttpext.h144 PVOID pTail; member
/third_party/sqlite/src/
Dshell.c10017 IdxConstraint *pTail /* List of range constraints */ in idxFindCompatible() argument
10031 IdxConstraint *pT = pTail; in idxFindCompatible()
10083 IdxConstraint *pTail in idxCreateFromCons() argument
10087 if( (pEq || pTail) && 0==idxFindCompatible(&rc, dbm, pScan, pEq, pTail) ){ in idxCreateFromCons()
10098 for(pCons=pTail; pCons; pCons=pCons->pLink){ in idxCreateFromCons()
10151 IdxConstraint *pTail /* range/ORDER BY constraints for inclusion */ in idxCreateFromWhere() argument
10159 if( !idxFindConstraint(p1, pCon) && !idxFindConstraint(pTail, pCon) ){ in idxCreateFromWhere()
10167 rc = idxCreateFromCons(p, pScan, p1, pTail); in idxCreateFromWhere()
10171 if( pTail==0 ){ in idxCreateFromWhere()
10174 if( !idxFindConstraint(p1, pCon) && !idxFindConstraint(pTail, pCon) ){ in idxCreateFromWhere()
Dsqlite3.c50610 PgHdr result, *pTail;
50611 pTail = &result;
50615 pTail->pDirty = pA;
50616 pTail = pA;
50619 pTail->pDirty = pB;
50623 pTail->pDirty = pB;
50624 pTail = pB;
50627 pTail->pDirty = pA;
52329 struct RowSetEntry *pTail;
52331 pTail = &head;
[all …]