Home
last modified time | relevance | path

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

/third_party/mindspore/third_party/patch/c-ares/
DCVE-2021-3672.patch9 +static int is_reservedch(int ch)
55 + else if (is_reservedch(*p))
92 + else if (is_reservedch(*encoded))
/third_party/node/deps/cares/src/lib/
Dares_expand_name.c36 static int is_reservedch(int ch) in is_reservedch() function
184 else if (is_reservedch(*p)) in ares__expand_name_validated()
266 else if (is_reservedch(*encoded)) in name_length()