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

/macosx-10.10/webdavfs-367/mount.tproj/
H A Dwebdavd.h71 #define WEBDAV_REQUEST_THREADS 5 macro
H A Dwebdav_requestqueue.c819 if (gCurrThreadCount < WEBDAV_REQUEST_THREADS) {
879 if (gCurrThreadCount < WEBDAV_REQUEST_THREADS) {
939 if (gCurrThreadCount < WEBDAV_REQUEST_THREADS) {
997 if (gCurrThreadCount < WEBDAV_REQUEST_THREADS) {
H A Dwebdav_network.c94 static struct ReadStreamRec gReadStreams[WEBDAV_REQUEST_THREADS + 1]; /* one for every request thread plus one for the pulse thread */
808 for ( index = 0; index < (WEBDAV_REQUEST_THREADS + 1); ++index )
1061 for ( index = 0; index < (WEBDAV_REQUEST_THREADS + 1); ++index )

Completed in 306 milliseconds