Home
last modified time | relevance | path

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

/external/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 …]