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.h338 #define sqlite3_realloc sqlite3_api->realloc macro
H A Dsqlite3.c1844 ** or [sqlite3_realloc()] first calls xRoundup. If xRoundup returns 0,
2684 ** by sqlite3_malloc() or sqlite3_realloc() releases that memory so
2692 ** was not obtained from sqlite3_malloc() or sqlite3_realloc().
2694 ** ^(The sqlite3_realloc() interface attempts to resize a
2697 ** parameter.)^ ^ If the first parameter to sqlite3_realloc()
2699 ** sqlite3_malloc(N) where N is the second parameter to sqlite3_realloc().
2700 ** ^If the second parameter to sqlite3_realloc() is zero or
2702 ** sqlite3_free(P) where P is the first parameter to sqlite3_realloc().
2703 ** ^sqlite3_realloc() returns a pointer to a memory allocation
2707 ** by sqlite3_realloc() an
19147 SQLITE_API void *sqlite3_realloc(void *pOld, int n){ function
91311 #define sqlite3_realloc macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h338 #define sqlite3_realloc sqlite3_api->realloc macro
H A Dsqlite3.c1844 ** or [sqlite3_realloc()] first calls xRoundup. If xRoundup returns 0,
2684 ** by sqlite3_malloc() or sqlite3_realloc() releases that memory so
2692 ** was not obtained from sqlite3_malloc() or sqlite3_realloc().
2694 ** ^(The sqlite3_realloc() interface attempts to resize a
2697 ** parameter.)^ ^ If the first parameter to sqlite3_realloc()
2699 ** sqlite3_malloc(N) where N is the second parameter to sqlite3_realloc().
2700 ** ^If the second parameter to sqlite3_realloc() is zero or
2702 ** sqlite3_free(P) where P is the first parameter to sqlite3_realloc().
2703 ** ^sqlite3_realloc() returns a pointer to a memory allocation
2707 ** by sqlite3_realloc() an
19147 SQLITE_API void *sqlite3_realloc(void *pOld, int n){ function
91347 #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
18280 SQLITE_API void *sqlite3_realloc(void *pOld, int n){ function
87003 #define sqlite3_realloc macro
[all...]

Completed in 486 milliseconds