Searched defs:xpathRes (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A Dxmlschemas.c25173 int xpathRes = 0, res, wildIDs = 0, fixed; local
25449 xpathRes = 0;
25455 xpathRes = xmlSchemaXPathEvaluate(vctxt,
25457 if (xpathRes == -1) {
25470 if ((xpathRes) || (defAttrOwnerElem)) {
25598 if (xpathRes || fixed) {
25690 if (xpathRes) {
/external/libxml2/
H A Dxmlschemas.c25202 int xpathRes = 0, res, wildIDs = 0, fixed; local
25478 xpathRes = 0;
25484 xpathRes = xmlSchemaXPathEvaluate(vctxt,
25486 if (xpathRes == -1) {
25499 if ((xpathRes) || (defAttrOwnerElem)) {
25627 if (xpathRes || fixed) {
25719 if (xpathRes) {

Completed in 180 milliseconds