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

/external/chromium_org/third_party/sqlite/src/src/
H A Dmalloc.c560 void *sqlite3_realloc(void *pOld, int n){ function
674 pNew = sqlite3_realloc(p, n);
754 ** sqlite3_realloc.
H A Dsqlite3ext.h314 #define sqlite3_realloc sqlite3_api->realloc macro
/external/sqlite/dist/orig/
H A Dsqlite3ext.h352 #define sqlite3_realloc sqlite3_api->realloc macro
H A Dsqlite3.c1528 ** or [sqlite3_realloc()] first calls xRoundup. If xRoundup returns 0,
2422 ** by sqlite3_malloc() or sqlite3_realloc() releases that memory so
2430 ** was not obtained from sqlite3_malloc() or sqlite3_realloc().
2432 ** ^(The sqlite3_realloc() interface attempts to resize a
2435 ** parameter.)^ ^ If the first parameter to sqlite3_realloc()
2437 ** sqlite3_malloc(N) where N is the second parameter to sqlite3_realloc().
2438 ** ^If the second parameter to sqlite3_realloc() is zero or
2440 ** sqlite3_free(P) where P is the first parameter to sqlite3_realloc().
2441 ** ^sqlite3_realloc() returns a pointer to a memory allocation
2445 ** by sqlite3_realloc() an
20311 SQLITE_API void *sqlite3_realloc(void *pOld, int n){ function
97323 #define sqlite3_realloc macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h352 #define sqlite3_realloc sqlite3_api->realloc macro
H A Dsqlite3.c1528 ** or [sqlite3_realloc()] first calls xRoundup. If xRoundup returns 0,
2422 ** by sqlite3_malloc() or sqlite3_realloc() releases that memory so
2430 ** was not obtained from sqlite3_malloc() or sqlite3_realloc().
2432 ** ^(The sqlite3_realloc() interface attempts to resize a
2435 ** parameter.)^ ^ If the first parameter to sqlite3_realloc()
2437 ** sqlite3_malloc(N) where N is the second parameter to sqlite3_realloc().
2438 ** ^If the second parameter to sqlite3_realloc() is zero or
2440 ** sqlite3_free(P) where P is the first parameter to sqlite3_realloc().
2441 ** ^sqlite3_realloc() returns a pointer to a memory allocation
2445 ** by sqlite3_realloc() an
20311 SQLITE_API void *sqlite3_realloc(void *pOld, int n){ function
97343 #define sqlite3_realloc macro
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c1734 ** or [sqlite3_realloc()] first calls xRoundup. If xRoundup returns 0,
2549 ** by sqlite3_malloc() or sqlite3_realloc() releases that memory so
2557 ** was not obtained from sqlite3_malloc() or sqlite3_realloc().
2559 ** ^(The sqlite3_realloc() interface attempts to resize a
2562 ** parameter.)^ ^ If the first parameter to sqlite3_realloc()
2564 ** sqlite3_malloc(N) where N is the second parameter to sqlite3_realloc().
2565 ** ^If the second parameter to sqlite3_realloc() is zero or
2567 ** sqlite3_free(P) where P is the first parameter to sqlite3_realloc().
2568 ** ^sqlite3_realloc() returns a pointer to a memory allocation
2572 ** by sqlite3_realloc() an
18265 SQLITE_API void *sqlite3_realloc(void *pOld, int n){ function
86796 #define sqlite3_realloc macro
[all...]

Completed in 379 milliseconds