Home
last modified time | relevance | path

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

/reactos/dll/win32/crypt32/
H A Dstr.c160 static inline BOOL is_quotable_char(char c) in is_quotable_char() function
206 if (is_quotable_char(pValue->pbData[i])) in quote_rdn_value_to_str_a()
243 if (is_quotable_char(((LPCWSTR)pValue->pbData)[i])) in quote_rdn_value_to_str_a()
315 if (is_quotable_char(pValue->pbData[i])) in quote_rdn_value_to_str_w()
350 if (is_quotable_char(((LPCWSTR)pValue->pbData)[i])) in quote_rdn_value_to_str_w()