Searched refs:wrapper (Results 1 – 17 of 17) sorted by relevance
176 set wrapper ""178 set wrapper "185 puts $fd [string map [list %WRAPPER% $wrapper] {
47 # Tcl sqlite3_blob_write() wrapper uses an empty string in place of70 # SQLITE_OK, the Tcl wrapper returns an empty string. If the underlying71 # function returns an error, the Tcl wrapper throws an exception with
25 # configured (SQL run within the [sqlite3] wrapper in tester.tcl).
26 # configured (SQL run within the [sqlite3] wrapper in tester.tcl).
96 # wrapper around sqlite3_wal_hook() that causes any database on database
211 # A wrapper around [do_thread_test] which runs the specified test twice.
47 # file use this wrapper. It's sole purpose is to throw an error if the
2169 wrapper=$func_stripname_result2173 wrapper=$file2180 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 …]
2712 [Variables whose values should be saved in libtool wrapper scripts and
45 .input-wrapper {
78 ** if you want a wrapper to interface SQLite with your choice of programming
101 ** if you want a wrapper to interface SQLite with your choice of programming
74 AC_DEFINE([HAVE_READLINE],1,Define to use readline or wrapper)
56 Provides a high-level object-oriented wrapper to the lower-level C
1002 out("}"/*top-level wrapper*/);
367 ** The sqlite3_exec() interface is a convenience wrapper around1836 ** routines with a wrapper that simulations memory allocation failure or1938 ** routines with a wrapper used to track mutex usage for performance2858 ** The sqlite3_get_table() interface is implemented as a wrapper around2862 ** wrapper layer outside of the internal [sqlite3_exec()] call are not9301 ** ^The [sqlite3_wal_autocheckpoint(D,N)] is a wrapper around
4968 ** and adds a wrapper similar to the following: