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

/macosx-10.9.5/webdavfs-352.92.2/webdavlib/
H A Dwebdavlib.c72 CFHTTPAuthenticationRef proxyAuth; // holds the authentication object for the proxy server member in struct:callback_ctx
273 ctx->proxyAuth = CFHTTPAuthenticationCreateFromResponse(kCFAllocatorDefault, ctx->response);
274 ctx->proxyRealm = CFHTTPAuthenticationCopyRealm(ctx->proxyAuth);
506 if (ctx->proxyAuth == NULL) {
515 ctx->proxyAuth = CFHTTPAuthenticationCreateFromResponse(kCFAllocatorDefault, ctx->response);
517 if (ctx->proxyAuth != NULL) {
518 if (CFHTTPAuthenticationIsValid(ctx->proxyAuth, NULL) == FALSE) {
526 if ( (done == FALSE) && (CFHTTPAuthenticationRequiresUserNameAndPassword(ctx->proxyAuth) == TRUE) ) {
536 method = CFHTTPAuthenticationCopyMethod(ctx->proxyAuth);
558 if (CFHTTPAuthenticationIsValid(ctx->proxyAuth, NUL
[all...]

Completed in 117 milliseconds