Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest_vfs.c1182 } vfsmethod [] = { in testvfs_obj_cmd() local
1216 for(iMethod=0; iMethod<ArraySize(vfsmethod); iMethod++){ in testvfs_obj_cmd()
1217 if( strcmp(zElem, vfsmethod[iMethod].zName)==0 ){ in testvfs_obj_cmd()
1218 mask |= vfsmethod[iMethod].mask; in testvfs_obj_cmd()
1222 if( iMethod==ArraySize(vfsmethod) ){ in testvfs_obj_cmd()