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

/macosx-10.10.1/webdavfs-367/webdavlib/
H A Dwebdavlib.c74 CFStringRef httpProxyServer; // name or address of the http proxy server member in struct:callback_ctx
431 CFDictionarySetValue(proxyInfo, kWebDAVLibProxyServerNameKey, ctx.httpProxyServer);
1265 if (ctx->httpProxyServer != NULL)
1267 CFRelease(ctx->httpProxyServer);
1268 ctx->httpProxyServer = NULL;
1299 ctx->httpProxyServer = CFDictionaryGetValue(ctx->proxyDict, kSCPropNetProxiesHTTPProxy);
1300 if ( ctx->httpProxyServer != NULL )
1302 CFRetain(ctx->httpProxyServer);
1361 ctx->httpProxyServer = NULL;
1376 CFReleaseNull(ctx->httpProxyServer);
[all...]
/macosx-10.10.1/webdavfs-367/mount.tproj/
H A Dwebdav_network.h55 char **httpProxyServer, /* <- HTTP proxy server name */
H A Dwebdav_network.c417 char **httpProxyServer, /* <- HTTP proxy server name */
430 *httpProxyServer = malloc(MAXHOSTNAMELEN);
431 require_action(*httpProxyServer != NULL, malloc_httpProxyServer, error = ENOMEM);
434 require_action(*httpsProxyServer != NULL, malloc_httpsProxyServer, free(*httpProxyServer); error = ENOMEM);
437 memcpy(*httpProxyServer, gHttpProxyServer, MAXHOSTNAMELEN);
415 network_get_proxy_settings( int *httpProxyEnabled, char **httpProxyServer, int *httpProxyPort, int *httpsProxyEnabled, char **httpsProxyServer, int* httpsProxyPort) argument

Completed in 138 milliseconds