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

/external/chromium_org/third_party/libxml/src/
H A Dxpath.c8905 xmlXPathObjectPtr hay, needle; local
8912 hay = valuePop(ctxt);
8914 if ((hay == NULL) || (hay->type != XPATH_STRING)) {
8915 xmlXPathReleaseObject(ctxt->context, hay);
8919 if (xmlStrstr(hay->stringval, needle->stringval))
8923 xmlXPathReleaseObject(ctxt->context, hay);
8939 xmlXPathObjectPtr hay, needle; local
8947 hay = valuePop(ctxt);
8949 if ((hay
[all...]
/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 96 milliseconds