Searched refs:intckPrepare (Results 1 – 1 of 1) sorted by relevance
15242 static sqlite3_stmt *intckPrepare(sqlite3_intck *p, const char *zSql){ in intckPrepare() function15273 pRet = intckPrepare(p, zSql); in intckPrepareFmt()15307 pStmt = intckPrepare(p, zSql); in intckExec()15417 pStmt = intckPrepare(p, zSql); in intckSaveKey()15638 pStmt = intckPrepare(p, "PRAGMA automatic_index"); in intckGetAutoIndex()16015 p->pCheck = intckPrepare(p, zSql); in sqlite3_intck_step()