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

/macosx-10.9.5/webdavfs-352.92.2/mount.tproj/
H A Dwebdav_requestqueue.c96 /* connectionstate_lock used to make connectionstate thread safe */
98 /* connectionstate is set to either WEBDAV_CONNECTION_UP or WEBDAV_CONNECTION_DOWN */
99 static int connectionstate; variable
118 /* get the connectionstate */
127 result = connectionstate;
187 /* set the connectionstate */
197 if (connectionstate == WEBDAV_CONNECTION_UP) {
202 connectionstate = WEBDAV_CONNECTION_DOWN;
209 if (connectionstate == WEBDAV_CONNECTION_DOWN) {
212 connectionstate
[all...]

Completed in 97 milliseconds