Lines Matching refs:hay
9035 xmlXPathObjectPtr hay, needle;
9042 hay = valuePop(ctxt);
9044 if ((hay == NULL) || (hay->type != XPATH_STRING)) {
9045 xmlXPathReleaseObject(ctxt->context, hay);
9049 if (xmlStrstr(hay->stringval, needle->stringval))
9053 xmlXPathReleaseObject(ctxt->context, hay);
9069 xmlXPathObjectPtr hay, needle;
9077 hay = valuePop(ctxt);
9079 if ((hay == NULL) || (hay->type != XPATH_STRING)) {
9080 xmlXPathReleaseObject(ctxt->context, hay);
9085 if (xmlStrncmp(hay->stringval, needle->stringval, n))
9089 xmlXPathReleaseObject(ctxt->context, hay);