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

/external/sqlite/dist/
H A Dsqlite3.c8324 u8 mallocFailed; /* True if we have seen a malloc failure */ member in struct:sqlite3
9854 u8 mallocFailed; /* Becomes true if any memory allocation fails */ member in struct:StrAccum
16145 ** the mallocFailed flag in the connection pointer.
16157 ** the mallocFailed flag in the connection pointer.
16159 ** If db!=0 and db->mallocFailed is true (indicating a prior malloc
16162 ** failing, it fails consistently until mallocFailed is reset.
16179 if( db->mallocFailed ){
16193 if( db && db->mallocFailed ){
16199 db->mallocFailed = 1;
16206 ** resize fails, set the mallocFailed fla
37428 int mallocFailed; /* A memory allocation error has occurred */ member in struct:IntegrityCk
[all...]

Completed in 197 milliseconds