Lines Matching refs:zName
774 ** The zName field holds the name of the VFS module. The name must
891 const char *zName; /* Name of this virtual file system */
893 int (*xOpen)(sqlite3_vfs*, const char *zName, sqlite3_file*,
895 int (*xDelete)(sqlite3_vfs*, const char *zName, int syncDir);
896 int (*xAccess)(sqlite3_vfs*, const char *zName, int flags, int *pResOut);
897 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut);
2873 SQLITE_API int sqlite3_bind_parameter_index(sqlite3_stmt*, const char *zName);
3894 const char *zName,
3901 const char *zName,
3909 const void *zName,
4525 int (*xFindFunction)(sqlite3_vtab *pVtab, int nArg, const char *zName,
4652 const char *zName, /* Name of the module */
4658 const char *zName, /* Name of the module */