Searched refs:pbyte (Results 1 – 1 of 1) sorted by relevance
572 int pbyte; in testPendingByte() local579 if( Tcl_GetInt(interp, argv[1], &pbyte) ) return TCL_ERROR; in testPendingByte()580 rc = sqlite3_test_control(SQLITE_TESTCTRL_PENDING_BYTE, pbyte); in testPendingByte()