Lines Matching refs:xmlParserInputBufferPtr
2422 xmlParserInputBufferPtr
2424 xmlParserInputBufferPtr ret; in xmlAllocParserInputBuffer()
2426 ret = (xmlParserInputBufferPtr) xmlMalloc(sizeof(xmlParserInputBuffer)); in xmlAllocParserInputBuffer()
2564 xmlFreeParserInputBuffer(xmlParserInputBufferPtr in) { in xmlFreeParserInputBuffer()
2628 xmlParserInputBufferPtr
2630 xmlParserInputBufferPtr ret; in __xmlParserInputBufferCreateFilename()
2712 xmlParserInputBufferPtr
2880 xmlParserInputBufferPtr
2882 xmlParserInputBufferPtr ret; in xmlParserInputBufferCreateFile()
2998 xmlParserInputBufferPtr
3000 xmlParserInputBufferPtr ret; in xmlParserInputBufferCreateFd()
3025 xmlParserInputBufferPtr
3027 xmlParserInputBufferPtr ret; in xmlParserInputBufferCreateMem()
3061 xmlParserInputBufferPtr
3064 xmlParserInputBufferPtr ret; in xmlParserInputBufferCreateStatic()
3069 ret = (xmlParserInputBufferPtr) xmlMalloc(sizeof(xmlParserInputBuffer)); in xmlParserInputBufferCreateStatic()
3133 xmlParserInputBufferPtr
3136 xmlParserInputBufferPtr ret; in xmlParserInputBufferCreateIO()
3237 xmlParserInputBufferPush(xmlParserInputBufferPtr in, in xmlParserInputBufferPush()
3311 xmlParserInputBufferGrow(xmlParserInputBufferPtr in, int len) { in xmlParserInputBufferGrow()
3409 xmlParserInputBufferRead(xmlParserInputBufferPtr in, int len) { in xmlParserInputBufferRead()