Lines Matching defs:interp
47 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in pager_open()
84 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in pager_close()
111 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in pager_rollback()
138 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in pager_commit()
170 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in pager_stmt_begin()
197 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in pager_stmt_rollback()
225 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in pager_stmt_commit()
252 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in pager_stats()
285 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in pager_pagecount()
311 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in page_get()
348 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in page_lookup()
376 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in pager_truncate()
401 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in page_unref()
423 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in page_read()
447 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in page_number()
471 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in page_write()
507 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in fake_big_file()
568 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in testPendingByte()
633 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in faultInstallCmd()
676 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in testBitvecBuiltinTest()
705 int Sqlitetest2_Init(Tcl_Interp *interp){ in Sqlitetest2_Init()