Home | History | Annotate | Download | only in libxml2

Lines Matching refs:hay

8950     xmlXPathObjectPtr hay, needle;
8957 hay = valuePop(ctxt);
8959 if ((hay == NULL) || (hay->type != XPATH_STRING)) {
8960 xmlXPathReleaseObject(ctxt->context, hay);
8964 if (xmlStrstr(hay->stringval, needle->stringval))
8968 xmlXPathReleaseObject(ctxt->context, hay);
8984 xmlXPathObjectPtr hay, needle;
8992 hay = valuePop(ctxt);
8994 if ((hay == NULL) || (hay->type != XPATH_STRING)) {
8995 xmlXPathReleaseObject(ctxt->context, hay);
9000 if (xmlStrncmp(hay->stringval, needle->stringval, n))
9004 xmlXPathReleaseObject(ctxt->context, hay);