Home
last modified time | relevance | path

Searched refs:sqlite3_found_count (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/src/
H A Dtest1.c8519 extern int sqlite3_found_count; in Sqlitetest1_Init()
8847 (char*)&sqlite3_found_count, TCL_LINK_INT); in Sqlitetest1_Init()
H A Dvdbe.c107 int sqlite3_found_count = 0; variable
5143 if( pOp->opcode!=OP_NoConflict ) sqlite3_found_count++; in sqlite3VdbeExec()