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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3ext.h317 #define sqlite3_realloc sqlite3_api->realloc macro
H A Dsqlite3.h1227 ** or [sqlite3_realloc()] first calls xRoundup. If xRoundup returns 0,
2060 ** by sqlite3_malloc() or sqlite3_realloc() releases that memory so
2068 ** was not obtained from sqlite3_malloc() or sqlite3_realloc().
2070 ** ^(The sqlite3_realloc() interface attempts to resize a
2073 ** parameter.)^ ^ If the first parameter to sqlite3_realloc()
2075 ** sqlite3_malloc(N) where N is the second parameter to sqlite3_realloc().
2076 ** ^If the second parameter to sqlite3_realloc() is zero or
2078 ** sqlite3_free(P) where P is the first parameter to sqlite3_realloc().
2079 ** ^sqlite3_realloc() returns a pointer to a memory allocation
2083 ** by sqlite3_realloc() an
[all...]
H A Dsqlite3.c1780 ** or [sqlite3_realloc()] first calls xRoundup. If xRoundup returns 0,
2613 ** by sqlite3_malloc() or sqlite3_realloc() releases that memory so
2621 ** was not obtained from sqlite3_malloc() or sqlite3_realloc().
2623 ** ^(The sqlite3_realloc() interface attempts to resize a
2626 ** parameter.)^ ^ If the first parameter to sqlite3_realloc()
2628 ** sqlite3_malloc(N) where N is the second parameter to sqlite3_realloc().
2629 ** ^If the second parameter to sqlite3_realloc() is zero or
2631 ** sqlite3_free(P) where P is the first parameter to sqlite3_realloc().
2632 ** ^sqlite3_realloc() returns a pointer to a memory allocation
2636 ** by sqlite3_realloc() an
18658 SQLITE_API void *sqlite3_realloc(void *pOld, int n){ function
89209 #define sqlite3_realloc macro
[all...]

Completed in 342 milliseconds