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 566 * Create a new xmlLocationSetPtr of type double and of value @val
570 xmlLocationSetPtr
572 xmlLocationSetPtr ret;
574 ret = (xmlLocationSetPtr) xmlMalloc(sizeof(xmlLocationSet));
605 xmlXPtrLocationSetAdd(xmlLocationSetPtr cur, xmlXPathObjectPtr val) {
657 xmlLocationSetPtr
658 xmlXPtrLocationSetMerge(xmlLocationSetPtr val1, xmlLocationSetPtr val2) {
683 xmlXPtrLocationSetDel(xmlLocationSetPtr cur, xmlXPathObjectPtr val) {
716 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 1491 milliseconds