Searched refs:globalDb (Results 1 - 1 of 1) sorted by relevance
/third_party/sqlite/src/ |
H A D | shell.c | 471 static sqlite3 *globalDb = 0; variable 16242 if( globalDb ) sqlite3_interrupt(globalDb); in interrupt_handler() 19512 globalDb = p->db; in open_db() 19626 sqlite3_prepare_v2(globalDb, zSql, -1, &pStmt, 0); in readline_completion_generator() 19665 sqlite3_prepare_v2(globalDb, zSql, -1, &pStmt, 0); in linenoise_completion() 19667 sqlite3_exec(globalDb, "PRAGMA page_count", 0, 0, 0); /* Load the schema */ in linenoise_completion() 22260 globalDb = p->db = p->pAuxDb->db; in do_meta_command() 26472 return globalDb; 26482 if(globalDb){ [all...] |
Completed in 36 milliseconds