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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c9688 u8 mallocFailed; /* True if we have seen a malloc failure */ member in struct:sqlite3
11283 u8 mallocFailed; /* Becomes true if any memory allocation fails */ member in struct:StrAccum
19104 ** the mallocFailed flag in the connection pointer.
19116 ** the mallocFailed flag in the connection pointer.
19118 ** If db!=0 and db->mallocFailed is true (indicating a prior malloc
19121 ** failing, it fails consistently until mallocFailed is reset.
19139 if( db->mallocFailed ){
19159 if( db && db->mallocFailed ){
19165 db->mallocFailed = 1;
19174 ** resize fails, set the mallocFailed fla
48936 int mallocFailed; /* A memory allocation error has occurred */ member in struct:IntegrityCk
61719 u8 mallocFailed = db->mallocFailed; local
[all...]

Completed in 450 milliseconds