Home
last modified time | relevance | path

Searched refs:IS_UNWISE (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/libxml/src/
Duri.c71 #define IS_UNWISE(p) \ macro
224 ((uri != NULL) && (uri->cleanup & 1) && (IS_UNWISE(cur)))) in xmlParse3986Fragment()
260 ((uri != NULL) && (uri->cleanup & 1) && (IS_UNWISE(cur)))) in xmlParse3986Query()
/external/libxml2/
Duri.c102 #define IS_UNWISE(p) \ macro
255 ((uri != NULL) && (uri->cleanup & 1) && (IS_UNWISE(cur)))) in xmlParse3986Fragment()
291 ((uri != NULL) && (uri->cleanup & 1) && (IS_UNWISE(cur)))) in xmlParse3986Query()