HomeSort by relevance Sort by last modified time
    Searched refs:sqlite3Realloc (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
malloc.c 509 void *sqlite3Realloc(void *pOld, int nBytes){
557 ** The public interface to sqlite3Realloc. Make sure that the memory
564 return sqlite3Realloc(pOld, n);
sqliteInt.h     [all...]
pager.c 435 ** resized using sqlite3Realloc().
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 306 milliseconds