OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:xmlbuff
(Results
1 - 2
of
2
) sorted by null
/external/libxml2/doc/examples/
io2.c
21
xmlChar *
xmlbuff
;
local
36
xmlDocDumpFormatMemory(doc, &
xmlbuff
, &buffersize, 1);
37
printf("%s", (char *)
xmlbuff
);
42
xmlFree(
xmlbuff
);
/external/libxml2/
testOOM.c
72
/* not using
xmlBuff
here because I don't want those
Completed in 247 milliseconds