Searched defs:mallocFailed (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A DbtreeInt.h633 int mallocFailed; /* A memory allocation error has occurred */ member in struct:IntegrityCk
H A DsqliteInt.h810 u8 mallocFailed; /* True if we have seen a malloc failure */ member in struct:sqlite3
2398 u8 mallocFailed; /* Becomes true if any memory allocation fails */ member in struct:StrAccum
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c9155 u8 mallocFailed; /* True if we have seen a malloc failure */ member in struct:sqlite3
10743 u8 mallocFailed; /* Becomes true if any memory allocation fails */ member in struct:StrAccum
18286 ** the mallocFailed flag in the connection pointer.
18298 ** the mallocFailed flag in the connection pointer.
18300 ** If db!=0 and db->mallocFailed is true (indicating a prior malloc
18303 ** failing, it fails consistently until mallocFailed is reset.
18321 if( db->mallocFailed ){
18341 if( db && db->mallocFailed ){
18347 db->mallocFailed = 1;
18356 ** resize fails, set the mallocFailed fla
46835 int mallocFailed; /* A memory allocation error has occurred */ member in struct:IntegrityCk
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c10450 u8 mallocFailed; /* True if we have seen a malloc failure */ member in struct:sqlite3
20332 ** the mallocFailed flag in the connection pointer.
20344 ** the mallocFailed flag in the connection pointer.
20346 ** If db!=0 and db->mallocFailed is true (indicating a prior malloc
20349 ** failing, it fails consistently until mallocFailed is reset.
20367 if( db->mallocFailed ){
20387 if( db && db->mallocFailed ){
20393 db->mallocFailed = 1;
20402 ** resize fails, set the mallocFailed flag in the connection object.
20408 if( db->mallocFailed
51255 int mallocFailed; /* A memory allocation error has occurred */ member in struct:IntegrityCk
64706 u8 mallocFailed = db->mallocFailed; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c10450 u8 mallocFailed; /* True if we have seen a malloc failure */ member in struct:sqlite3
20332 ** the mallocFailed flag in the connection pointer.
20344 ** the mallocFailed flag in the connection pointer.
20346 ** If db!=0 and db->mallocFailed is true (indicating a prior malloc
20349 ** failing, it fails consistently until mallocFailed is reset.
20367 if( db->mallocFailed ){
20387 if( db && db->mallocFailed ){
20393 db->mallocFailed = 1;
20402 ** resize fails, set the mallocFailed flag in the connection object.
20408 if( db->mallocFailed
51275 int mallocFailed; /* A memory allocation error has occurred */ member in struct:IntegrityCk
64726 u8 mallocFailed = db->mallocFailed; local
[all...]

Completed in 509 milliseconds