Searched refs:xmlParse3986Segment (Results 1 – 1 of 1) sorted by relevance
/external/libxml2/ |
D | uri.c | 518 xmlParse3986Segment(const char **str, char forbid, int empty) in xmlParse3986Segment() function 556 ret = xmlParse3986Segment(&cur, 0, 1); in xmlParse3986PathAbEmpty() 597 ret = xmlParse3986Segment(&cur, 0, 0); in xmlParse3986PathAbsolute() 601 ret = xmlParse3986Segment(&cur, 0, 1); in xmlParse3986PathAbsolute() 640 ret = xmlParse3986Segment(&cur, 0, 0); in xmlParse3986PathRootless() 644 ret = xmlParse3986Segment(&cur, 0, 1); in xmlParse3986PathRootless() 682 ret = xmlParse3986Segment(&cur, ':', 0); in xmlParse3986PathNoScheme() 686 ret = xmlParse3986Segment(&cur, 0, 1); in xmlParse3986PathNoScheme()
|