Searched refs:dirSync (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c14801 SQLITE_PRIVATE int sqlite3OsDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync){ argument
14803 assert( dirSync==0 || dirSync==1 );
14804 return pVfs->xDelete(pVfs, zPath, dirSync);
[all...]

Completed in 433 milliseconds