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

/macosx-10.10.1/webdavfs-367/mount.tproj/
H A Dwebdav_network.h54 int *httpProxyEnabled, /* <- true if HTTP proxy is enabled */
H A Dwebdav_network.c416 int *httpProxyEnabled, /* <- true if HTTP proxy is enabled */
436 *httpProxyEnabled = gHttpProxyEnabled;
415 network_get_proxy_settings( int *httpProxyEnabled, char **httpProxyServer, int *httpProxyPort, int *httpsProxyEnabled, char **httpsProxyServer, int* httpsProxyPort) argument
/macosx-10.10.1/webdavfs-367/webdavlib/
H A Dwebdavlib.c73 boolean_t httpProxyEnabled; // true if an http proxy is configured (according to SCDynamicStore) member in struct:callback_ctx
428 if(ctx.httpProxyEnabled == TRUE) {
1262 ctx->httpProxyEnabled = FALSE;
1283 ctx->httpProxyEnabled = FALSE;
1313 ctx->httpProxyEnabled = TRUE;
1360 ctx->httpProxyEnabled = FALSE;

Completed in 273 milliseconds