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

/vbox/src/VBox/Runtime/include/internal/
H A Ddir.h68 size_t cchFilter; member in struct:RTDIR
/vbox/src/VBox/Runtime/r3/
H A Ddir.cpp467 if ( (pDir->cchFilter == 1 && pDir->pszFilter[0] == '*')
468 || (pDir->cchFilter == 3 && !memcmp(pDir->pszFilter, "<\".>", 3))
586 pDir->cchFilter = cbFilter - 1;
594 pDir->cchFilter = 0;
/vbox/src/VBox/Runtime/r3/win/
H A Ddirenum-win.cpp67 cbExpr = pDir->cchFilter + 1;
/vbox/src/VBox/Runtime/r3/nt/
H A Ddirenum-r3-nt.cpp89 if ( pDir->cchFilter > 0

Completed in 53 milliseconds