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

/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3.h929 ** The xMalloc, xFree, and xRealloc methods must work like the
933 ** previously obtained from xMalloc or xRealloc. The allocated size
952 void *(*xRealloc)(void*,int); /* Resize an allocation */ member in struct:sqlite3_mem_methods
/external/sqlite/dist/orig/
H A Dsqlite3.h1280 ** The xMalloc, xRealloc, and xFree methods must work like the
1283 ** xRealloc is always a value returned by a prior call to xRoundup.
1286 ** previously obtained from xMalloc or xRealloc. The allocated size
1322 void *(*xRealloc)(void*,int); /* Resize an allocation */ member in struct:sqlite3_mem_methods
H A Dsqlite3.c1830 ** The xMalloc, xRealloc, and xFree methods must work like the
1833 ** xRealloc is always a value returned by a prior call to xRoundup.
1836 ** previously obtained from xMalloc or xRealloc. The allocated size
1872 void *(*xRealloc)(void*,int); /* Resize an allocation */ member in struct:sqlite3_mem_methods
15041 ** malloc failures (when the xMalloc() or xRealloc() method of the
15331 ** or xRealloc().
16006 ** are made and returned by the xMalloc() and xRealloc()
16695 ** are made and returned by the xMalloc() and xRealloc()
19111 ** argument to xRealloc is always a value returned by a prior call to
19126 pNew = sqlite3GlobalConfig.m.xRealloc(pOl
[all...]
/external/sqlite/dist/
H A Dsqlite3.h1280 ** The xMalloc, xRealloc, and xFree methods must work like the
1283 ** xRealloc is always a value returned by a prior call to xRoundup.
1286 ** previously obtained from xMalloc or xRealloc. The allocated size
1322 void *(*xRealloc)(void*,int); /* Resize an allocation */ member in struct:sqlite3_mem_methods
H A Dsqlite3.c1830 ** The xMalloc, xRealloc, and xFree methods must work like the
1833 ** xRealloc is always a value returned by a prior call to xRoundup.
1836 ** previously obtained from xMalloc or xRealloc. The allocated size
1872 void *(*xRealloc)(void*,int); /* Resize an allocation */ member in struct:sqlite3_mem_methods
15041 ** malloc failures (when the xMalloc() or xRealloc() method of the
15331 ** or xRealloc().
16006 ** are made and returned by the xMalloc() and xRealloc()
16695 ** are made and returned by the xMalloc() and xRealloc()
19111 ** argument to xRealloc is always a value returned by a prior call to
19126 pNew = sqlite3GlobalConfig.m.xRealloc(pOl
[all...]

Completed in 371 milliseconds