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

/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/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c10932 SQLITE_PRIVATE void *sqlite3Realloc(void*, int);
18229 SQLITE_PRIVATE void *sqlite3Realloc(void *pOld, int nBytes){ function
18277 ** The public interface to sqlite3Realloc. Make sure that the memory
18284 return sqlite3Realloc(pOld, n);
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c11480 SQLITE_PRIVATE void *sqlite3Realloc(void*, int);
19095 SQLITE_PRIVATE void *sqlite3Realloc(void *pOld, int nBytes){ function
19144 ** The public interface to sqlite3Realloc. Make sure that the memory
19151 return sqlite3Realloc(pOld, n);
[all...]
/external/sqlite/dist/
H A Dsqlite3.c11480 SQLITE_PRIVATE void *sqlite3Realloc(void*, int);
19095 SQLITE_PRIVATE void *sqlite3Realloc(void *pOld, int nBytes){ function
19144 ** The public interface to sqlite3Realloc. Make sure that the memory
19151 return sqlite3Realloc(pOld, n);
[all...]

Completed in 429 milliseconds