HomeSort by relevance Sort by last modified time
    Searched refs:IS_RESERVED (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libxml/src/
uri.c 80 #define IS_RESERVED(x) (((x) == ';') || ((x) == '/') || ((x) == '?') || \
1062 if (IS_RESERVED(*(p)) || IS_UNRESERVED(*(p)))
1330 if ((IS_UNRESERVED(*(p))) || (IS_RESERVED(*(p))))
    [all...]
  /external/libxml2/
uri.c 111 #define IS_RESERVED(x) (((x) == ';') || ((x) == '/') || ((x) == '?') || \
1098 if (IS_RESERVED(*(p)) || IS_UNRESERVED(*(p)))
1271 if ((IS_UNRESERVED(*(p))) || (IS_RESERVED(*(p))))
1297 if ((IS_UNRESERVED(*(p))) || (IS_RESERVED(*(p))))
    [all...]

Completed in 658 milliseconds