Searched refs:proxyUser (Results 1 – 2 of 2) sorted by relevance
176 final String proxyUser = "testuser"; in authRequired() local179 proxyUser, in authRequired()196 proxyUser, in authRequired()
141 static char *proxyUser = NULL; /* user for proxy authentication */ variable209 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 …]