Home
last modified time | relevance | path

Searched refs:xmlParserInputBuffer (Results 1 – 7 of 7) sorted by relevance

/third_party/libxml2/os400/libxmlrpg/
Dglobals.rpgle59 d like(xmlParserInputBuffer...
61 d func value like(xmlParserInputBuffer...
151 d like(xmlParserInputBuffer...
210 d like(xmlParserInputBuffer...
212 d func value like(xmlParserInputBuffer...
545 d like(xmlParserInputBuffer...
551 d value value like(xmlParserInputBuffer...
DxmlIO.rpgle122 d xmlParserInputBuffer...
Dtree.rpgle126 * xmlParserInputBuffer and xmlOutputBuffer. The change was
/third_party/libxml2/include/libxml/
Dtree.h28 typedef struct _xmlParserInputBuffer xmlParserInputBuffer; typedef
29 typedef xmlParserInputBuffer *xmlParserInputBufferPtr;
/third_party/libxml2/
DxmlIO.c2354 ret = (xmlParserInputBufferPtr) xmlMalloc(sizeof(xmlParserInputBuffer)); in xmlAllocParserInputBuffer()
2359 memset(ret, 0, (size_t) sizeof(xmlParserInputBuffer)); in xmlAllocParserInputBuffer()
2999 ret = (xmlParserInputBufferPtr) xmlMalloc(sizeof(xmlParserInputBuffer)); in xmlParserInputBufferCreateStatic()
3004 memset(ret, 0, (size_t) sizeof(xmlParserInputBuffer)); in xmlParserInputBufferCreateStatic()
/third_party/libxml2/doc/html/
Dindex.sgml96 <ANCHOR id="xmlParserInputBuffer" href="libxml/libxml-xmlIO.html#xmlParserInputBuffer">
471 <ANCHOR id="xmlParserInputBuffer" href="libxml/libxml-tree.html#xmlParserInputBuffer">
/third_party/chromium/patch/
D0001-cve.patch93158 - * xmlIO.[ch] parser.c: cleane up the xmlParserInputBuffer mess