Home
last modified time | relevance | path

Searched defs:interp (Results 1 – 25 of 107) sorted by relevance

12345

/external/chromium_org/third_party/sqlite/src/src/
Dtest2.c71 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in pager_open()
108 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in pager_close()
135 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in pager_rollback()
162 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in pager_commit()
194 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in pager_stmt_begin()
221 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in pager_stmt_rollback()
249 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in pager_stmt_commit()
276 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in pager_stats()
309 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in pager_pagecount()
335 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in page_get()
[all …]
Dtest1.c75 Tcl_Interp *interp, in get_sqlite_pointer()
103 int getDbPointer(Tcl_Interp *interp, const char *zA, sqlite3 **ppDb){ in getDbPointer()
181 int sqlite3TestErrCode(Tcl_Interp *interp, sqlite3 *db, int rc){ in sqlite3TestErrCode()
199 Tcl_Interp *interp, in getStmtPointer()
220 int sqlite3TestMakePointerStr(Tcl_Interp *interp, char *zPtr, void *p){ in sqlite3TestMakePointerStr()
266 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in test_io_trace()
307 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in test_exec_printf()
345 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in test_exec_hex()
391 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in db_enter()
407 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in db_leave()
[all …]
Dtest4.c108 static int parse_thread_id(Tcl_Interp *interp, const char *zArg){ in parse_thread_id()
124 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in tcl_thread_create()
173 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in tcl_thread_wait()
217 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in tcl_thread_halt()
252 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in tcl_thread_argc()
284 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in tcl_thread_argv()
320 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in tcl_thread_colname()
356 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in tcl_thread_result()
415 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in tcl_thread_error()
460 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in tcl_thread_compile()
[all …]
Dtest7.c130 static int parse_client_id(Tcl_Interp *interp, const char *zArg){ in parse_client_id()
146 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in tcl_client_create()
196 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in tcl_client_wait()
240 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in tcl_client_halt()
283 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in tcl_client_argc()
315 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in tcl_client_argv()
351 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in tcl_client_colname()
387 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in tcl_client_result()
446 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in tcl_client_error()
491 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in tcl_client_compile()
[all …]
Dtest3.c62 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in btree_open()
100 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in btree_close()
135 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in btree_begin_transaction()
164 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in btree_pager_stats()
214 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in btree_cursor()
260 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in btree_close_cursor()
295 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in btree_next()
330 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in btree_first()
365 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in btree_eof()
394 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in btree_payload_size()
[all …]
Dtest_async.c41 Tcl_Interp *interp, in testAsyncInit()
74 Tcl_Interp *interp, in testAsyncShutdown()
98 Tcl_Interp *interp, in testAsyncStart()
130 Tcl_Interp *interp, in testAsyncWait()
156 Tcl_Interp *interp, in testAsyncControl()
231 int Sqlitetestasync_Init(Tcl_Interp *interp){ in Sqlitetestasync_Init()
Dtest_malloc.c310 Tcl_Interp *interp, in test_malloc()
335 Tcl_Interp *interp, in test_realloc()
364 Tcl_Interp *interp, in test_free()
395 Tcl_Interp *interp, in test_memset()
441 Tcl_Interp *interp, in test_memget()
488 Tcl_Interp *interp, in test_memory_used()
503 Tcl_Interp *interp, in test_memory_highwater()
528 Tcl_Interp *interp, in test_memdebug_backtrace()
554 Tcl_Interp *interp, in test_memdebug_dump()
579 Tcl_Interp *interp, in test_memdebug_malloc_count()
[all …]
Dtest5.c31 Tcl_Interp *interp, in binarize()
59 Tcl_Interp *interp, in test_value_overhead()
92 static u8 name_to_enc(Tcl_Interp *interp, Tcl_Obj *pObj){ in name_to_enc()
125 Tcl_Interp *interp, in test_translate()
189 Tcl_Interp *interp, in test_translate_selftest()
203 int Sqlitetest5_Init(Tcl_Interp *interp){ in Sqlitetest5_Init()
Dtest_thread.c35 Tcl_Interp *interp; /* Parent interpreter */ member
51 Tcl_Interp *interp; /* The interpreter to execute it in. */ member
109 Tcl_Interp *interp; in tclScriptThread() local
170 Tcl_Interp *interp, in sqlthread_spawn()
223 Tcl_Interp *interp, in sqlthread_parent()
268 Tcl_Interp *interp, in sqlthread_open()
303 Tcl_Interp *interp, in sqlthread_id()
321 Tcl_Interp *interp, in sqlthread_proc()
369 Tcl_Interp *interp, in clock_seconds_proc()
531 Tcl_Interp *interp, in blocking_step_proc()
[all …]
Dtest_autoext.c92 Tcl_Interp *interp, in autoExtSqrObjCmd()
108 Tcl_Interp *interp, in autoExtCubeObjCmd()
124 Tcl_Interp *interp, in autoExtBrokenObjCmd()
143 Tcl_Interp *interp, in resetAutoExtObjCmd()
155 int Sqlitetest_autoext_Init(Tcl_Interp *interp){ in Sqlitetest_autoext_Init()
Dtest_mutex.c139 Tcl_Interp *interp, in test_shutdown()
160 Tcl_Interp *interp, in test_initialize()
181 Tcl_Interp *interp, in test_install_mutex_counters()
242 Tcl_Interp *interp, in test_read_mutex_counters()
275 Tcl_Interp *interp, in test_clear_mutex_counters()
299 Tcl_Interp *interp, in test_alloc_mutex()
326 Tcl_Interp *interp, in test_config()
376 Tcl_Interp *interp, in test_enter_db_mutex()
395 Tcl_Interp *interp, in test_leave_db_mutex()
412 int Sqlitetest_mutex_Init(Tcl_Interp *interp){ in Sqlitetest_mutex_Init()
Dtest9.c27 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in c_collation_test()
68 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in c_realloc_test()
109 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in c_misuse_test()
184 int Sqlitetest9_Init(Tcl_Interp *interp){ in Sqlitetest9_Init()
Dtest_hexio.c99 Tcl_Interp *interp, in hexio_read()
149 Tcl_Interp *interp, in hexio_write()
197 Tcl_Interp *interp, in hexio_get_int()
237 Tcl_Interp *interp, in hexio_render_int16()
264 Tcl_Interp *interp, in hexio_render_int32()
294 Tcl_Interp *interp, in utf8_to_utf8()
345 Tcl_Interp *interp, in read_fts3varint()
370 int Sqlitetest_hexio_Init(Tcl_Interp *interp){ in Sqlitetest_hexio_Init()
Dtest_tclvar.c34 Tcl_Interp *interp; member
102 static int next2(Tcl_Interp *interp, tclvar_cursor *pCur, Tcl_Obj *pObj){ in next2()
137 Tcl_Interp *interp = ((tclvar_vtab *)(cur->pVtab))->interp; in tclvarNext() local
157 Tcl_Interp *interp = ((tclvar_vtab *)(pVtabCursor->pVtab))->interp; in tclvarFilter() local
191 Tcl_Interp *interp = ((tclvar_vtab *)cur->pVtab)->interp; in tclvarColumn() local
294 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in register_tclvar_module()
316 int Sqlitetesttclvar_Init(Tcl_Interp *interp){ in Sqlitetesttclvar_Init()
Dtest_config.c39 static void set_options(Tcl_Interp *interp){ in set_options()
584 int Sqliteconfig_Init(Tcl_Interp *interp){ in Sqliteconfig_Init()
Dtest_syscall.c381 Tcl_Interp *interp, in test_syscall_install()
417 Tcl_Interp *interp, in test_syscall_uninstall()
441 Tcl_Interp *interp, in test_syscall_reset()
479 Tcl_Interp *interp, in test_syscall_exists()
500 Tcl_Interp *interp, in test_syscall_fault()
529 Tcl_Interp *interp, in test_syscall_errno()
575 Tcl_Interp *interp, in test_syscall_list()
605 Tcl_Interp *interp, in test_syscall_defaultvfs()
623 Tcl_Interp *interp, in test_syscall()
655 int SqlitetestSyscall_Init(Tcl_Interp *interp){ in SqlitetestSyscall_Init()
[all …]
Dtclsqlite.c72 Tcl_Interp *interp; /* The TCL interpret to execute the function */ member
85 Tcl_Interp *interp; /* The TCL interpret to execute the function */ member
114 Tcl_Interp *interp; /* The interpreter used for this database */ member
183 static int incrblobClose(ClientData instanceData, Tcl_Interp *interp){ in incrblobClose()
332 Tcl_Interp *interp, in createIncrblobChannel()
392 static int safeToUseEvalObjv(Tcl_Interp *interp, Tcl_Obj *pCmd){ in safeToUseEvalObjv()
608 Tcl_Interp *interp = pDb->interp; in DbWalHandler() local
626 static void setTestUnlockNotifyVars(Tcl_Interp *interp, int iArg, int nArg){ in setTestUnlockNotifyVars()
994 Tcl_Interp *interp, /* Tcl interpreter */ in DbTransPostCmd()
1061 Tcl_Interp *interp = pDb->interp; in dbPrepareAndBind() local
[all …]
Dtest_backup.c26 Tcl_Interp *interp, in backupTestCmd()
110 Tcl_Interp *interp, in backupTestInit()
145 int Sqlitetestbackup_Init(Tcl_Interp *interp){ in Sqlitetestbackup_Init()
Dtest_superlock.c262 Tcl_Interp *interp; member
273 Tcl_Interp *interp, in superunlock_cmd()
305 Tcl_Interp *interp, in superlock_cmd()
352 int SqliteSuperlock_Init(Tcl_Interp *interp){ in SqliteSuperlock_Init()
Dtest8.c74 Tcl_Interp *interp; /* Tcl interpreter containing debug variables */ member
308 static void appendToEchoModule(Tcl_Interp *interp, const char *zArg){ in appendToEchoModule()
386 Tcl_Interp *interp; member
777 Tcl_Interp *interp = pVtab->interp; in echoBestIndex() local
1069 Tcl_Interp *interp = pVtab->interp; in echoBegin() local
1100 Tcl_Interp *interp = pVtab->interp; in echoSync() local
1166 Tcl_Interp *interp = sqlite3_user_data(pContext); in overloadedGlobFunction() local
1202 Tcl_Interp *interp = pVtab->interp; in echoFindFunction() local
1276 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in register_echo_module()
1300 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in declare_vtab()
[all …]
Dtest_init.c184 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in init_wrapper_install()
208 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in init_wrapper_uninstall()
227 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in init_wrapper_clear()
244 Tcl_Interp *interp, /* The TCL interpreter that invoked this command */ in init_wrapper_query()
270 int Sqlitetest_init_Init(Tcl_Interp *interp){ in Sqlitetest_init_Init()
Dtest_rtree.c236 Tcl_Interp *interp, in register_cube_geom()
264 Tcl_Interp *interp, in register_circle_geom()
290 int Sqlitetestrtree_Init(Tcl_Interp *interp){ in Sqlitetestrtree_Init()
/external/valgrind/main/coregrind/m_ume/
Dscript.c49 const HChar* interp = script + 2; in VG_() local
85 HChar* interp; in VG_() local
/external/mesa3d/src/mesa/tnl/
Dt_vb_cliptmp.h122 tnl_interp_func interp = tnl->Driver.Render.Interp; in TAG() local
191 tnl_interp_func interp = tnl->Driver.Render.Interp; in TAG() local
271 tnl_interp_func interp = tnl->Driver.Render.Interp; in TAG() local
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
Dt_vb_cliptmp.h122 tnl_interp_func interp = tnl->Driver.Render.Interp; in TAG() local
191 tnl_interp_func interp = tnl->Driver.Render.Interp; in TAG() local
271 tnl_interp_func interp = tnl->Driver.Render.Interp; in TAG() local

12345