Lines Matching full:underlying
48 ** underlying operating system supports it. If the OS lacks
1109 ** underlying device:
1196 ** the SQLite core and the underlying operating system. The "vfs"
2379 ** but not overhead added by the any underlying system library
2940 ** in order to find the underlying cause of the problem. With the "v2" prepare
2941 ** interfaces, the underlying reason for the error is returned immediately.
5105 ** with the underlying operating system. Most SQLite builds come with a
5416 ** or [sqlite3_errmsg()]. The underlying xFileControl method might
5418 ** an incorrect zDbName and an SQLITE_ERROR return from the underlying
5744 ** extra R bytes on each page to store metadata about the underlying
6675 ** underlying malloc() implemention might return us 4-byte aligned
7089 ** simple program to access and modify the underlying database.
7834 ** "os.c") attempt to abstract the underlying operating system so that
20702 ** Return the sector size in bytes of the underlying block device for
21195 ** requested from the underlying operating system, a number which
21380 ** underlying operating system supports it. If the OS lacks
23043 int h; /* The underlying file descriptor */
24713 ** Return the sector size in bytes of the underlying block device for
25783 ** requested from the underlying operating system, a number which
28436 ** Return the sector size in bytes of the underlying block device for
28485 ** Convert a UTF-8 filename into whatever form the underlying
37129 ** For some database files, the same underlying database cache might be
37208 u8 readOnly; /* True if the underlying file is readonly */
37478 ** and this routine is a no-op. The underlying mutex is non-recursive.
45512 ** Return the full pathname of the underlying database file.
54010 ** to the underlying data.
58020 ** underlying implementation to return an error if one occurs during
58722 sqlite3_vfs *pVfs; /* The "real" underlying VFS */
58723 sqlite3_file *pReal; /* The "real" underlying file descriptor */
58898 ** If the argument p points to a JournalFile structure, and the underlying
58910 ** pVfs to create the underlying on-disk files.
59170 ** pVfs to create the underlying on-disk files.
97582 /* This function works in milliseconds, but the underlying OsSleep()
98386 ** merge traverses the underlying sqlite disk structures efficiently.
99174 /* Create a script to drop the underlying three storage tables. */
99393 /* If this is an xCreate call, create the underlying tables in the
103185 ** Implementation of the SQL scalar function for accessing the underlying
110262 /* Create/Connect to the underlying relational database schema. If