Home
last modified time | relevance | path

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

/third_party/sqlite/src/
Dshell.c908 static char quoteChar(const char *zName){ in quoteChar()
924 const char *zName /* The name of the virtual table */ in shellFakeSchema()
974 const char *zName = (const char*)sqlite3_value_text(apVal[0]); in shellModuleSchema() local
1019 const char *zName = (const char*)sqlite3_value_text(apVal[2]); in shellAddSchemaName() local
2289 static void readFileContents(sqlite3_context *ctx, const char *zName){ in readFileContents()
2336 const char *zName; in readfileFunc() local
4196 const char *zName, in apndOpen()
4313 const char *zName, in apndSetSystemCall()
4320 const char *zName in apndGetSystemCall()
4324 static const char *apndNextSystemCall(sqlite3_vfs *pVfs, const char *zName){ in apndNextSystemCall()
[all …]
Dsqlite3.c1742 const char *zName; /* Name of this virtual file system */ member
16829 const char *zName; /* SQL name of the function. */ member
16972 #define FUNCTION(zName, nArg, iArg, bNC, xFunc) \ argument
16976 #define VFUNCTION(zName, nArg, iArg, bNC, xFunc) \ argument
16979 #define SFUNCTION(zName, nArg, iArg, bNC, xFunc) \ argument
16982 #define MFUNCTION(zName, nArg, xPtr, xFunc) \ argument
16985 #define INLINE_FUNC(zName, nArg, iArg, mFlags) \ argument
16989 #define TEST_FUNC(zName, nArg, iArg, mFlags) \ argument
16994 #define DFUNCTION(zName, nArg, iArg, bNC, xFunc) \ argument
16997 #define PURE_DATE(zName, nArg, iArg, bNC, xFunc) \ argument
[all …]
/third_party/sqlite/include/
Dsqlite3.h1432 const char *zName; /* Name of this virtual file system */ member