Home
last modified time | relevance | path

Searched defs:zName (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c160 char *zName; /* Name of this function */ member
553 static SqlFunc *findSqlFunc(SqliteDb *pDb, const char *zName){ in findSqlFunc()
983 const char *zName in tclCollateNeeded()
2761 char *zName; in DbObjCmd() local
2871 const char *zName; in DbObjCmd() member
3395 char *zName; in DbObjCmd() local
/freebsd/contrib/sqlite3/
H A Dshell.c3367 static int qrf_need_quote(const char *zName){ in qrf_need_quote()
9859 static void readFileContents(sqlite3_context *ctx, const char *zName){ in readFileContents()
9906 const char *zName; in readfileFunc() local
11962 const char *zName, in apndOpen()
12079 const char *zName, in apndSetSystemCall()
12086 const char *zName in apndGetSystemCall()
12090 static const char *apndNextSystemCall(sqlite3_vfs *pVfs, const char *zName){ in apndNextSystemCall()
14099 const char *zName, /* Name of SQL function */ in zipfileFindFunction()
14172 char *zName = 0; /* Path (name) of new entry */ in zipfileStep() local
14820 char *zName; member
[all …]
H A Dsqlite3.c1839 const char *zName; /* Name of this virtual file system */ member
18972 const char *zName; /* SQL name of the function. */ member
19125 #define FUNCTION(zName, nArg, iArg, bNC, xFunc) \ argument
19129 #define VFUNCTION(zName, nArg, iArg, bNC, xFunc) \ argument
19132 #define SFUNCTION(zName, nArg, iArg, bNC, xFunc) \ argument
19135 #define MFUNCTION(zName, nArg, xPtr, xFunc) \ argument
19138 #define JFUNCTION(zName, nArg, bUseCache, bWS, bRS, bJsonB, iArg, xFunc) \ argument
19143 #define INLINE_FUNC(zName, nArg, iArg, mFlags) \ argument
19147 #define TEST_FUNC(zName, nArg, iArg, mFlags) \ argument
19152 #define DFUNCTION(zName, nArg, iArg, bNC, xFunc) \ argument
[all …]
H A Dsqlite3.h1518 const char *zName; /* Name of this virtual file system */ member