Home
last modified time | relevance | path

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

/external/sqlite/dist/
Dshell.c791 static char quoteChar(const char *zName){ in quoteChar()
840 const char *zName /* The name of the virtual table */ in shellFakeSchema()
890 const char *zName = (const char*)sqlite3_value_text(apVal[0]); in shellModuleSchema() local
935 const char *zName = (const char*)sqlite3_value_text(apVal[2]); in shellAddSchemaName() local
2164 static void readFileContents(sqlite3_context *ctx, const char *zName){ in readFileContents()
2193 const char *zName; in readfileFunc() local
3827 const char *zName, in apndOpen()
3922 const char *zName, in apndSetSystemCall()
3929 const char *zName in apndGetSystemCall()
3933 static const char *apndNextSystemCall(sqlite3_vfs *pVfs, const char *zName){ in apndNextSystemCall()
[all …]
Dsqlite3.c2324 const char *zName; /* Name of this virtual file system */ member
15460 const char *zName; /* SQL name of the function. */ member
15558 #define FUNCTION(zName, nArg, iArg, bNC, xFunc) \ argument
15561 #define VFUNCTION(zName, nArg, iArg, bNC, xFunc) \ argument
15564 #define DFUNCTION(zName, nArg, iArg, bNC, xFunc) \ argument
15567 #define PURE_DATE(zName, nArg, iArg, bNC, xFunc) \ argument
15570 #define FUNCTION2(zName, nArg, iArg, bNC, xFunc, extraFlags) \ argument
15573 #define STR_FUNCTION(zName, nArg, pArg, bNC, xFunc) \ argument
15576 #define LIKEFUNC(zName, nArg, arg, flags) \ argument
15579 #define AGGREGATE(zName, nArg, arg, nc, xStep, xFinal) \ argument
[all …]
Dsqlite3.h1300 const char *zName; /* Name of this virtual file system */ member
/external/sqlite/dist/orig/
Dshell.c785 static char quoteChar(const char *zName){ in quoteChar()
834 const char *zName /* The name of the virtual table */ in shellFakeSchema()
884 const char *zName = (const char*)sqlite3_value_text(apVal[0]); in shellModuleSchema() local
929 const char *zName = (const char*)sqlite3_value_text(apVal[2]); in shellAddSchemaName() local
2158 static void readFileContents(sqlite3_context *ctx, const char *zName){ in readFileContents()
2187 const char *zName; in readfileFunc() local
3821 const char *zName, in apndOpen()
3916 const char *zName, in apndSetSystemCall()
3923 const char *zName in apndGetSystemCall()
3927 static const char *apndNextSystemCall(sqlite3_vfs *pVfs, const char *zName){ in apndNextSystemCall()
[all …]
Dsqlite3.c2324 const char *zName; /* Name of this virtual file system */ member
15460 const char *zName; /* SQL name of the function. */ member
15558 #define FUNCTION(zName, nArg, iArg, bNC, xFunc) \ argument
15561 #define VFUNCTION(zName, nArg, iArg, bNC, xFunc) \ argument
15564 #define DFUNCTION(zName, nArg, iArg, bNC, xFunc) \ argument
15567 #define PURE_DATE(zName, nArg, iArg, bNC, xFunc) \ argument
15570 #define FUNCTION2(zName, nArg, iArg, bNC, xFunc, extraFlags) \ argument
15573 #define STR_FUNCTION(zName, nArg, pArg, bNC, xFunc) \ argument
15576 #define LIKEFUNC(zName, nArg, arg, flags) \ argument
15579 #define AGGREGATE(zName, nArg, arg, nc, xStep, xFinal) \ argument
[all …]
Dsqlite3.h1300 const char *zName; /* Name of this virtual file system */ member