HomeSort by: relevance | last modified time | path
    Searched refs:hbc (Results 1 - 3 of 3) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/global/
header_body_checks.h 63 #define hbc_header_checks_free(hbc) _hbc_checks_free((hbc), HBC_HEADER_SIZE)
64 #define hbc_body_checks_free(hbc) _hbc_checks_free((hbc), 1)
header_body_checks.c 43 /* char *hbc_header_checks(context, hbc, header_class, hdr_opts, header)
45 /* HBC_CHECKS *hbc;
50 /* char *hbc_body_checks(context, hbc, body_line, body_line_len)
52 /* HBC_CHECKS *hbc;
56 /* void hbc_header_checks_free(hbc)
57 /* HBC_CHECKS *hbc;
59 /* void hbc_body_checks_free(hbc)
60 /* HBC_CHECKS *hbc;
141 /* .IP hbc
209 #define HBC_INIT(hbc, index, name, value) do {
376 HBC_CHECKS *hbc; local
404 HBC_CHECKS *hbc; local
    [all...]
  /src/external/mpl/dhcp/dist/omapip/
hash.c 113 struct hash_bucket *hbc, *hbn = (struct hash_bucket *)0; local
116 for (hbc = ptr -> buckets [i]; hbc; hbc = hbn) {
117 hbn = hbc -> next;
118 if (ptr -> dereferencer && hbc -> value)
119 (*ptr -> dereferencer) (&hbc -> value, MDL);
121 for (hbc = ptr -> buckets [i]; hbc; hbc = hbn)
    [all...]

Completed in 24 milliseconds