Home
last modified time | relevance | path

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

/third_party/gettext/gnulib-local/lib/libxml/
Dnanoftp.c172 static char *proxyUser = NULL; /* user for proxy authentication */ variable
240 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 …]
/third_party/libxml2/
Dnanoftp.c141 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()
[all …]