Searched refs:proxyPasswd (Results 1 – 1 of 1) sorted by relevance
142 static char *proxyPasswd = NULL;/* passwd for proxy authentication */ variable213 proxyPasswd = xmlMemStrdup(env); in xmlNanoFTPInit()234 if (proxyPasswd != NULL) { in xmlNanoFTPCleanup()235 xmlFree(proxyPasswd); in xmlNanoFTPCleanup()236 proxyPasswd = NULL; in xmlNanoFTPCleanup()269 if (proxyPasswd != NULL) { in xmlNanoFTPProxy()270 xmlFree(proxyPasswd); in xmlNanoFTPProxy()271 proxyPasswd = NULL; in xmlNanoFTPProxy()278 proxyPasswd = xmlMemStrdup(passwd); in xmlNanoFTPProxy()1037 if (proxyPasswd == NULL) in xmlNanoFTPConnect()[all …]