Home
last modified time | relevance | path

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

/openssl/crypto/
H A Dctype.c21 static const unsigned short ctype_char_map[128] = { variable
254 const int max = sizeof(ctype_char_map) / sizeof(*ctype_char_map); in ossl_ctype_check()
257 return a >= 0 && a < max && (ctype_char_map[a] & mask) != 0; in ossl_ctype_check()

Completed in 3 milliseconds