Home
last modified time | relevance | path

Searched defs:case_adjust (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/include/internal/
H A Dhashtable.h258 const long int case_adjust = ~0x40; in ossl_ht_strcase() local
260 const long int case_adjust = ~0x20; in ossl_ht_strcase() local
/freebsd/crypto/openssl/crypto/lhash/
H A Dlhash.c406 const long int case_adjust = ~0x40; in ossl_lh_strcasehash() local
408 const long int case_adjust = ~0x20; in ossl_lh_strcasehash() local