Lines Matching refs:xmlParserInputBufferPtr
2350 xmlParserInputBufferPtr
2352 xmlParserInputBufferPtr ret; in xmlAllocParserInputBuffer()
2354 ret = (xmlParserInputBufferPtr) xmlMalloc(sizeof(xmlParserInputBuffer)); in xmlAllocParserInputBuffer()
2494 xmlFreeParserInputBuffer(xmlParserInputBufferPtr in) { in xmlFreeParserInputBuffer()
2558 xmlParserInputBufferPtr
2560 xmlParserInputBufferPtr ret; in __xmlParserInputBufferCreateFilename()
2642 xmlParserInputBufferPtr
2812 xmlParserInputBufferPtr
2814 xmlParserInputBufferPtr ret; in xmlParserInputBufferCreateFile()
2928 xmlParserInputBufferPtr
2930 xmlParserInputBufferPtr ret; in xmlParserInputBufferCreateFd()
2955 xmlParserInputBufferPtr
2957 xmlParserInputBufferPtr ret; in xmlParserInputBufferCreateMem()
2991 xmlParserInputBufferPtr
2994 xmlParserInputBufferPtr ret; in xmlParserInputBufferCreateStatic()
2999 ret = (xmlParserInputBufferPtr) xmlMalloc(sizeof(xmlParserInputBuffer)); in xmlParserInputBufferCreateStatic()
3063 xmlParserInputBufferPtr
3066 xmlParserInputBufferPtr ret; in xmlParserInputBufferCreateIO()
3167 xmlParserInputBufferPush(xmlParserInputBufferPtr in, in xmlParserInputBufferPush()
3241 xmlParserInputBufferGrow(xmlParserInputBufferPtr in, int len) { in xmlParserInputBufferGrow()
3339 xmlParserInputBufferRead(xmlParserInputBufferPtr in, int len) { in xmlParserInputBufferRead()