Home
last modified time | relevance | path

Searched defs:xmlXPathNodeSetGetLength (Results 1 – 2 of 2) sorted by relevance

/third_party/gettext/gnulib-local/lib/libxml/
Dxpath.in.h441 #define xmlXPathNodeSetGetLength(ns) ((ns) ? (ns)->nodeNr : 0) macro
/third_party/libxml2/include/libxml/
Dxpath.h419 #define xmlXPathNodeSetGetLength(ns) ((ns) ? (ns)->nodeNr : 0) macro