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

/external/sqlite/dist/orig/
H A Dshell.c6962 static void idxConstraintFree(IdxConstraint *pConstraint){ function
6981 idxConstraintFree(p->pOrder);
6982 idxConstraintFree(p->pEq);
6983 idxConstraintFree(p->pRange);
/external/sqlite/dist/
H A Dshell.c6968 static void idxConstraintFree(IdxConstraint *pConstraint){ function
6987 idxConstraintFree(p->pOrder);
6988 idxConstraintFree(p->pEq);
6989 idxConstraintFree(p->pRange);

Completed in 148 milliseconds