Lines Matching defs:interp
42 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in btree_open()
88 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in btree_close()
123 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in btree_begin_transaction()
152 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in btree_pager_stats()
202 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in btree_cursor()
251 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in btree_close_cursor()
293 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in btree_next()
332 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in btree_first()
367 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in btree_eof()
396 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in btree_payload_size()
434 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in btree_varint_test()
518 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in btree_from_db()
558 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in btree_ismemdb()
589 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in btree_set_cache_size()
619 Tcl_Interp *interp, in btree_insert()
661 int Sqlitetest3_Init(Tcl_Interp *interp){ in Sqlitetest3_Init()