HomeSort by: relevance | last modified time | path
    Searched refs:SQLITE_OPEN_URI (Results 1 - 3 of 3) sorted by relevancy

  /src/external/public-domain/sqlite/dist/tea/generic/
tclsqlite3.c 207 int openFlags; /* Flags used to open. (SQLITE_OPEN_URI) */
3862 flags |= SQLITE_OPEN_URI;
3864 flags &= ~SQLITE_OPEN_URI;
3902 p->openFlags = flags & SQLITE_OPEN_URI;
  /src/external/public-domain/sqlite/dist/
sqlite3.h 599 #define SQLITE_OPEN_URI 0x00000040 /* Ok for sqlite3_open_v2() */
2021 ** of whether or not the [SQLITE_OPEN_URI] flag is set when the database
2023 ** only interpreted as URIs if the SQLITE_OPEN_URI flag is set when the
3517 ** ^(<dt>[SQLITE_OPEN_URI]</dt>
3598 ** filename interpretation is enabled if the [SQLITE_OPEN_URI] flag is
sqlite3.c 912 #define SQLITE_OPEN_URI 0x00000040 /* Ok for sqlite3_open_v2() */
2334 ** of whether or not the [SQLITE_OPEN_URI] flag is set when the database
2336 ** only interpreted as URIs if the SQLITE_OPEN_URI flag is set when the
3830 ** ^(<dt>[SQLITE_OPEN_URI]</dt>
3911 ** filename interpretation is enabled if the [SQLITE_OPEN_URI] flag is
    [all...]

Completed in 93 milliseconds