Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlStrncmp

5162     if (xmlStrncmp(tmp, BAD_CAST"catalog", 7))
9768 if ((tlen > 0) && (xmlStrncmp(ctxt->input->cur, ctxt->name, tlen) == 0)) {