Lines Matching refs:closecallback

119     xmlInputCloseCallback closecallback;  member
136 xmlOutputCloseCallback closecallback; member
527 xmlInputCallbackTable[i].closecallback = NULL; in xmlCleanupInputCallbacks()
555 xmlInputCallbackTable[xmlInputCallbackNr].closecallback = NULL; in xmlPopInputCallbacks()
579 xmlOutputCallbackTable[i].closecallback = NULL; in xmlCleanupOutputCallbacks()
2278 xmlInputCallbackTable[xmlInputCallbackNr].closecallback = closeFunc; in xmlRegisterInputCallbacks()
2305 xmlOutputCallbackTable[xmlOutputCallbackNr].closecallback = closeFunc; in xmlRegisterOutputCallbacks()
2444 ret->closecallback = NULL; in xmlAllocParserInputBuffer()
2496 ret->closecallback = NULL; in xmlAllocOutputBuffer()
2548 ret->closecallback = NULL; in xmlAllocOutputBufferInternal()
2574 if (in->closecallback != NULL) { in xmlFreeParserInputBuffer()
2575 in->closecallback(in->context); in xmlFreeParserInputBuffer()
2605 if (out->closecallback != NULL) { in xmlOutputBufferClose()
2606 err_rc = out->closecallback(out->context); in xmlOutputBufferClose()
2665 ret->closecallback = xmlInputCallbackTable[i].closecallback; in __xmlParserInputBufferCreateFilename()
2694 xmlInputCallbackTable[i].closecallback (context); in __xmlParserInputBufferCreateFilename()
2769 ret->closecallback = xmlGzfileClose; in __xmlOutputBufferCreateFilename()
2806 ret->closecallback = xmlGzfileClose; in __xmlOutputBufferCreateFilename()
2839 ret->closecallback = xmlOutputCallbackTable[i].closecallback; in __xmlOutputBufferCreateFilename()
2893 ret->closecallback = xmlFileFlush; in xmlParserInputBufferCreateFile()
2923 ret->closecallback = xmlFileFlush; in xmlOutputBufferCreateFile()
3008 ret->closecallback = xmlFdClose; in xmlParserInputBufferCreateFd()
3037 ret->closecallback = NULL; in xmlParserInputBufferCreateMem()
3088 ret->closecallback = NULL; in xmlParserInputBufferCreateStatic()
3114 ret->closecallback = NULL; in xmlOutputBufferCreateFd()
3144 ret->closecallback = ioclose; in xmlParserInputBufferCreateIO()
3175 ret->closecallback = ioclose; in xmlOutputBufferCreateIO()