Searched defs:xRealloc (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h1173 ** The xRealloc method must work like realloc() from the standard C library
1174 ** with the exception that if the second argument to xRealloc is zero,
1175 ** xRealloc must be a no-op - it must not perform any allocation or
1177 ** xRealloc is always a value returned by a prior call to xRoundup.
1179 ** xRealloc can perform exactly as the standard library realloc() and
1183 ** previously obtained from xMalloc or xRealloc. The allocated size
1219 void *(*xRealloc)(void*,int); /* Resize an allocation */ member in struct:sqlite3_mem_methods
H A Dsqlite3.c1716 ** The xRealloc method must work like realloc() from the standard C library
1717 ** with the exception that if the second argument to xRealloc is zero,
1718 ** xRealloc must be a no-op - it must not perform any allocation or
1720 ** xRealloc is always a value returned by a prior call to xRoundup.
1722 ** xRealloc can perform exactly as the standard library realloc() and
1726 ** previously obtained from xMalloc or xRealloc. The allocated size
1762 void *(*xRealloc)(void*,int); /* Resize an allocation */ member in struct:sqlite3_mem_methods
14292 ** malloc failures (when the xMalloc() or xRealloc() method of the
14496 ** or xRealloc().
15127 ** are made and returned by the xMalloc() and xRealloc()
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h1399 ** The xMalloc, xRealloc, and xFree methods must work like the
1402 ** xRealloc is always a value returned by a prior call to xRoundup.
1405 ** previously obtained from xMalloc or xRealloc. The allocated size
1441 void *(*xRealloc)(void*,int); /* Resize an allocation */ member in struct:sqlite3_mem_methods
H A Dsqlite3.c1514 ** The xMalloc, xRealloc, and xFree methods must work like the
1517 ** xRealloc is always a value returned by a prior call to xRoundup.
1520 ** previously obtained from xMalloc or xRealloc. The allocated size
1556 void *(*xRealloc)(void*,int); /* Resize an allocation */ member in struct:sqlite3_mem_methods
16140 ** malloc failures (when the xMalloc() or xRealloc() method of the
16446 ** or xRealloc().
17121 ** are made and returned by the xMalloc() and xRealloc()
17810 ** are made and returned by the xMalloc() and xRealloc()
20275 ** argument to xRealloc is always a value returned by a prior call to
20290 pNew = sqlite3GlobalConfig.m.xRealloc(pOl
[all...]
/external/sqlite/dist/
H A Dsqlite3.h1399 ** The xMalloc, xRealloc, and xFree methods must work like the
1402 ** xRealloc is always a value returned by a prior call to xRoundup.
1405 ** previously obtained from xMalloc or xRealloc. The allocated size
1441 void *(*xRealloc)(void*,int); /* Resize an allocation */ member in struct:sqlite3_mem_methods
H A Dsqlite3.c1514 ** The xMalloc, xRealloc, and xFree methods must work like the
1517 ** xRealloc is always a value returned by a prior call to xRoundup.
1520 ** previously obtained from xMalloc or xRealloc. The allocated size
1556 void *(*xRealloc)(void*,int); /* Resize an allocation */ member in struct:sqlite3_mem_methods
16140 ** malloc failures (when the xMalloc() or xRealloc() method of the
16446 ** or xRealloc().
17121 ** are made and returned by the xMalloc() and xRealloc()
17810 ** are made and returned by the xMalloc() and xRealloc()
20275 ** argument to xRealloc is always a value returned by a prior call to
20290 pNew = sqlite3GlobalConfig.m.xRealloc(pOl
[all...]

Completed in 518 milliseconds