Lines Matching refs:zName
771 ** The zName field holds the name of the VFS module. The name must
888 const char *zName; /* Name of this virtual file system */
890 int (*xOpen)(sqlite3_vfs*, const char *zName, sqlite3_file*,
892 int (*xDelete)(sqlite3_vfs*, const char *zName, int syncDir);
893 int (*xAccess)(sqlite3_vfs*, const char *zName, int flags, int *pResOut);
894 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut);
2870 SQLITE_API int sqlite3_bind_parameter_index(sqlite3_stmt*, const char *zName);
3891 const char *zName,
3898 const char *zName,
3906 const void *zName,
4522 int (*xFindFunction)(sqlite3_vtab *pVtab, int nArg, const char *zName,
4649 const char *zName, /* Name of the module */
4655 const char *zName, /* Name of the module */