OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xmlSaveCtxt
(Results
1 - 2
of
2
) sorted by null
/external/libxml2/include/libxml/
xmlsave.h
41
typedef struct _xmlSaveCtxt
xmlSaveCtxt
;
42
typedef
xmlSaveCtxt
*xmlSaveCtxtPtr;
/external/libxml2/
xmlsave.c
380
ret = (xmlSaveCtxtPtr) xmlMalloc(sizeof(
xmlSaveCtxt
));
385
memset(ret, 0, sizeof(
xmlSaveCtxt
));
[
all
...]
Completed in 9376 milliseconds