Searched refs:AES_SET_WCS (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_string.h221 #define AES_SET_WCS 4 macro
H A Darchive_string.c3922 if (aes->aes_set & AES_SET_WCS) {
3962 if (aes->aes_set & AES_SET_WCS) {
3979 aes->aes_set |= AES_SET_WCS;
3999 if (sc != NULL && (aes->aes_set & AES_SET_WCS) != 0) {
4100 aes->aes_set = AES_SET_WCS; /* Only WCS form set. */
4170 aes->aes_set |= AES_SET_WCS;
4176 aes->aes_set = AES_SET_WCS;
4236 aes->aes_set = AES_SET_UTF8 | AES_SET_WCS | AES_SET_MBS;

Completed in 187 milliseconds