Searched refs:xmlParserInputBufferGrow (Results 1 – 8 of 8) sorted by relevance
193 xmlParserInputBufferGrow (xmlParserInputBufferPtr in,
221 d xmlParserInputBufferGrow...222 d pr 10i 0 extproc('xmlParserInputBufferGrow')
3311 xmlParserInputBufferGrow(xmlParserInputBufferPtr in, int len) { in xmlParserInputBufferGrow() function3412 return(xmlParserInputBufferGrow(in, len)); in xmlParserInputBufferRead()
614 xmlParserInputBufferGrow;
320 ret = xmlParserInputBufferGrow(in->buf, len); in xmlParserInputGrow()
7733 #undef xmlParserInputBufferGrow7734 extern __typeof (xmlParserInputBufferGrow) xmlParserInputBufferGrow __attribute((alias("xmlParserIn…7736 #ifndef xmlParserInputBufferGrow7737 extern __typeof (xmlParserInputBufferGrow) xmlParserInputBufferGrow__internal_alias __attribute((vi…7738 #define xmlParserInputBufferGrow xmlParserInputBufferGrow__internal_alias macro
28979 ret_val = xmlParserInputBufferGrow(in, len); in test_xmlParserInputBufferGrow()
1390 xmlParserInputBufferGrow