Home
last modified time | relevance | path

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

/third_party/iowow/src/kv/
Diwal.c619 IWFS_EXT_OPTS extopts; in _recover_wl() local
620 memcpy(&extopts, &fsmopts->exfile, sizeof(extopts)); in _recover_wl()
621 extopts.use_locks = false; in _recover_wl()
622 extopts.file.omode = IWFS_OCREATE | IWFS_OWRITE; in _recover_wl()
623 extopts.file.dlsnr = 0; in _recover_wl()
624 rc = iwfs_exfile_open(&extf, &extopts); in _recover_wl()
/third_party/libwebsockets/READMEs/
DREADME.coding.md993 @section extopts Extension option control from user code