Searched refs:hay (Results 1 - 1 of 1) sorted by relevance

/external/libxml2/
H A Dxpath.c8950 xmlXPathObjectPtr hay, needle; local
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; local
8992 hay = valuePop(ctxt);
8994 if ((hay
[all...]

Completed in 64 milliseconds