Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest5.c68 int repeat_count; in test_value_overhead() local
78 if( Tcl_GetIntFromObj(interp, objv[1], &repeat_count) ) return TCL_ERROR; in test_value_overhead()
85 for(i=0; i<repeat_count; i++){ in test_value_overhead()