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

/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.c11223 SQLITE_PRIVATE void *sqlite3Realloc(void*, int);
18606 SQLITE_PRIVATE void *sqlite3Realloc(void *pOld, int nBytes){ function
18655 ** The public interface to sqlite3Realloc. Make sure that the memory
18662 return sqlite3Realloc(pOld, n);
[all...]

Completed in 317 milliseconds