Searched refs:proxyUser (Results 1 – 2 of 2) sorted by relevance
172 static char *proxyUser = NULL; /* user for proxy authentication */ variable240 proxyUser = xmlMemStrdup(env); in xmlNanoFTPInit()261 if (proxyUser != NULL) { in xmlNanoFTPCleanup()262 xmlFree(proxyUser); in xmlNanoFTPCleanup()263 proxyUser = NULL; in xmlNanoFTPCleanup()296 if (proxyUser != NULL) { in xmlNanoFTPProxy()297 xmlFree(proxyUser); in xmlNanoFTPProxy()298 proxyUser = NULL; in xmlNanoFTPProxy()307 proxyUser = xmlMemStrdup(user); in xmlNanoFTPProxy()1048 if (proxyUser != NULL) { in xmlNanoFTPConnect()[all …]
141 static char *proxyUser = NULL; /* user for proxy authentication */ variable209 proxyUser = xmlMemStrdup(env); in xmlNanoFTPInit()230 if (proxyUser != NULL) { in xmlNanoFTPCleanup()231 xmlFree(proxyUser); in xmlNanoFTPCleanup()232 proxyUser = NULL; in xmlNanoFTPCleanup()265 if (proxyUser != NULL) { in xmlNanoFTPProxy()266 xmlFree(proxyUser); in xmlNanoFTPProxy()267 proxyUser = NULL; in xmlNanoFTPProxy()276 proxyUser = xmlMemStrdup(user); in xmlNanoFTPProxy()1017 if (proxyUser != NULL) { in xmlNanoFTPConnect()[all …]