Lines Matching defs:zName
1334 ** The zName field holds the name of the VFS module. The name must
1472 const char *zName; /* Name of this virtual file system */
1474 int (*xOpen)(sqlite3_vfs*, sqlite3_filename zName, sqlite3_file*,
1476 int (*xDelete)(sqlite3_vfs*, const char *zName, int syncDir);
1477 int (*xAccess)(sqlite3_vfs*, const char *zName, int flags, int *pResOut);
1478 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut);
1496 int (*xSetSystemCall)(sqlite3_vfs*, const char *zName, sqlite3_syscall_ptr);
1497 sqlite3_syscall_ptr (*xGetSystemCall)(sqlite3_vfs*, const char *zName);
1498 const char *(*xNextSystemCall)(sqlite3_vfs*, const char *zName);
4782 SQLITE_API int sqlite3_bind_parameter_index(sqlite3_stmt*, const char *zName);
6347 const char *zName,
6354 const char *zName,
6362 const void *zName,
7337 int (*xFindFunction)(sqlite3_vtab *pVtab, int nArg, const char *zName,
7588 const char *zName, /* Name of the module */
7594 const char *zName, /* Name of the module */
10465 char const *zName, /* Table name */
13391 const char *zName,
13400 const char *zName,
13408 const char *zName,