• Home
  • Raw
  • Download

Lines Matching refs:closecallback

97     xmlInputCloseCallback closecallback;  member
114 xmlOutputCloseCallback closecallback; member
505 xmlInputCallbackTable[i].closecallback = NULL; in xmlCleanupInputCallbacks()
533 xmlInputCallbackTable[xmlInputCallbackNr].closecallback = NULL; in xmlPopInputCallbacks()
557 xmlOutputCallbackTable[i].closecallback = NULL; in xmlCleanupOutputCallbacks()
2187 xmlInputCallbackTable[xmlInputCallbackNr].closecallback = closeFunc; in xmlRegisterInputCallbacks()
2214 xmlOutputCallbackTable[xmlOutputCallbackNr].closecallback = closeFunc; in xmlRegisterOutputCallbacks()
2345 ret->closecallback = NULL; in xmlAllocParserInputBuffer()
2397 ret->closecallback = NULL; in xmlAllocOutputBuffer()
2449 ret->closecallback = NULL; in xmlAllocOutputBufferInternal()
2475 if (in->closecallback != NULL) { in xmlFreeParserInputBuffer()
2476 in->closecallback(in->context); in xmlFreeParserInputBuffer()
2506 if (out->closecallback != NULL) { in xmlOutputBufferClose()
2507 err_rc = out->closecallback(out->context); in xmlOutputBufferClose()
2566 ret->closecallback = xmlInputCallbackTable[i].closecallback; in __xmlParserInputBufferCreateFilename()
2595 xmlInputCallbackTable[i].closecallback (context); in __xmlParserInputBufferCreateFilename()
2670 ret->closecallback = xmlGzfileClose; in __xmlOutputBufferCreateFilename()
2707 ret->closecallback = xmlGzfileClose; in __xmlOutputBufferCreateFilename()
2740 ret->closecallback = xmlOutputCallbackTable[i].closecallback; in __xmlOutputBufferCreateFilename()
2794 ret->closecallback = xmlFileFlush; in xmlParserInputBufferCreateFile()
2824 ret->closecallback = xmlFileFlush; in xmlOutputBufferCreateFile()
2907 ret->closecallback = xmlFdClose; in xmlParserInputBufferCreateFd()
2936 ret->closecallback = NULL; in xmlParserInputBufferCreateMem()
2987 ret->closecallback = NULL; in xmlParserInputBufferCreateStatic()
3013 ret->closecallback = NULL; in xmlOutputBufferCreateFd()
3043 ret->closecallback = ioclose; in xmlParserInputBufferCreateIO()
3074 ret->closecallback = ioclose; in xmlOutputBufferCreateIO()