Lines Matching refs:zName
1174 const char *zName; /* Name of this virtual file system */ member
1176 int (*xOpen)(sqlite3_vfs*, const char *zName, sqlite3_file*,
1178 int (*xDelete)(sqlite3_vfs*, const char *zName, int syncDir);
1179 int (*xAccess)(sqlite3_vfs*, const char *zName, int flags, int *pResOut);
1180 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut);
1198 int (*xSetSystemCall)(sqlite3_vfs*, const char *zName, sqlite3_syscall_ptr);
1199 sqlite3_syscall_ptr (*xGetSystemCall)(sqlite3_vfs*, const char *zName);
1200 const char *(*xNextSystemCall)(sqlite3_vfs*, const char *zName);
3618 SQLITE_API int SQLITE_STDCALL sqlite3_bind_parameter_index(sqlite3_stmt*, const char *zName);
4715 const char *zName,
4722 const char *zName,
4730 const void *zName,
5510 int (*xFindFunction)(sqlite3_vtab *pVtab, int nArg, const char *zName,
5657 const char *zName, /* Name of the module */
5663 const char *zName, /* Name of the module */