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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_catalog.c2774 Boolean cbs_eof; member in struct:packdirentry_state
2814 * the cbs_eof boolean. However, we should only mark the EOF
2825 * To be safe, we mark cbs_eof here ONLY for the cases where we know we're
2839 state->cbs_eof = true;
2844 state->cbs_eof = true;
3077 state->cbs_eof = true;
3235 * We need to set cbs_eof to false regardless of whether or not the
3239 state.cbs_eof = false;
3370 * Also note that cbs_eof is set in all cases if we ever hit EOF
3375 if (state.cbs_eof) {
[all...]

Completed in 16 milliseconds