Searched refs:xmlParse3986Segment (Results 1 – 1 of 1) sorted by relevance
/external/libxml2/ |
D | uri.c | 549 xmlParse3986Segment(const char **str, char forbid, int empty) in xmlParse3986Segment() function 587 ret = xmlParse3986Segment(&cur, 0, 1); in xmlParse3986PathAbEmpty() 628 ret = xmlParse3986Segment(&cur, 0, 0); in xmlParse3986PathAbsolute() 632 ret = xmlParse3986Segment(&cur, 0, 1); in xmlParse3986PathAbsolute() 671 ret = xmlParse3986Segment(&cur, 0, 0); in xmlParse3986PathRootless() 675 ret = xmlParse3986Segment(&cur, 0, 1); in xmlParse3986PathRootless() 713 ret = xmlParse3986Segment(&cur, ':', 0); in xmlParse3986PathNoScheme() 717 ret = xmlParse3986Segment(&cur, 0, 1); in xmlParse3986PathNoScheme()
|