Home
last modified time | relevance | path

Searched refs:proxyUser (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/
Dnanoftp.c148 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()
[all …]