Lines Matching refs:mallocFailed
1903 assert( !db->mallocFailed ); in sqlite3CreateFunc()
1915 assert(p || db->mallocFailed); in sqlite3CreateFunc()
2059 assert( !db->mallocFailed ); in sqlite3_create_function16()
2586 if( db->mallocFailed ){ in sqlite3_errmsg()
2591 assert( !db->mallocFailed ); in sqlite3_errmsg()
2636 if( db->mallocFailed ){ in sqlite3_errmsg16()
2664 if( !db || db->mallocFailed ){ in sqlite3_errcode()
2673 if( !db || db->mallocFailed ){ in sqlite3_extended_errcode()
3351 if( db->mallocFailed ){ in openDatabase()
3417 if( !db->mallocFailed ){ in openDatabase()
3432 if( db->mallocFailed ){ in openDatabase()
3602 assert( !db->mallocFailed ); in sqlite3_create_collation_v2()
3627 assert( !db->mallocFailed ); in sqlite3_create_collation16()