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
540
*
xmlBufDump
:
548
xmlBufDump
(FILE *file, xmlBufPtr buf) {
554
"
xmlBufDump
: buf == NULL or in error\n");
561
"
xmlBufDump
: buf->content == NULL\n");
[
all
...]
Completed in 59 milliseconds