Lines Matching defs:proxyPasswd
150 static char *proxyPasswd = NULL;/* passwd for proxy authentication */
221 proxyPasswd = xmlMemStrdup(env);
242 if (proxyPasswd != NULL) {
243 xmlFree(proxyPasswd);
244 proxyPasswd = NULL;
277 if (proxyPasswd != NULL) {
278 xmlFree(proxyPasswd);
279 proxyPasswd = NULL;
286 proxyPasswd = xmlMemStrdup(passwd);
1043 if (proxyPasswd == NULL)
1046 if (proxyPasswd != NULL)
1047 snprintf(buf, sizeof(buf), "PASS %s\r\n", proxyPasswd);