Home
last modified time | relevance | path

Searched refs:pCmp (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/ext/expert/
H A Dsqlite3expert.c1051 IdxConstraint *pCmp; in idxFindConstraint() local
1052 for(pCmp=pList; pCmp; pCmp=pCmp->pLink){ in idxFindConstraint()
1053 if( p->iCol==pCmp->iCol ) return 1; in idxFindConstraint()
/sqlite-3.40.0/src/
H A Dtest1.c1717 Tcl_Obj *pCmp; member
1729 Tcl_DecrRefCount(p->pCmp); in testCreateCollationDel()
1741 Tcl_Obj *pScript = Tcl_DuplicateObj(p->pCmp); in testCreateCollationCmp()
1774 p->pCmp = objv[3]; in test_create_collation_v2()
1777 Tcl_IncrRefCount(p->pCmp); in test_create_collation_v2()