HomeSort by relevance Sort by last modified time
    Searched refs:proxyPasswd (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libxml/src/
nanoftp.c 149 static char *proxyPasswd = NULL;/* passwd for proxy authentication */
220 proxyPasswd = xmlMemStrdup(env);
241 if (proxyPasswd != NULL) {
242 xmlFree(proxyPasswd);
243 proxyPasswd = NULL;
276 if (proxyPasswd != NULL) {
277 xmlFree(proxyPasswd);
278 proxyPasswd = NULL;
285 proxyPasswd = xmlMemStrdup(passwd);
1039 if (proxyPasswd == NULL
    [all...]
  /external/libxml2/
nanoftp.c 150 static char *proxyPasswd = NULL;/* passwd for proxy authentication */
221 proxyPasswd = xmlMemStrdup(env);
242 if (proxyPasswd != NULL) {
243 xmlFree(proxyPasswd);
244 proxyPasswd = NULL;
277 if (proxyPasswd != NULL) {
278 xmlFree(proxyPasswd);
279 proxyPasswd = NULL;
286 proxyPasswd = xmlMemStrdup(passwd);
1041 if (proxyPasswd == NULL
    [all...]

Completed in 183 milliseconds