Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/async/
H A Dsqlite3async.c1003 static int doAsynchronousOpen(int flags){ in doAsynchronousOpen() function
1045 int isAsyncOpen = doAsynchronousOpen(flags); in asyncOpen()