Home
last modified time | relevance | path

Searched defs:require_len (Results 1 – 4 of 4) sorted by relevance

/dports/security/libotr/libotr-4.1.1/src/
H A Dserial.h64 #define require_len(l) do { \ macro
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/libotr/src/
H A Dserial.h64 #define require_len(l) do { \ macro
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/libotr/toolkit/
H A Dparse.c89 #define require_len(l) do { if (lenp < (l)) goto inv; } while(0) macro
/dports/security/libotr/libotr-4.1.1/toolkit/
H A Dparse.c89 #define require_len(l) do { if (lenp < (l)) goto inv; } while(0) macro