Searched defs:zName (Results 1 – 2 of 2) sorted by relevance
895 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() local1010 const char *zName = (const char*)sqlite3_value_text(apVal[2]); in shellAddSchemaName() local4767 static void readFileContents(sqlite3_context *ctx, const char *zName){ in readFileContents()4814 const char *zName; in readfileFunc() local6675 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 …]
1469 const char *zName; /* Name of this virtual file system */ member