Lines Matching defs:interp
1295 Tcl_Interp *interp; /* Interpreter in which to run the script */ member
1362 Tcl_Interp *interp, in test_quota_initialize()
1391 Tcl_Interp *interp, in test_quota_shutdown()
1414 Tcl_Interp *interp, in test_quota_set()
1468 Tcl_Interp *interp, in test_quota_file()
1494 Tcl_Interp *interp, in test_quota_dump()
1542 Tcl_Interp *interp, in test_quota_fopen()
1572 Tcl_Interp *interp, in test_quota_fread()
1606 Tcl_Interp *interp, in test_quota_fwrite()
1634 Tcl_Interp *interp, in test_quota_fclose()
1656 Tcl_Interp *interp, in test_quota_fflush()
1682 Tcl_Interp *interp, in test_quota_fseek()
1720 Tcl_Interp *interp, in test_quota_rewind()
1739 Tcl_Interp *interp, in test_quota_ftell()
1760 Tcl_Interp *interp, in test_quota_ftruncate()
1785 Tcl_Interp *interp, in test_quota_file_size()
1806 Tcl_Interp *interp, in test_quota_file_truesize()
1827 Tcl_Interp *interp, in test_quota_file_mtime()
1850 Tcl_Interp *interp, in test_quota_remove()
1874 Tcl_Interp *interp, in test_quota_glob()
1900 Tcl_Interp *interp, in test_quota_file_available()
1923 Tcl_Interp *interp, in test_quota_ferror()
1944 int Sqlitequota_Init(Tcl_Interp *interp){ in Sqlitequota_Init()