Searched refs:iowrite (Results 1 – 12 of 12) sorted by relevance
/third_party/libxml2/include/libxml/ |
D | xmlsave.h | 59 xmlSaveToIO (xmlOutputWriteCallback iowrite,
|
D | xmlIO.h | 245 xmlOutputBufferCreateIO (xmlOutputWriteCallback iowrite,
|
/third_party/gettext/gnulib-local/lib/libxml/ |
D | xmlsave.in.h | 88 xmlSaveToIO (xmlOutputWriteCallback iowrite,
|
D | xmlIO.in.h | 272 xmlOutputBufferCreateIO (xmlOutputWriteCallback iowrite,
|
D | xmlIO.c | 3094 xmlOutputBufferCreateIO(xmlOutputWriteCallback iowrite, in xmlOutputBufferCreateIO() argument 3099 if (iowrite == NULL) return(NULL); in xmlOutputBufferCreateIO() 3104 ret->writecallback = iowrite; in xmlOutputBufferCreateIO()
|
D | xmlsave.c | 1929 xmlSaveToIO(xmlOutputWriteCallback iowrite, in xmlSaveToIO() argument 1937 ret->buf = xmlOutputBufferCreateIO(iowrite, ioclose, ioctx, ret->handler); in xmlSaveToIO()
|
D | schematron.c | 198 xmlOutputWriteCallback iowrite; /* if using XML_SCHEMATRON_OUT_IO */ member
|
/third_party/libxml2/os400/libxmlrpg/ |
D | xmlsave.rpgle | 68 d iowrite value like(xmlOutputWriteCallback)
|
D | xmlIO.rpgle | 303 d iowrite value like(xmlOutputWriteCallback)
|
/third_party/libxml2/ |
D | xmlIO.c | 3094 xmlOutputBufferCreateIO(xmlOutputWriteCallback iowrite, in xmlOutputBufferCreateIO() argument 3099 if (iowrite == NULL) return(NULL); in xmlOutputBufferCreateIO() 3104 ret->writecallback = iowrite; in xmlOutputBufferCreateIO()
|
D | xmlsave.c | 1847 xmlSaveToIO(xmlOutputWriteCallback iowrite, in xmlSaveToIO() argument 1855 ret->buf = xmlOutputBufferCreateIO(iowrite, ioclose, ioctx, ret->handler); in xmlSaveToIO()
|
D | schematron.c | 169 xmlOutputWriteCallback iowrite; /* if using XML_SCHEMATRON_OUT_IO */ member
|