Searched refs:xmlParserNodeInfo (Results 1 - 6 of 6) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dparser.h80 * xmlParserNodeInfo:
86 typedef struct _xmlParserNodeInfo xmlParserNodeInfo; typedef in typeref:struct:_xmlParserNodeInfo
87 typedef xmlParserNodeInfo *xmlParserNodeInfoPtr;
103 xmlParserNodeInfo* buffer;
1036 XMLPUBFUN const xmlParserNodeInfo* XMLCALL
H A DHTMLparser.h29 typedef xmlParserNodeInfo htmlParserNodeInfo;
/vbox/src/libs/libxml2-2.6.31/
H A DparserInternals.c1821 * Returns an xmlParserNodeInfo block pointer or NULL
1823 const xmlParserNodeInfo *
1944 xmlParserNodeInfo *tmp_buffer;
1953 tmp_buffer = (xmlParserNodeInfo *) xmlMalloc(byte_size);
1956 (xmlParserNodeInfo *) xmlRealloc(ctxt->node_seq.buffer,
H A DSAX2.c1731 xmlParserNodeInfo node_info;
2318 xmlParserNodeInfo node_info;
H A Dparser.c8798 xmlParserNodeInfo node_info;
H A Dtestapi.c972 static void desret_const_xmlParserNodeInfo_ptr(const xmlParserNodeInfo *val ATTRIBUTE_UNUSED) {
14187 const xmlParserNodeInfo * ret_val;
[all...]

Completed in 356 milliseconds