Home
last modified time | relevance | path

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

/third_party/sqlite/src/
Dshell.c895 static char quoteChar(const char *zName){ in quoteChar()
911 const char *zName /* The name of the virtual table */ in shellFakeSchema()
963 const char *zName; in shellModuleSchema() local
1010 const char *zName = (const char*)sqlite3_value_text(apVal[2]); in shellAddSchemaName() local
4767 static void readFileContents(sqlite3_context *ctx, const char *zName){ in readFileContents()
4814 const char *zName; in readfileFunc() local
6675 const char *zName, in apndOpen()
6792 const char *zName, in apndSetSystemCall()
6799 const char *zName in apndGetSystemCall()
6803 static const char *apndNextSystemCall(sqlite3_vfs *pVfs, const char *zName){ in apndNextSystemCall()
[all …]
Dsqlite3.c1779 const char *zName; /* Name of this virtual file system */ member
17316 const char *zName; /* SQL name of the function. */ member
17460 #define FUNCTION(zName, nArg, iArg, bNC, xFunc) \ argument
17464 #define VFUNCTION(zName, nArg, iArg, bNC, xFunc) \ argument
17467 #define SFUNCTION(zName, nArg, iArg, bNC, xFunc) \ argument
17470 #define MFUNCTION(zName, nArg, xPtr, xFunc) \ argument
17473 #define JFUNCTION(zName, nArg, iArg, xFunc) \ argument
17477 #define INLINE_FUNC(zName, nArg, iArg, mFlags) \ argument
17481 #define TEST_FUNC(zName, nArg, iArg, mFlags) \ argument
17486 #define DFUNCTION(zName, nArg, iArg, bNC, xFunc) \ argument
[all …]
/third_party/sqlite/include/
Dsqlite3.h1469 const char *zName; /* Name of this virtual file system */ member