Searched refs:sqlite3MemMalloc (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c14787 static void *sqlite3MemMalloc(int nByte){ return 0; } function
14803 sqlite3MemMalloc,
14854 static void *sqlite3MemMalloc(int nByte){ function
14870 ** Like free() but works for allocations obtained from sqlite3MemMalloc()
14898 ** sqlite3MemMalloc().
14955 sqlite3MemMalloc,
15211 static void *sqlite3MemMalloc(int nByte){ function
15318 pNew = sqlite3MemMalloc(nByte);
15335 sqlite3MemMalloc,
15351 if( p && sqlite3GlobalConfig.m.xMalloc==sqlite3MemMalloc ){
[all...]
/freebsd-10-stable/contrib/sqlite3/
H A Dsqlite3.c20229 static void *sqlite3MemMalloc(int nByte){ return 0; } function
20245 sqlite3MemMalloc,
20386 static void *sqlite3MemMalloc(int nByte){ function
20411 ** Like free() but works for allocations obtained from sqlite3MemMalloc()
20448 ** sqlite3MemMalloc().
20544 sqlite3MemMalloc,
20801 static void *sqlite3MemMalloc(int nByte){ function
20908 pNew = sqlite3MemMalloc(nByte);
20925 sqlite3MemMalloc,
20941 if( p && sqlite3GlobalConfig.m.xMalloc==sqlite3MemMalloc ){
[all...]

Completed in 984 milliseconds