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

/macosx-10.10.1/webdavfs-367/webdavlib/
H A Dwebdavlib.h33 WEBDAVLIB_ServerAuth = 2, enumerator in enum:WEBDAVLIBAuthStatus
49 // WEBDAVLIB_ServerAuth - The server is requesting credentials (http status 401),
95 // return value is WEBDAVLIB_ServerAuth or WEBDAVLIB_ProxyAuth and 'error' is set to EAUTH.
102 // WEBDAVLIB_ServerAuth - The server requires authentication (http status 401). If server
H A Dwebdavlib.c458 case WEBDAVLIB_ServerAuth:
459 syslog(LOG_DEBUG, "%s: Returning WEBDAVLIB_ServerAuth", __FUNCTION__);
498 case WEBDAVLIB_ServerAuth:
499 syslog(LOG_DEBUG, "%s: Returning WEBDAVLIB_ServerAuth", __FUNCTION__);
711 if (finalStatus == WEBDAVLIB_ServerAuth) {
730 // No server credentials, so just return WEBDAVLIB_ServerAuth
776 // No server credentials, so just return WEBDAVLIB_ServerAuth
783 // The server credentials were rejected, just return WEBDAVLIB_ServerAuth
1020 finalStatus = WEBDAVLIB_ServerAuth;
/macosx-10.10.1/webdavfs-367/WebDAVPlugin/
H A DWebDAV_Mount.c946 // and WEBDAVLIB_ServerAuth. This is not really an error since we were just
1387 case WEBDAVLIB_ServerAuth:

Completed in 111 milliseconds