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

  /src/external/ibm-public/postfix/dist/src/global/
header_body_checks.h 61 extern char *hbc_body_checks(void *, HBC_CHECKS *, const char *, ssize_t, off_t);
header_body_checks.c 50 /* char *hbc_body_checks(context, hbc, body_line, body_line_len)
89 /* hbc_body_checks_create(), hbc_body_checks(), hbc_body_free()
341 /* hbc_body_checks - inspect one body record */
343 char *hbc_body_checks(void *context, HBC_CHECKS *hbc, const char *line, function
346 const char *myname = "hbc_body_checks";
536 || (out = hbc_body_checks(context, dp->body_checks,
  /src/external/ibm-public/postfix/dist/src/smtp/
smtp_proto.c 1593 result = hbc_body_checks(context, smtp_body_checks, buf, len, offset);

Completed in 18 milliseconds