OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xmlLocationSet
(Results
1 - 2
of
2
) sorted by null
/external/libxml2/include/libxml/
xpointer.h
34
typedef struct _xmlLocationSet
xmlLocationSet
;
35
typedef
xmlLocationSet
*xmlLocationSetPtr;
/external/libxml2/
xpointer.c
611
ret = (xmlLocationSetPtr) xmlMalloc(sizeof(
xmlLocationSet
));
616
memset(ret, 0 , (size_t) sizeof(
xmlLocationSet
));
[
all
...]
Completed in 96 milliseconds