Home | History | Annotate | Download | only in libxml2

Lines Matching defs:needle

8890     xmlXPathObjectPtr hay, needle;
8895 needle = valuePop(ctxt);
8901 xmlXPathReleaseObject(ctxt->context, needle);
8904 if (xmlStrstr(hay->stringval, needle->stringval))
8909 xmlXPathReleaseObject(ctxt->context, needle);
8924 xmlXPathObjectPtr hay, needle;
8930 needle = valuePop(ctxt);
8936 xmlXPathReleaseObject(ctxt->context, needle);
8939 n = xmlStrlen(needle->stringval);
8940 if (xmlStrncmp(hay->stringval, needle->stringval, n))
8945 xmlXPathReleaseObject(ctxt->context, needle);