Lines Matching refs:proxyUser
148 static char *proxyUser = NULL; /* user for proxy authentication */ variable
216 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()
1023 snprintf(buf, sizeof(buf), "USER %s\r\n", proxyUser); in xmlNanoFTPConnect()