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

/macosx-10.10.1/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c9457 u8 mallocFailed; /* True if we have seen a malloc failure */ member in struct:sqlite3
11057 u8 mallocFailed; /* Becomes true if any memory allocation fails */ member in struct:StrAccum
18679 ** the mallocFailed flag in the connection pointer.
18691 ** the mallocFailed flag in the connection pointer.
18693 ** If db!=0 and db->mallocFailed is true (indicating a prior malloc
18696 ** failing, it fails consistently until mallocFailed is reset.
18714 if( db->mallocFailed ){
18734 if( db && db->mallocFailed ){
18740 db->mallocFailed = 1;
18749 ** resize fails, set the mallocFailed fla
47975 int mallocFailed; /* A memory allocation error has occurred */ member in struct:IntegrityCk
[all...]

Completed in 397 milliseconds