Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest2.c572 int pbyte; in testPendingByte() local
579 if( Tcl_GetInt(interp, argv[1], &pbyte) ) return TCL_ERROR; in testPendingByte()
580 rc = sqlite3_test_control(SQLITE_TESTCTRL_PENDING_BYTE, pbyte); in testPendingByte()