HomeSort by: relevance | last modified time | path
    Searched refs:sqlite3_realloc (Results 1 - 3 of 3) sorted by relevancy

  /src/external/public-domain/sqlite/dist/
sqlite3ext.h 488 #define sqlite3_realloc sqlite3_api->realloc macro
sqlite3.h 1789 ** or [sqlite3_realloc()] first calls xRoundup. If xRoundup returns 0,
3263 ** by sqlite3_malloc() or sqlite3_realloc() releases that memory so
3271 ** was not obtained from sqlite3_malloc() or sqlite3_realloc().
3273 ** ^The sqlite3_realloc(X,N) interface attempts to resize a
3275 ** ^If the X parameter to sqlite3_realloc(X,N)
3278 ** ^If the N parameter to sqlite3_realloc(X,N) is zero or
3281 ** ^sqlite3_realloc(X,N) returns a pointer to a memory allocation
3285 ** by sqlite3_realloc(X,N) and the prior allocation is freed.
3286 ** ^If sqlite3_realloc(X,N) returns NULL and N is positive, then the
3290 ** sqlite3_realloc(X,N) except that N is a 64-bit unsigned integer instea
    [all...]
sqlite3.c 2110 ** or [sqlite3_realloc()] first calls xRoundup. If xRoundup returns 0,
3584 ** by sqlite3_malloc() or sqlite3_realloc() releases that memory so
3592 ** was not obtained from sqlite3_malloc() or sqlite3_realloc().
3594 ** ^The sqlite3_realloc(X,N) interface attempts to resize a
3596 ** ^If the X parameter to sqlite3_realloc(X,N)
3599 ** ^If the N parameter to sqlite3_realloc(X,N) is zero or
3602 ** ^sqlite3_realloc(X,N) returns a pointer to a memory allocation
3606 ** by sqlite3_realloc(X,N) and the prior allocation is freed.
3607 ** ^If sqlite3_realloc(X,N) returns NULL and N is positive, then the
3611 ** sqlite3_realloc(X,N) except that N is a 64-bit unsigned integer instea
32037 SQLITE_API void *sqlite3_realloc(void *pOld, int n){ function
142708 #define sqlite3_realloc macro
    [all...]

Completed in 102 milliseconds