Searched defs:hbc (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/ibm-public/postfix/dist/src/global/ |
H A D | header_body_checks.c | 209 #define HBC_INIT(hbc, index, name, value) do { \ argument 311 char *hbc_header_checks(void *context, HBC_CHECKS *hbc, int header_class, in hbc_header_checks() 343 char *hbc_body_checks(void *context, HBC_CHECKS *hbc, const char *line, in hbc_body_checks() 376 HBC_CHECKS *hbc; in hbc_header_checks_create() local 404 HBC_CHECKS *hbc; in hbc_body_checks_create() local 421 void _hbc_checks_free(HBC_CHECKS *hbc, ssize_t len) in _hbc_checks_free()
|
H A D | header_body_checks.h | 63 #define hbc_header_checks_free(hbc) _hbc_checks_free((hbc), HBC_HEADER_SIZE) argument 64 #define hbc_body_checks_free(hbc) _hbc_checks_free((hbc), 1) argument
|
/netbsd-src/external/mpl/dhcp/dist/omapip/ |
H A D | hash.c | 113 struct hash_bucket *hbc, *hbn = (struct hash_bucket *)0; local
|