Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlParserInputBufferPtr

2397 xmlParserInputBufferPtr
2399 xmlParserInputBufferPtr ret;
2401 ret = (xmlParserInputBufferPtr) xmlMalloc(sizeof(xmlParserInputBuffer));
2542 xmlFreeParserInputBuffer(xmlParserInputBufferPtr in) {
2606 xmlParserInputBufferPtr
2608 xmlParserInputBufferPtr ret;
2684 xmlParserInputBufferPtr
2852 xmlParserInputBufferPtr
2854 xmlParserInputBufferPtr ret;
2937 xmlParserInputBufferPtr
2939 xmlParserInputBufferPtr ret;
2964 xmlParserInputBufferPtr
2966 xmlParserInputBufferPtr ret;
3000 xmlParserInputBufferPtr
3003 xmlParserInputBufferPtr ret;
3008 ret = (xmlParserInputBufferPtr) xmlMalloc(sizeof(xmlParserInputBuffer));
3072 xmlParserInputBufferPtr
3075 xmlParserInputBufferPtr ret;
3176 xmlParserInputBufferPush(xmlParserInputBufferPtr in,
3250 xmlParserInputBufferGrow(xmlParserInputBufferPtr in, int len) {
3344 xmlParserInputBufferRead(xmlParserInputBufferPtr in, int len) {