Home | History | Annotate | Download | only in dist

Lines Matching refs:flags

428 ** CAPI3REF: Flags For File Open Operations
498 ** CAPI3REF: Synchronization Type Flags
546 ** The flags argument to xSync may be one of [SQLITE_SYNC_NORMAL] or
625 int (*xSync)(sqlite3_file*, int flags);
712 ** flags parameter will include [SQLITE_OPEN_DELETEONCLOSE].
714 ** The flags argument to xOpen() includes all bits set in
715 ** the flags argument to [sqlite3_open_v2()]. Or if [sqlite3_open()]
716 ** or [sqlite3_open16()] is used, then flags includes at least
721 ** SQLite will also add one of the following flags to the xOpen()
734 flags to
743 ** SQLite might also add one of the following flags to the xOpen method:
756 ** analogous to the O_EXCL and O_CREAT flags of the POSIX open()
773 ** The flags argument to xAccess() may be [SQLITE_ACCESS_EXISTS]
806 int flags, int *pOutFlags);
808 int (*xAccess)(sqlite3_vfs*, const char *zName, int flags, int *pResOut);
823 ** CAPI3REF: Flags for the xAccess VFS method
2110 ** over the new database connection. ^(The flags parameter to
2114 ** and/or [SQLITE_OPEN_PRIVATECACHE] flags:)^
2135 ** [SQLITE_OPEN_SHAREDCACHE] and/or [SQLITE_OPEN_SHAREDCACHE] flags,
2184 int flags, /* Flags */
4416 ** ^If the flags parameter is non-zero, then the BLOB is opened for read
4467 int flags,
4546 ** writing (the flags parameter to [sqlite3_blob_open()] was zero),