Home | History | Annotate | Download | only in libxml2

Lines Matching defs:passwd

120     char *passwd;	/* passwd string */
142 static char *proxyPasswd = NULL;/* passwd for proxy authentication */
250 * @passwd: the proxy password
260 const char *passwd, int type) {
277 if (passwd)
278 proxyPasswd = xmlMemStrdup(passwd);
339 ctxt->passwd = xmlMemStrdup(cptr+1);
507 if (ctxt->passwd != NULL) xmlFree(ctxt->passwd);
791 if (ctxt->passwd == NULL)
794 snprintf(buf, sizeof(buf), "PASS %s\r\n", ctxt->passwd);
1136 if (ctxt->passwd == NULL)
1139 snprintf(buf, sizeof(buf), "PASS %s\r\n", ctxt->passwd);