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

/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_read_disk_posix.c222 int maxOpenCount; member in struct:tree
2089 t->maxOpenCount = t->openCount = 1;
2117 if (t->openCount > t->maxOpenCount)
2118 t->maxOpenCount = t->openCount;

Completed in 70 milliseconds