Home
last modified time | relevance | path

Searched refs:xmlParse3986Segment (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/
Duri.c551 xmlParse3986Segment(const char **str, char forbid, int empty) in xmlParse3986Segment() function
589 ret = xmlParse3986Segment(&cur, 0, 1); in xmlParse3986PathAbEmpty()
630 ret = xmlParse3986Segment(&cur, 0, 0); in xmlParse3986PathAbsolute()
634 ret = xmlParse3986Segment(&cur, 0, 1); in xmlParse3986PathAbsolute()
673 ret = xmlParse3986Segment(&cur, 0, 0); in xmlParse3986PathRootless()
677 ret = xmlParse3986Segment(&cur, 0, 1); in xmlParse3986PathRootless()
715 ret = xmlParse3986Segment(&cur, ':', 0); in xmlParse3986PathNoScheme()
719 ret = xmlParse3986Segment(&cur, 0, 1); in xmlParse3986PathNoScheme()