Home
last modified time | relevance | path

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

/dports/ftp/omi/omi/
H A Ddir.h40 #define OFLAG_LEXISTS 0x0001 // file exists locally (for statistics) macro
H A Dmir.c409 od->flags |= OFLAG_LEXISTS; in check_mkdir()
605 of->flags |= OFLAG_LEXISTS; in check_cleanfile()
634 of->flags |= OFLAG_LEXISTS; in check_cleanfile()
720 if (of->flags & OFLAG_LEXISTS) { in retrieve()
1145 if ((omidir->flags & OFLAG_LEXISTS) && (cleanresult || retrresult)) in mirror_dir()