Searched refs:intckPrepare (Results 1 – 1 of 1) sorted by relevance
14323 static sqlite3_stmt *intckPrepare(sqlite3_intck *p, const char *zSql){ in intckPrepare() function14354 pRet = intckPrepare(p, zSql); in intckPrepareFmt()14388 pStmt = intckPrepare(p, zSql); in intckExec()14498 pStmt = intckPrepare(p, zSql); in intckSaveKey()14719 pStmt = intckPrepare(p, "PRAGMA automatic_index"); in intckGetAutoIndex()15096 p->pCheck = intckPrepare(p, zSql); in sqlite3_intck_step()