Home | History | Annotate | Download | only in WebCoreSQLite3

Lines Matching refs:zName

651 ** The zName field holds the name of the VFS module.  The name must
745 const char *zName; /* Name of this virtual file system */
747 int (*xOpen)(sqlite3_vfs*, const char *zName, sqlite3_file*,
749 int (*xDelete)(sqlite3_vfs*, const char *zName, int syncDir);
750 int (*xAccess)(sqlite3_vfs*, const char *zName, int flags, int *pResOut);
751 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut);
2556 int sqlite3_bind_parameter_index(sqlite3_stmt*, const char *zName);
3521 const char *zName,
3528 const char *zName,
3536 const void *zName,
4088 int (*xFindFunction)(sqlite3_vtab *pVtab, int nArg, const char *zName,
4192 const char *zName, /* Name of the module */
4207 const char *zName, /* Name of the module */