Searched refs:PROTO_LIST (Results 1 - 6 of 6) sorted by last modified time

/haiku/src/add-ons/mail_daemon/inbound_protocols/pop3/
H A Dmd5.h42 void MD5Init PROTO_LIST ((MD5_CTX *));
43 void MD5Update PROTO_LIST
45 void MD5Final PROTO_LIST ((unsigned char [16], MD5_CTX *));
H A Dmd5c.c52 static void MD5Transform PROTO_LIST ((UINT4 [4], unsigned char [64]));
53 static void Encode PROTO_LIST
55 static void Decode PROTO_LIST
57 static void MD5_memcpy PROTO_LIST ((POINTER, POINTER, unsigned int));
58 static void MD5_memset PROTO_LIST ((POINTER, int, unsigned int));
H A Dmd5global.h31 /* PROTO_LIST is defined depending on how PROTOTYPES is defined above.
32 If using PROTOTYPES, then PROTO_LIST returns the list, otherwise it
36 #define PROTO_LIST(list) list macro
38 #define PROTO_LIST(list) () macro
/haiku/src/add-ons/mail_daemon/outbound_protocols/smtp/
H A Dmd5.h42 void MD5_Init PROTO_LIST ((MD5_CTX *));
43 void MD5_Update PROTO_LIST
45 void MD5_Final PROTO_LIST ((unsigned char [16], MD5_CTX *));
H A Dmd5c.c52 static void MD5_Transform PROTO_LIST ((UINT4 [4], unsigned char [64]));
53 static void Encode PROTO_LIST
55 static void Decode PROTO_LIST
57 static void MD5_memcpy PROTO_LIST ((POINTER, POINTER, unsigned int));
58 static void MD5_memset PROTO_LIST ((POINTER, int, unsigned int));
H A Dmd5global.h31 /* PROTO_LIST is defined depending on how PROTOTYPES is defined above.
32 If using PROTOTYPES, then PROTO_LIST returns the list, otherwise it
36 #define PROTO_LIST(list) list macro
38 #define PROTO_LIST(list) () macro

Completed in 56 milliseconds