Home
last modified time | relevance | path

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

/dports/mail/mairix/mairix-0.24/
H A Dreader.h72 #define UI_TO_BASE 16 macro
88 #define UI_TO_N (UI_TO_BASE + UI_N_OFFSET)
89 #define UI_TO_TOK (UI_TO_BASE + UI_TOK_OFFSET)
90 #define UI_TO_ENC (UI_TO_BASE + UI_ENC_OFFSET)
H A Dreader.c171 read_toktable_db(data, &result->to, UI_TO_BASE, uidata); in open_db()