Lines Matching refs:zName
1184 const char *zName; /* Name of this virtual file system */ member
1186 int (*xOpen)(sqlite3_vfs*, const char *zName, sqlite3_file*,
1188 int (*xDelete)(sqlite3_vfs*, const char *zName, int syncDir);
1189 int (*xAccess)(sqlite3_vfs*, const char *zName, int flags, int *pResOut);
1190 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut);
1208 int (*xSetSystemCall)(sqlite3_vfs*, const char *zName, sqlite3_syscall_ptr);
1209 sqlite3_syscall_ptr (*xGetSystemCall)(sqlite3_vfs*, const char *zName);
1210 const char *(*xNextSystemCall)(sqlite3_vfs*, const char *zName);
3631 SQLITE_API int SQLITE_STDCALL sqlite3_bind_parameter_index(sqlite3_stmt*, const char *zName);
4739 const char *zName,
4746 const char *zName,
4754 const void *zName,
5534 int (*xFindFunction)(sqlite3_vtab *pVtab, int nArg, const char *zName,
5681 const char *zName, /* Name of the module */
5687 const char *zName, /* Name of the module */