Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A DwhereInt.h516 void *sqlite3WhereRealloc(WhereInfo *pWInfo, void *pOld, u64 nByte);
H A Dwherecode.c652 sqlite3WhereRealloc(pTerm->pWC->pWInfo, in codeEqualityTerm()
H A Dwhere.c269 void *sqlite3WhereRealloc(WhereInfo *pWInfo, void *pOld, u64 nByte){ in sqlite3WhereRealloc() function