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.c147 char *zName; /* Name of this function */ member
540 static SqlFunc *findSqlFunc(SqliteDb *pDb, const char *zName){ in findSqlFunc()
970 const char *zName in tclCollateNeeded()
2328 char *zName; in DbObjCmd() local
2438 const char *zName; in DbObjCmd() member
2947 char *zName; in DbObjCmd() local
/freebsd/contrib/sqlite3/
H A Dshell.c1530 static char quoteChar(const char *zName){ in quoteChar()
1547 const char *zName /* The name of the virtual table */ in shellFakeSchema()
1662 const char *zName = (const char*)sqlite3_value_text(apVal[2]); in shellAddSchemaName() local
4731 const char *zName; /* Function name */ member
8110 static void readFileContents(sqlite3_context *ctx, const char *zName){ in readFileContents()
8157 const char *zName; in readfileFunc() local
10037 const char *zName, in apndOpen()
10154 const char *zName, in apndSetSystemCall()
10161 const char *zName in apndGetSystemCall()
10165 static const char *apndNextSystemCall(sqlite3_vfs *pVfs, const char *zName){ in apndNextSystemCall()
[all …]
H A Dsqlite3.c1813 const char *zName; /* Name of this virtual file system */ member
18347 const char *zName; /* SQL name of the function. */ member
18500 #define FUNCTION(zName, nArg, iArg, bNC, xFunc) \ argument
18504 #define VFUNCTION(zName, nArg, iArg, bNC, xFunc) \ argument
18507 #define SFUNCTION(zName, nArg, iArg, bNC, xFunc) \ argument
18510 #define MFUNCTION(zName, nArg, xPtr, xFunc) \ argument
18513 #define JFUNCTION(zName, nArg, bUseCache, bWS, bRS, bJsonB, iArg, xFunc) \ argument
18518 #define INLINE_FUNC(zName, nArg, iArg, mFlags) \ argument
18522 #define TEST_FUNC(zName, nArg, iArg, mFlags) \ argument
18527 #define DFUNCTION(zName, nArg, iArg, bNC, xFunc) \ argument
[all …]
H A Dsqlite3.h1494 const char *zName; /* Name of this virtual file system */ member