Home | History | Annotate | Download | only in src

Lines Matching defs:needle

8905     xmlXPathObjectPtr hay, needle;
8910 needle = valuePop(ctxt);
8916 xmlXPathReleaseObject(ctxt->context, needle);
8919 if (xmlStrstr(hay->stringval, needle->stringval))
8924 xmlXPathReleaseObject(ctxt->context, needle);
8939 xmlXPathObjectPtr hay, needle;
8945 needle = valuePop(ctxt);
8951 xmlXPathReleaseObject(ctxt->context, needle);
8954 n = xmlStrlen(needle->stringval);
8955 if (xmlStrncmp(hay->stringval, needle->stringval, n))
8960 xmlXPathReleaseObject(ctxt->context, needle);