Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-wasm.c997 int fileExisted = 0; in sqlite3_wasm_vfs_create_file() local
1008 pVfs->xAccess(pVfs, zFilename, SQLITE_ACCESS_EXISTS, &fileExisted); in sqlite3_wasm_vfs_create_file()
1037 if( rc!=0 && 0==fileExisted ){ in sqlite3_wasm_vfs_create_file()