Lines Matching refs:zName
1331 ** The zName field holds the name of the VFS module. The name must
1469 const char *zName; /* Name of this virtual file system */
1471 int (*xOpen)(sqlite3_vfs*, sqlite3_filename zName, sqlite3_file*,
1473 int (*xDelete)(sqlite3_vfs*, const char *zName, int syncDir);
1474 int (*xAccess)(sqlite3_vfs*, const char *zName, int flags, int *pResOut);
1475 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut);
1493 int (*xSetSystemCall)(sqlite3_vfs*, const char *zName, sqlite3_syscall_ptr);
1494 sqlite3_syscall_ptr (*xGetSystemCall)(sqlite3_vfs*, const char *zName);
1495 const char *(*xNextSystemCall)(sqlite3_vfs*, const char *zName);
4654 SQLITE_API int sqlite3_bind_parameter_index(sqlite3_stmt*, const char *zName);
6084 const char *zName,
6091 const char *zName,
6099 const void *zName,
7108 int (*xFindFunction)(sqlite3_vtab *pVtab, int nArg, const char *zName,
7355 const char *zName, /* Name of the module */
7361 const char *zName, /* Name of the module */
10166 char const *zName, /* Table name */
12905 const char *zName,
12914 const char *zName,
12922 const char *zName,