Searched refs:xmlParseURIPathSegments (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Duri.c1482 * xmlParseURIPathSegments:
1496 xmlParseURIPathSegments(xmlURIPtr uri, const char **str, int slash) function
1537 "xmlParseURIPathSegments: out of memory\n");
1658 ret = xmlParseURIPathSegments(uri, &cur, 1);
1662 ret = xmlParseURIPathSegments(uri, &cur, 1);
1743 ret = xmlParseURIPathSegments(uri, &cur, 1);
1747 ret = xmlParseURIPathSegments(uri, &cur, 1);
1754 ret = xmlParseURIPathSegments(uri, &cur, 1);

Completed in 46 milliseconds