Searched refs:sqlite3WhereRealloc (Results 1 – 3 of 3) sorted by relevance
516 void *sqlite3WhereRealloc(WhereInfo *pWInfo, void *pOld, u64 nByte);
652 sqlite3WhereRealloc(pTerm->pWC->pWInfo, in codeEqualityTerm()
269 void *sqlite3WhereRealloc(WhereInfo *pWInfo, void *pOld, u64 nByte){ in sqlite3WhereRealloc() function