HomeSort by relevance Sort by last modified time
    Searched defs:xmlXPtrLocationSetCreate (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/libxml/src/
xpointer.c 600 * xmlXPtrLocationSetCreate:
608 xmlXPtrLocationSetCreate(xmlXPathObjectPtr val) {
804 ret->user = xmlXPtrLocationSetCreate(xmlXPtrNewCollapsedRange(start));
806 ret->user = xmlXPtrLocationSetCreate(xmlXPtrNewRangeNodes(start,end));
834 newset = xmlXPtrLocationSetCreate(NULL);
    [all...]
elfgcchack.h     [all...]
  /external/libxml2/
xpointer.c 600 * xmlXPtrLocationSetCreate:
608 xmlXPtrLocationSetCreate(xmlXPathObjectPtr val) {
804 ret->user = xmlXPtrLocationSetCreate(xmlXPtrNewCollapsedRange(start));
806 ret->user = xmlXPtrLocationSetCreate(xmlXPtrNewRangeNodes(start,end));
834 newset = xmlXPtrLocationSetCreate(NULL);
    [all...]
elfgcchack.h     [all...]

Completed in 409 milliseconds