HomeSort by relevance Sort by last modified time
    Searched refs:xmlLocationSetPtr (Results 1 - 5 of 5) sorted by null

  /external/libxml2/include/libxml/
xpointer.h 35 typedef xmlLocationSet *xmlLocationSetPtr;
46 XMLPUBFUN xmlLocationSetPtr XMLCALL
49 xmlXPtrFreeLocationSet (xmlLocationSetPtr obj);
50 XMLPUBFUN xmlLocationSetPtr XMLCALL
51 xmlXPtrLocationSetMerge (xmlLocationSetPtr val1,
52 xmlLocationSetPtr val2);
81 xmlXPtrLocationSetAdd (xmlLocationSetPtr cur,
84 xmlXPtrWrapLocationSet (xmlLocationSetPtr val);
86 xmlXPtrLocationSetDel (xmlLocationSetPtr cur,
89 xmlXPtrLocationSetRemove (xmlLocationSetPtr cur
    [all...]
  /external/libxml2/
xpointer.c 603 * Create a new xmlLocationSetPtr of type double and of value @val
607 xmlLocationSetPtr
609 xmlLocationSetPtr ret;
611 ret = (xmlLocationSetPtr) xmlMalloc(sizeof(xmlLocationSet));
642 xmlXPtrLocationSetAdd(xmlLocationSetPtr cur, xmlXPathObjectPtr val) {
694 xmlLocationSetPtr
695 xmlXPtrLocationSetMerge(xmlLocationSetPtr val1, xmlLocationSetPtr val2) {
720 xmlXPtrLocationSetDel(xmlLocationSetPtr cur, xmlXPathObjectPtr val) {
753 xmlXPtrLocationSetRemove(xmlLocationSetPtr cur, int val)
    [all...]
xpath.c     [all...]
xinclude.c 1213 xmlLocationSetPtr set = (xmlLocationSetPtr) obj->user;
    [all...]
  /external/libxml2/python/
types.c 556 xmlLocationSetPtr set;

Completed in 523 milliseconds