Searched refs:sqlite3_found_count (Results 1 – 2 of 2) sorted by relevance
8519 extern int sqlite3_found_count; in Sqlitetest1_Init()8847 (char*)&sqlite3_found_count, TCL_LINK_INT); in Sqlitetest1_Init()
107 int sqlite3_found_count = 0; variable5143 if( pOp->opcode!=OP_NoConflict ) sqlite3_found_count++; in sqlite3VdbeExec()