HomeSort by: relevance | last modified time | path
    Searched defs:sg_num_hashes (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/syslogd/
sign.c 631 size_t sg_num_hashes = 0; /* hashes in SG queue */ local in function:sign_send_signature_block
644 sg_num_hashes++;
647 if (!sg_num_hashes
648 || (!force && (sg_num_hashes % SIGN_HASH_DIVISION_NUM)))
656 hashes_in_sb = MIN(sg_num_hashes, SIGN_HASH_NUM);
659 "sg_num_hashes = %zu, hashes_in_sb = %zu, SIGN_HASH_NUM = %d\n",
660 sg_num_hashes, hashes_in_sb, SIGN_HASH_NUM);
661 if (sg_num_hashes > SIGN_HASH_NUM) {
662 DPRINTF(D_SIGN, "sign_send_signature_block(): sg_num_hashes"
692 MIN(SIGN_MAX_HASH_NUM, sg_num_hashes), sg_num_hashes)
    [all...]
sign.c 631 size_t sg_num_hashes = 0; /* hashes in SG queue */ local in function:sign_send_signature_block
644 sg_num_hashes++;
647 if (!sg_num_hashes
648 || (!force && (sg_num_hashes % SIGN_HASH_DIVISION_NUM)))
656 hashes_in_sb = MIN(sg_num_hashes, SIGN_HASH_NUM);
659 "sg_num_hashes = %zu, hashes_in_sb = %zu, SIGN_HASH_NUM = %d\n",
660 sg_num_hashes, hashes_in_sb, SIGN_HASH_NUM);
661 if (sg_num_hashes > SIGN_HASH_NUM) {
662 DPRINTF(D_SIGN, "sign_send_signature_block(): sg_num_hashes"
692 MIN(SIGN_MAX_HASH_NUM, sg_num_hashes), sg_num_hashes)
    [all...]

Completed in 23 milliseconds