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

/external/libxml2/
H A DparserInternals.c1737 xmlInitNodeInfoSeq(&ctxt->node_seq);
1903 * xmlInitNodeInfoSeq:
1909 xmlInitNodeInfoSeq(xmlParserNodeInfoSeqPtr seq) function
1932 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 113 milliseconds