OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xmlXPathNodeSetGetLength
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libxml/src/include/libxml/
xpath.h
401
*
xmlXPathNodeSetGetLength
:
408
#define
xmlXPathNodeSetGetLength
(ns) ((ns) ? (ns)->nodeNr : 0)
/external/libxml2/include/libxml/
xpath.h
404
*
xmlXPathNodeSetGetLength
:
411
#define
xmlXPathNodeSetGetLength
(ns) ((ns) ? (ns)->nodeNr : 0)
Completed in 23 milliseconds