Lines Matching full:passwd
128 char *passwd; /* passwd string */
150 static char *proxyPasswd = NULL;/* passwd for proxy authentication */
258 * @passwd: the proxy password
268 const char *passwd, int type) {
285 if (passwd)
286 proxyPasswd = xmlMemStrdup(passwd);
347 ctxt->passwd = xmlMemStrdup(cptr+1);
797 if (ctxt->passwd == NULL)
800 snprintf(buf, sizeof(buf), "PASS %s\r\n", ctxt->passwd);
1140 if (ctxt->passwd == NULL)
1143 snprintf(buf, sizeof(buf), "PASS %s\r\n", ctxt->passwd);