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

/macosx-10.10.1/webdavfs-367/mount.tproj/
H A Dwebdav_network.h56 int *httpProxyPort, /* <- HTTP proxy port number */
H A Dwebdav_network.c418 int *httpProxyPort, /* <- HTTP proxy port number */
438 *httpProxyPort = gHttpProxyPort;
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.c75 int httpProxyPort; member in struct:callback_ctx
436 cf_port = CFStringCreateWithFormat(NULL, NULL, CFSTR("%d"), ctx.httpProxyPort);
1306 if ( (cf_port != NULL) && CFNumberGetValue(cf_port, kCFNumberIntType, &ctx->httpProxyPort) )
1308 if ( ctx->httpProxyPort == 0 )
1311 ctx->httpProxyPort = kHttpDefaultPort;

Completed in 284 milliseconds