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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c11449 SQLITE_PRIVATE void *sqlite3Realloc(void*, int);
19031 SQLITE_PRIVATE void *sqlite3Realloc(void *pOld, int nBytes){ function
19080 ** The public interface to sqlite3Realloc. Make sure that the memory
19087 return sqlite3Realloc(pOld, n);
[all...]

Completed in 309 milliseconds