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

/freebsd-11-stable/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...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h1628 ** The xMalloc, xRealloc, and xFree methods must work like the
1631 ** xRealloc is always a value returned by a prior call to xRoundup.
1634 ** previously obtained from xMalloc or xRealloc. The allocated size
1670 void *(*xRealloc)(void*,int); /* Resize an allocation */ member in struct:sqlite3_mem_methods
H A Dshell.c4355 return memtraceBase.xRealloc(p, n);
H A Dsqlite3.c2691 ** The xMalloc, xRealloc, and xFree methods must work like the
2694 ** xRealloc is always a value returned by a prior call to xRoundup.
2697 ** previously obtained from xMalloc or xRealloc. The allocated size
2733 void *(*xRealloc)(void*,int); /* Resize an allocation */ member in struct:sqlite3_mem_methods
23700 ** malloc failures (when the xMalloc() or xRealloc() method of the
[all...]

Completed in 933 milliseconds