OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xmlBufDump
(Results
1 - 2
of
2
) sorted by null
/external/libxml2/
buf.h
58
size_t
xmlBufDump
(FILE *file, xmlBufPtr buf);
buf.c
526
*
xmlBufDump
:
534
xmlBufDump
(FILE *file, xmlBufPtr buf) {
540
"
xmlBufDump
: buf == NULL or in error\n");
547
"
xmlBufDump
: buf->content == NULL\n");
[
all
...]
Completed in 71 milliseconds