OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xmlOutputWriteCallback
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libxml/src/include/libxml/
xmlIO.h
91
*
xmlOutputWriteCallback
:
100
typedef int (XMLCALL *
xmlOutputWriteCallback
) (void * context, const char * buffer,
143
xmlOutputWriteCallback
writecallback;
243
xmlOutputBufferCreateIO (
xmlOutputWriteCallback
iowrite,
268
xmlOutputWriteCallback
writeFunc,
/external/libxml2/include/libxml/
xmlIO.h
91
*
xmlOutputWriteCallback
:
100
typedef int (XMLCALL *
xmlOutputWriteCallback
) (void * context, const char * buffer,
143
xmlOutputWriteCallback
writecallback;
243
xmlOutputBufferCreateIO (
xmlOutputWriteCallback
iowrite,
268
xmlOutputWriteCallback
writeFunc,
Completed in 24 milliseconds