Home
last modified time | relevance | path

Searched refs:pOutFlags (Results 1 – 2 of 2) sorted by relevance

/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.h1349 int flags, int *pOutFlags);
H A Dsqlite3.c2388 int flags, int *pOutFlags);
22461 int *pOutFlags in sqlite3OsOpenMalloc() argument
38579 if( pOutFlags ){
38580 *pOutFlags = flags;
45805 pOutFlags);
45813 if( pOutFlags ){
45815 *pOutFlags = SQLITE_OPEN_READWRITE;
45817 *pOutFlags = SQLITE_OPEN_READONLY;
45822 "rc=%s\n", h, zUtf8Name, dwDesiredAccess, pOutFlags, pOutFlags ?
47051 int *pOutFlags
[all …]

Completed in 361 milliseconds