Searched refs:xRealloc (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/contrib/sqlite3/
H A Dsqlite3.h1356 ** The xMalloc, xRealloc, and xFree methods must work like the
1359 ** xRealloc is always a value returned by a prior call to xRoundup.
1362 ** previously obtained from xMalloc or xRealloc. The allocated size
1398 void *(*xRealloc)(void*,int); /* Resize an allocation */ member in struct:sqlite3_mem_methods
H A Dsqlite3.c1927 ** The xMalloc, xRealloc, and xFree methods must work like the
1930 ** xRealloc is always a value returned by a prior call to xRoundup.
1933 ** previously obtained from xMalloc or xRealloc. The allocated size
1969 void *(*xRealloc)(void*,int); /* Resize an allocation */ member in struct:sqlite3_mem_methods
15487 ** malloc failures (when the xMalloc() or xRealloc() method of the
15777 ** or xRealloc().
16452 ** are made and returned by the xMalloc() and xRealloc()
17141 ** are made and returned by the xMalloc() and xRealloc()
19295 ** argument to xRealloc is always a value returned by a prior call to
19310 pNew = sqlite3GlobalConfig.m.xRealloc(pOl
[all...]
/freebsd-10.2-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h1213 ** The xMalloc, xRealloc, and xFree methods must work like the
1216 ** xRealloc is always a value returned by a prior call to xRoundup.
1219 ** previously obtained from xMalloc or xRealloc. The allocated size
1255 void *(*xRealloc)(void*,int); /* Resize an allocation */ member in struct:sqlite3_mem_methods
H A Dsqlite3.c1766 ** The xMalloc, xRealloc, and xFree methods must work like the
1769 ** xRealloc is always a value returned by a prior call to xRoundup.
1772 ** previously obtained from xMalloc or xRealloc. The allocated size
1808 void *(*xRealloc)(void*,int); /* Resize an allocation */ member in struct:sqlite3_mem_methods
14682 ** malloc failures (when the xMalloc() or xRealloc() method of the
14886 ** or xRealloc().
15518 ** are made and returned by the xMalloc() and xRealloc()
16207 ** are made and returned by the xMalloc() and xRealloc()
18622 ** argument to xRealloc is always a value returned by a prior call to
18637 pNew = sqlite3GlobalConfig.m.xRealloc(pOl
[all...]

Completed in 2213 milliseconds