HomeSort by relevance Sort by last modified time
    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 45 milliseconds