OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xmlList
(Results
1 - 2
of
2
) sorted by null
/external/libxml2/include/libxml/
list.h
23
typedef struct _xmlList
xmlList
;
24
typedef
xmlList
*xmlListPtr;
/external/libxml2/
list.c
191
if (NULL == (l = (xmlListPtr )xmlMalloc( sizeof(
xmlList
)))) {
197
memset(l, 0, sizeof(
xmlList
));
501
/* TODO: keep a counter in
xmlList
instead */
Completed in 34 milliseconds