OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xmlXIncludeCtxt
(Results
1 - 2
of
2
) sorted by null
/external/libxml2/include/libxml/
xinclude.h
86
typedef struct _xmlXIncludeCtxt
xmlXIncludeCtxt
;
87
typedef
xmlXIncludeCtxt
*xmlXIncludeCtxtPtr;
/external/libxml2/
xinclude.c
287
ret = (xmlXIncludeCtxtPtr) xmlMalloc(sizeof(
xmlXIncludeCtxt
));
293
memset(ret, 0, sizeof(
xmlXIncludeCtxt
));
[
all
...]
Completed in 1195 milliseconds