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

/macosx-10.9.5/webdavfs-352.92.2/mount.tproj/
H A Dwebdav_network.h59 int* httpsProxyPort); /* <- HTTPS proxy port number */
H A Dwebdav_network.c426 int* httpsProxyPort) /* <- HTTPS proxy port number */
447 *httpsProxyPort = gHttpsProxyPort;
420 network_get_proxy_settings( int *httpProxyEnabled, char **httpProxyServer, int *httpProxyPort, int *httpsProxyEnabled, char **httpsProxyServer, int* httpsProxyPort) argument
/macosx-10.9.5/webdavfs-352.92.2/webdavlib/
H A Dwebdavlib.c69 int httpsProxyPort; member in struct:callback_ctx
143 cf_port = CFStringCreateWithFormat(NULL, NULL, CFSTR("%d"), ctx.httpsProxyPort);
1014 if ( (cf_port != NULL) && CFNumberGetValue(cf_port, kCFNumberIntType, &ctx->httpsProxyPort) )
1016 if ( ctx->httpsProxyPort == 0 )
1019 ctx->httpsProxyPort = kHttpsDefaultPort;

Completed in 110 milliseconds