Lines Matching refs:cptr
341 char *cptr;342 if ((cptr=strchr(uri->user, ':')) == NULL)346 (cptr - uri->user));347 ctxt->passwd = xmlMemStrdup(cptr+1);