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.c9170 u8 mallocFailed; /* True if we have seen a malloc failure */ member in struct:sqlite3
10758 u8 mallocFailed; /* Becomes true if any memory allocation fails */ member in struct:StrAccum
18301 ** the mallocFailed flag in the connection pointer.
18313 ** the mallocFailed flag in the connection pointer.
18315 ** If db!=0 and db->mallocFailed is true (indicating a prior malloc
18318 ** failing, it fails consistently until mallocFailed is reset.
18336 if( db->mallocFailed ){
18356 if( db && db->mallocFailed ){
18362 db->mallocFailed = 1;
18371 ** resize fails, set the mallocFailed fla
47014 int mallocFailed; /* A memory allocation error has occurred */ member in struct:IntegrityCk
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c9727 u8 mallocFailed; /* True if we have seen a malloc failure */ member in struct:sqlite3
11314 u8 mallocFailed; /* Becomes true if any memory allocation fails */ member in struct:StrAccum
19168 ** the mallocFailed flag in the connection pointer.
19180 ** the mallocFailed flag in the connection pointer.
19182 ** If db!=0 and db->mallocFailed is true (indicating a prior malloc
19185 ** failing, it fails consistently until mallocFailed is reset.
19203 if( db->mallocFailed ){
19223 if( db && db->mallocFailed ){
19229 db->mallocFailed = 1;
19238 ** resize fails, set the mallocFailed fla
49080 int mallocFailed; /* A memory allocation error has occurred */ member in struct:IntegrityCk
61825 u8 mallocFailed = db->mallocFailed; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c9727 u8 mallocFailed; /* True if we have seen a malloc failure */ member in struct:sqlite3
11314 u8 mallocFailed; /* Becomes true if any memory allocation fails */ member in struct:StrAccum
19168 ** the mallocFailed flag in the connection pointer.
19180 ** the mallocFailed flag in the connection pointer.
19182 ** If db!=0 and db->mallocFailed is true (indicating a prior malloc
19185 ** failing, it fails consistently until mallocFailed is reset.
19203 if( db->mallocFailed ){
19223 if( db && db->mallocFailed ){
19229 db->mallocFailed = 1;
19238 ** resize fails, set the mallocFailed fla
49108 int mallocFailed; /* A memory allocation error has occurred */ member in struct:IntegrityCk
61853 u8 mallocFailed = db->mallocFailed; local
[all...]

Completed in 475 milliseconds