Searched defs:xmlInitNodeInfoSeq (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A DparserInternals.c1760 xmlInitNodeInfoSeq(&ctxt->node_seq);
1926 * xmlInitNodeInfoSeq:
1932 xmlInitNodeInfoSeq(xmlParserNodeInfoSeqPtr seq) function
1955 xmlInitNodeInfoSeq(seq);
H A Delfgcchack.h4553 #undef xmlInitNodeInfoSeq macro
4554 extern __typeof (xmlInitNodeInfoSeq) xmlInitNodeInfoSeq __attribute((alias("xmlInitNodeInfoSeq__internal_alias")));
4556 #ifndef xmlInitNodeInfoSeq
4557 extern __typeof (xmlInitNodeInfoSeq) xmlInitNodeInfoSeq__internal_alias __attribute((visibility("hidden")));
4558 #define xmlInitNodeInfoSeq xmlInitNodeInfoSeq__internal_alias macro
/external/libxml2/
H A DparserInternals.c1725 xmlInitNodeInfoSeq(&ctxt->node_seq);
1891 * xmlInitNodeInfoSeq:
1897 xmlInitNodeInfoSeq(xmlParserNodeInfoSeqPtr seq) function
1920 xmlInitNodeInfoSeq(seq);
H A Delfgcchack.h4645 #undef xmlInitNodeInfoSeq macro
4646 extern __typeof (xmlInitNodeInfoSeq) xmlInitNodeInfoSeq __attribute((alias("xmlInitNodeInfoSeq__internal_alias")));
4648 #ifndef xmlInitNodeInfoSeq
4649 extern __typeof (xmlInitNodeInfoSeq) xmlInitNodeInfoSeq__internal_alias __attribute((visibility("hidden")));
4650 #define xmlInitNodeInfoSeq xmlInitNodeInfoSeq__internal_alias macro

Completed in 141 milliseconds