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