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

  /src/external/public-domain/sqlite/dist/
sqlite3ext.h 488 #define sqlite3_realloc sqlite3_api->realloc macro
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 60 milliseconds