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

/freebsd-10.2-release/contrib/sqlite3/
H A Dsqlite3ext.h352 #define sqlite3_realloc sqlite3_api->realloc macro
H A Dsqlite3.h1370 ** or [sqlite3_realloc()] first calls xRoundup. If xRoundup returns 0,
2259 ** by sqlite3_malloc() or sqlite3_realloc() releases that memory so
2267 ** was not obtained from sqlite3_malloc() or sqlite3_realloc().
2269 ** ^(The sqlite3_realloc() interface attempts to resize a
2272 ** parameter.)^ ^ If the first parameter to sqlite3_realloc()
2274 ** sqlite3_malloc(N) where N is the second parameter to sqlite3_realloc().
2275 ** ^If the second parameter to sqlite3_realloc() is zero or
2277 ** sqlite3_free(P) where P is the first parameter to sqlite3_realloc().
2278 ** ^sqlite3_realloc() returns a pointer to a memory allocation
2282 ** by sqlite3_realloc() an
[all...]
H A Dshell.c2388 azNew = sqlite3_realloc(azResult, sizeof(azResult[0])*n);
H A Dsqlite3.c1941 ** or [sqlite3_realloc()] first calls xRoundup. If xRoundup returns 0,
2830 ** by sqlite3_malloc() or sqlite3_realloc() releases that memory so
2838 ** was not obtained from sqlite3_malloc() or sqlite3_realloc().
2840 ** ^(The sqlite3_realloc() interface attempts to resize a
2843 ** parameter.)^ ^ If the first parameter to sqlite3_realloc()
2845 ** sqlite3_malloc(N) where N is the second parameter to sqlite3_realloc().
2846 ** ^If the second parameter to sqlite3_realloc() is zero or
2848 ** sqlite3_free(P) where P is the first parameter to sqlite3_realloc().
2849 ** ^sqlite3_realloc() returns a pointer to a memory allocation
2853 ** by sqlite3_realloc() an
19331 SQLITE_API void *sqlite3_realloc(void *pOld, int n){ function
92529 #define sqlite3_realloc macro
[all...]
/freebsd-10.2-release/crypto/heimdal/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 671 milliseconds