Searched refs:xmlParse3986Segment (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/libxml/src/ |
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()
|
/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()
|