Home
last modified time | relevance | path

Searched refs:SQLITE_OPEN_URI (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Modules/_sqlite/
Dconnection.c111 (uri ? SQLITE_OPEN_URI : 0), NULL); in pysqlite_connection_init()
/third_party/elfutils/debuginfod/
Ddebuginfod.cxx4151 |SQLITE_OPEN_URI in main()
4173 |SQLITE_OPEN_URI in main()
/third_party/sqlite/include/
Dsqlite3.h597 #define SQLITE_OPEN_URI 0x00000040 /* Ok for sqlite3_open_v2() */ macro
/third_party/sqlite/src/
Dshell.c13587 const int flags = SQLITE_OPEN_URI|SQLITE_OPEN_CREATE|SQLITE_OPEN_READWRITE; in recoverOpenOutput()
/third_party/chromium/patch/
D0003-ohos-1115.patch100857 }else if( flags & SQLITE_OPEN_URI ){
139278 }else if( flags & SQLITE_OPEN_URI ){
175217 }else if( flags & SQLITE_OPEN_URI ){