Home
last modified time | relevance | path

Searched refs:wrapper (Results 1 – 17 of 17) sorted by relevance

/sqlite-3.40.0/test/
H A Dlock_common.tcl176 set wrapper ""
178 set wrapper "
185 puts $fd [string map [list %WRAPPER% $wrapper] {
H A De_blobwrite.test47 # Tcl sqlite3_blob_write() wrapper uses an empty string in place of
70 # SQLITE_OK, the Tcl wrapper returns an empty string. If the underlying
71 # function returns an error, the Tcl wrapper throws an exception with
H A Dmem5.test25 # configured (SQL run within the [sqlite3] wrapper in tester.tcl).
H A Dlookaside.test26 # configured (SQL run within the [sqlite3] wrapper in tester.tcl).
H A De_walauto.test96 # wrapper around sqlite3_wal_hook() that causes any database on database
H A Dwalthread.test211 # A wrapper around [do_thread_test] which runs the specified test twice.
H A De_walckpt.test47 # file use this wrapper. It's sole purpose is to throw an error if the
/sqlite-3.40.0/
H A Dltmain.sh2169 wrapper=$func_stripname_result
2173 wrapper=$file
2180 func_source "$wrapper"
2201 func_source "$wrapper"
3665 find_executable (const char *wrapper)
3676 wrapper ? (*wrapper ? wrapper : "EMPTY!") : "NULL!"));
3678 if ((wrapper == NULL) || (*wrapper == '\0'))
3683 if (isalpha ((unsigned char) wrapper[0]) && wrapper[1] == ':')
3685 concat_name = xstrdup (wrapper);
3695 concat_name = xstrdup (wrapper);
[all …]
H A Daclocal.m42712 [Variables whose values should be saved in libtool wrapper scripts and
/sqlite-3.40.0/ext/wasm/common/
H A Dtesting.css45 .input-wrapper {
/sqlite-3.40.0/tool/
H A Dmksqlite3c-noext.tcl78 ** if you want a wrapper to interface SQLite with your choice of programming
H A Dmksqlite3c.tcl101 ** if you want a wrapper to interface SQLite with your choice of programming
/sqlite-3.40.0/autoconf/
H A Dconfigure.ac74 AC_DEFINE([HAVE_READLINE],1,Define to use readline or wrapper)
/sqlite-3.40.0/ext/wasm/api/
H A DREADME.md56 Provides a high-level object-oriented wrapper to the lower-level C
/sqlite-3.40.0/ext/wasm/jaccwabyt/
H A Djaccwabyt.md1002 out("}"/*top-level wrapper*/);
/sqlite-3.40.0/src/
H A Dsqlite.h.in367 ** The sqlite3_exec() interface is a convenience wrapper around
1836 ** routines with a wrapper that simulations memory allocation failure or
1938 ** routines with a wrapper used to track mutex usage for performance
2858 ** The sqlite3_get_table() interface is implemented as a wrapper around
2862 ** wrapper layer outside of the internal [sqlite3_exec()] call are not
9301 ** ^The [sqlite3_wal_autocheckpoint(D,N)] is a wrapper around
H A Dshell.c.in4968 ** and adds a wrapper similar to the following: