Home | History | Annotate | Download | only in dist

Lines Matching refs:zName

898 ** The zName field holds the name of the VFS module.  The name must
1030 const char *zName; /* Name of this virtual file system */
1032 int (*xOpen)(sqlite3_vfs*, const char *zName, sqlite3_file*,
1034 int (*xDelete)(sqlite3_vfs*, const char *zName, int syncDir);
1035 int (*xAccess)(sqlite3_vfs*, const char *zName, int flags, int *pResOut);
1036 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut);
1054 int (*xSetSystemCall)(sqlite3_vfs*, const char *zName, sqlite3_syscall_ptr);
1055 sqlite3_syscall_ptr (*xGetSystemCall)(sqlite3_vfs*, const char *zName);
1056 const char *(*xNextSystemCall)(sqlite3_vfs*, const char *zName);
3258 SQLITE_API int sqlite3_bind_parameter_index(sqlite3_stmt*, const char *zName);
4298 const char *zName,
4305 const char *zName,
4313 const void *zName,
4972 int (*xFindFunction)(sqlite3_vtab *pVtab, int nArg, const char *zName,
5104 const char *zName, /* Name of the module */
5110 const char *zName, /* Name of the module */