HomeSort by relevance Sort by last modified time
    Searched defs: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);
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 156 milliseconds