Lines Matching refs:proxyUser
149 static char *proxyUser = NULL; /* user for proxy authentication */ variable
217 proxyUser = xmlMemStrdup(env); in xmlNanoFTPInit()
238 if (proxyUser != NULL) { in xmlNanoFTPCleanup()
239 xmlFree(proxyUser); in xmlNanoFTPCleanup()
240 proxyUser = NULL; in xmlNanoFTPCleanup()
273 if (proxyUser != NULL) { in xmlNanoFTPProxy()
274 xmlFree(proxyUser); in xmlNanoFTPProxy()
275 proxyUser = NULL; in xmlNanoFTPProxy()
284 proxyUser = xmlMemStrdup(user); in xmlNanoFTPProxy()
1020 if (proxyUser != NULL) { in xmlNanoFTPConnect()
1024 snprintf(buf, sizeof(buf), "USER %s\r\n", proxyUser); in xmlNanoFTPConnect()