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

/vbox/src/libs/libxml2-2.6.31/
H A Duri.c151 #define IS_USERINFO(p) ((IS_UNRESERVED(*(p))) || (IS_ESCAPED(p)) || \ macro
1294 while (IS_USERINFO(cur)) NEXT(cur);

Completed in 35 milliseconds