Lines Matching full:filenames
2089 ** is globally disabled. If URI handling is globally enabled, all filenames
2093 ** connection is opened. If it is globally disabled, filenames are
2723 ** filenames between the UTF-8 encoding used by SQLite
3077 ** make use of additional special filenames that begin with the ":" character.
3086 ** [[URI filenames in sqlite3_open()]] <h3>URI Filenames</h3>
3096 ** interpretation by default. See "[URI filenames]" for additional
3099 ** URI filenames are parsed according to RFC 3986. ^If the URI contains an
3158 ** <tr><th> URI filenames <th> Results
3172 ** in URI filenames.
3194 ** codepage is currently defined. Filenames containing international
11339 int bOpenUri; /* True to interpret filenames as URIs */
20354 ** to generate random integer keys for tables or random filenames.
23516 ** Helper function to convert UTF-8 filenames to local OS/2 codepage.
23542 ** Helper function to convert filenames from local codepage to UTF-8.
25809 ** All unique filenames are held on a linked list headed by this
30140 /* Database filenames are double-zero terminated if they are not
30154 /* Generated temporary filenames are always double-zero terminated
35043 ** operating system wants filenames in. Space to hold the result
35229 /* Database filenames are double-zero terminated if they are not
61397 ** be "9" to avoid name collisions when using 8+3 filenames. */
114319 ** This function is used to parse both URIs and non-URI filenames passed by the