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

/vbox/src/libs/libxml2-2.6.31/
H A Duri.c160 #define IS_URIC(p) ((IS_UNRESERVED(*(p))) || (IS_ESCAPED(p)) || \ macro
1124 while (IS_URIC(cur) || IS_UNWISE(cur))
1159 while ((IS_URIC(cur)) ||
1237 while ((IS_URIC(cur)) ||

Completed in 34 milliseconds