Searched defs:sqlite3Realloc (Results 1 - 4 of 4) sorted by path

/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c10917 SQLITE_PRIVATE void *sqlite3Realloc(void*, int);
18214 SQLITE_PRIVATE void *sqlite3Realloc(void *pOld, int nBytes){ function
18262 ** The public interface to sqlite3Realloc. Make sure that the memory
18269 return sqlite3Realloc(pOld, n);
[all...]
/external/chromium_org/third_party/sqlite/src/src/
H A Dmalloc.c509 void *sqlite3Realloc(void *pOld, int nBytes){ function
557 ** The public interface to sqlite3Realloc. Make sure that the memory
564 return sqlite3Realloc(pOld, n);
/external/sqlite/dist/orig/
H A Dsqlite3.c12380 SQLITE_PRIVATE void *sqlite3Realloc(void*, int);
20259 SQLITE_PRIVATE void *sqlite3Realloc(void *pOld, int nBytes){ function
20308 ** The public interface to sqlite3Realloc. Make sure that the memory
20315 return sqlite3Realloc(pOld, n);
[all...]
/external/sqlite/dist/
H A Dsqlite3.c12380 SQLITE_PRIVATE void *sqlite3Realloc(void*, int);
20259 SQLITE_PRIVATE void *sqlite3Realloc(void *pOld, int nBytes){ function
20308 ** The public interface to sqlite3Realloc. Make sure that the memory
20315 return sqlite3Realloc(pOld, n);
[all...]

Completed in 1401 milliseconds