HomeSort by: relevance | last modified time | path
    Searched defs:openCount (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/libarchive/dist/libarchive/
archive_read_disk_posix.c 219 int openCount;
2135 t->maxOpenCount = t->openCount = 1;
2172 t->openCount++;
2173 if (t->openCount > t->maxOpenCount)
2174 t->maxOpenCount = t->openCount;
2212 t->openCount--;

Completed in 31 milliseconds