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()
9890 static void readFileContents(sqlite3_context *ctx, const char *zName){ in readFileContents()
9937 const char *zName; in readfileFunc() local
11993 const char *zName, in apndOpen()
12110 const char *zName, in apndSetSystemCall()
12117 const char *zName in apndGetSystemCall()
12121 static const char *apndNextSystemCall(sqlite3_vfs *pVfs, const char *zName){ in apndNextSystemCall()
14137 const char *zName, /* Name of SQL function */ in zipfileFindFunction()
14210 char *zName = 0; /* Path (name) of new entry */ in zipfileStep() local
14858 char *zName; member
[all …]
H A Dsqlite3.c1839 const char *zName; /* Name of this virtual file system */ member
18993 const char *zName; /* SQL name of the function. */ member
19146 #define FUNCTION(zName, nArg, iArg, bNC, xFunc) \ argument
19150 #define VFUNCTION(zName, nArg, iArg, bNC, xFunc) \ argument
19153 #define SFUNCTION(zName, nArg, iArg, bNC, xFunc) \ argument
19156 #define MFUNCTION(zName, nArg, xPtr, xFunc) \ argument
19159 #define JFUNCTION(zName, nArg, bUseCache, bWS, bRS, bJsonB, iArg, xFunc) \ argument
19164 #define INLINE_FUNC(zName, nArg, iArg, mFlags) \ argument
19168 #define TEST_FUNC(zName, nArg, iArg, mFlags) \ argument
19173 #define DFUNCTION(zName, nArg, iArg, bNC, xFunc) \ argument
[all …]
H A Dsqlite3.h1518 const char *zName; /* Name of this virtual file system */ member