Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/tea/generic/
H A Dtclsqlite3.c136 char *zName; /* Name of this function */ member
496 static SqlFunc *findSqlFunc(SqliteDb *pDb, const char *zName){ in findSqlFunc()
926 const char *zName in tclCollateNeeded()
2280 char *zName; in DbObjCmd() local
2390 const char *zName; in DbObjCmd() member
2892 char *zName; in DbObjCmd() local
/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c1964 static char quoteChar(const char *zName){ in quoteChar()
1981 const char *zName /* The name of the virtual table */ in shellFakeSchema()
2073 const char *zName; in shellModuleSchema() local
2120 const char *zName = (const char*)sqlite3_value_text(apVal[2]); in shellAddSchemaName() local
7220 static void readFileContents(sqlite3_context *ctx, const char *zName){ in readFileContents()
7267 const char *zName; in readfileFunc() local
9130 const char *zName, in apndOpen()
9247 const char *zName, in apndSetSystemCall()
9254 const char *zName in apndGetSystemCall()
9258 static const char *apndNextSystemCall(sqlite3_vfs *pVfs, const char *zName){ in apndNextSystemCall()
[all …]
H A Dsqlite3.c1783 const char *zName; /* Name of this virtual file system */ member
17890 const char *zName; /* SQL name of the function. */ member
18043 #define FUNCTION(zName, nArg, iArg, bNC, xFunc) \ argument
18047 #define VFUNCTION(zName, nArg, iArg, bNC, xFunc) \ argument
18050 #define SFUNCTION(zName, nArg, iArg, bNC, xFunc) \ argument
18053 #define MFUNCTION(zName, nArg, xPtr, xFunc) \ argument
18056 #define JFUNCTION(zName, nArg, bUseCache, bWS, bRS, bJsonB, iArg, xFunc) \ argument
18061 #define INLINE_FUNC(zName, nArg, iArg, mFlags) \ argument
18065 #define TEST_FUNC(zName, nArg, iArg, mFlags) \ argument
18070 #define DFUNCTION(zName, nArg, iArg, bNC, xFunc) \ argument
[all …]
H A Dsqlite3.h1470 const char *zName; /* Name of this virtual file system */ member