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

/vbox/src/libs/libxml2-2.6.31/
H A Duri.c142 #define IS_REG_NAME(p) ((IS_UNRESERVED(*(p))) || (IS_ESCAPED(p)) || \ macro
1608 if (!IS_REG_NAME(cur)) {
1612 while (IS_REG_NAME(cur)) NEXT(cur);

Completed in 35 milliseconds