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
6670 ** underlying malloc() implemention might return us 4-byte aligned
7084 ** simple program to access and modify the underlying database.
7829 ** "os.c") attempt to abstract the underlying operating system so that
20697 ** Return the sector size in bytes of the underlying block device for
21190 ** requested from the underlying operating system, a number which
21375 ** underlying operating system supports it. If the OS lacks
23038 int h; /* The underlying file descriptor */
24708 ** Return the sector size in bytes of the underlying block device for
25778 ** requested from the underlying operating system, a number which
28431 ** Return the sector size in bytes of the underlying block device for
28480 ** Convert a UTF-8 filename into whatever form the underlying
37124 ** For some database files, the same underlying database cache might be
37203 u8 readOnly; /* True if the underlying file is readonly */
37473 ** and this routine is a no-op. The underlying mutex is non-recursive.
45501 ** Return the full pathname of the underlying database file.
53999 ** to the underlying data.
58009 ** underlying implementation to return an error if one occurs during
58711 sqlite3_vfs *pVfs; /* The "real" underlying VFS */
58712 sqlite3_file *pReal; /* The "real" underlying file descriptor */
58887 ** If the argument p points to a JournalFile structure, and the underlying
58899 ** pVfs to create the underlying on-disk files.
59159 ** pVfs to create the underlying on-disk files.
97548 /* This function works in milliseconds, but the underlying OsSleep()
98352 ** merge traverses the underlying sqlite disk structures efficiently.
99140 /* Create a script to drop the underlying three storage tables. */
99359 /* If this is an xCreate call, create the underlying tables in the
103145 ** Implementation of the SQL scalar function for accessing the underlying
110222 /* Create/Connect to the underlying relational database schema. If