Searched refs:xmlParse3986Segment (Results 1 – 1 of 1) sorted by relevance
/external/libxml2/ |
D | uri.c | 550 xmlParse3986Segment(const char **str, char forbid, int empty) in xmlParse3986Segment() function 588 ret = xmlParse3986Segment(&cur, 0, 1); in xmlParse3986PathAbEmpty() 629 ret = xmlParse3986Segment(&cur, 0, 0); in xmlParse3986PathAbsolute() 633 ret = xmlParse3986Segment(&cur, 0, 1); in xmlParse3986PathAbsolute() 672 ret = xmlParse3986Segment(&cur, 0, 0); in xmlParse3986PathRootless() 676 ret = xmlParse3986Segment(&cur, 0, 1); in xmlParse3986PathRootless() 714 ret = xmlParse3986Segment(&cur, ':', 0); in xmlParse3986PathNoScheme() 718 ret = xmlParse3986Segment(&cur, 0, 1); in xmlParse3986PathNoScheme()
|