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

/external/chromium_org/third_party/sqlite/src/src/
H A Dattach.c111 if( db->aDb==db->aDbStatic ){
H A Dmain.c742 assert( db->aDb==db->aDbStatic );
1880 db->aDb = db->aDbStatic;
H A Dbuild.c465 if( db->nDb<=2 && db->aDb!=db->aDbStatic ){
466 memcpy(db->aDbStatic, db->aDb, 2*sizeof(db->aDb[0]));
468 db->aDb = db->aDbStatic;
H A DsqliteInt.h881 Db aDbStatic[2]; /* Static space for the 2 default backends */ member in struct:sqlite3
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c9226 Db aDbStatic[2]; /* Static space for the 2 default backends */ member in struct:sqlite3
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c10516 Db aDbStatic[2]; /* Static space for the 2 default backends */ member in struct:sqlite3
[all...]
/external/sqlite/dist/
H A Dsqlite3.c10516 Db aDbStatic[2]; /* Static space for the 2 default backends */ member in struct:sqlite3
[all...]

Completed in 6600 milliseconds