Searched refs:proxyUser (Results 1 – 1 of 1) sorted by relevance
148 static char *proxyUser = NULL; /* user for proxy authentication */ variable216 proxyUser = xmlMemStrdup(env); in xmlNanoFTPInit()237 if (proxyUser != NULL) { in xmlNanoFTPCleanup()238 xmlFree(proxyUser); in xmlNanoFTPCleanup()239 proxyUser = NULL; in xmlNanoFTPCleanup()272 if (proxyUser != NULL) { in xmlNanoFTPProxy()273 xmlFree(proxyUser); in xmlNanoFTPProxy()274 proxyUser = NULL; in xmlNanoFTPProxy()283 proxyUser = xmlMemStrdup(user); in xmlNanoFTPProxy()1019 if (proxyUser != NULL) { in xmlNanoFTPConnect()[all …]