Home
last modified time | relevance | path

Searched refs:logbits (Results 1 – 23 of 23) sorted by relevance

/dports/sysutils/apachetop/apachetop-0.18.4/src/
H A Dlog.h10 struct logbits { struct
48 virtual int parse(char *logline, struct logbits *b) = 0; argument
56 int parse(char *logline, struct logbits *b);
60 int parse(char *logline, struct logbits *b);
H A Dhits_circle.h8 int insert(struct logbits lb);
9 int walk(struct logbits **lb);
24 typedef struct logbits circle_struct;
H A Dtimed_circle.h7 typedef struct logbits HIT;
14 int insert(struct logbits lb);
15 int walk(struct logbits **lb);
H A Dcircle.h9 virtual int insert(struct logbits lb) = 0;
11 virtual int walk(struct logbits **lb) = 0;
H A Dhits_circle.cc32 int Hits_Circle::insert(struct logbits lb) in insert()
86 int Hits_Circle::walk(struct logbits **lb) in walk()
H A Dlog.cc26 int CommonLogParser::parse(char *logline, struct logbits *b) in parse()
201 int AtopLogParser::parse(char *logline, struct logbits *b) in parse()
342 struct logbits *lb; in collect_dns_responses()
H A Dtimed_circle.cc104 int Timed_Circle::insert(struct logbits lb) in insert()
165 int Timed_Circle::walk(struct logbits **lb) in walk()
H A Dapachetop.h272 int recordstats(struct logbits l);
H A Ddisplay.cc336 struct logbits *lb; in display_list()
626 struct logbits *lb; in display_sub_list()
1137 struct logbits *lb; in display_histogram()
H A Dapachetop.cc54 struct logbits lb;
519 int recordstats(struct logbits l) /* {{{ */
/dports/net/olsrd/olsrd-0.9.8/src/olsr_switch/
H A Dmain.c87 uint32_t logbits; variable
142 if (logbits & LOG_CONNECT) { in ohs_init_new_connection()
184 if (logbits & LOG_CONNECT) { in ohs_init_new_connection()
189 if (logbits & LOG_CONNECT) { in ohs_init_new_connection()
213 if (logbits & LOG_CONNECT) { in ohs_delete_connection()
251 if (logbits & LOG_FORWARD) { in ohs_route_data()
266 if (logbits & LOG_FORWARD) { in ohs_route_data()
511 logbits = LOG_DEFAULT; in main()
H A Dohs_cmd.c447 logbits |= new_bit; in ohs_cmd_log()
449 logbits &= ~new_bit; in ohs_cmd_log()
451 printf("%s log bit: 0x%08x, new log: 0x%08x\n", set ? "Setting" : "Removing", new_bit, logbits); in ohs_cmd_log()
457 printf("Log: (0x%08x) ", logbits); in ohs_cmd_log()
458 if (logbits & LOG_CONNECT) in ohs_cmd_log()
460 if (logbits & LOG_FORWARD) in ohs_cmd_log()
462 if (logbits & LOG_LINK) in ohs_cmd_log()
H A Dlink_rules.c65 if (logbits & LOG_LINK) { in ohs_check_link()
74 if (logbits & LOG_LINK) { in ohs_check_link()
H A Dolsr_host_switch.h81 extern uint32_t logbits;
/dports/math/boolector/boolector-3.2.2/examples/generators/bitrev/
H A Dbitrev.sh45 logbits=`log2 $bits`
56 echo "$((id++)) constd $logbits $i"
/dports/mail/exim-mysql/exim-4.95/src/
H A Dacl.c3643 int logbits = 0; in acl_check_condition() local
3649 if (Ustrcmp(ss, "main") == 0) logbits |= LOG_MAIN; in acl_check_condition()
3654 logbits |= LOG_MAIN|LOG_REJECT; in acl_check_condition()
3659 log_reject_target = logbits; in acl_check_condition()
3665 int logbits = 0; in acl_check_condition() local
3673 { logbits |= LOG_MAIN; s += 4; } in acl_check_condition()
3675 { logbits |= LOG_PANIC; s += 5; } in acl_check_condition()
3677 { logbits |= LOG_REJECT; s += 6; } in acl_check_condition()
3680 logbits = LOG_MAIN|LOG_PANIC; in acl_check_condition()
3690 if (logbits == 0) logbits = LOG_MAIN; in acl_check_condition()
[all …]
/dports/mail/exim-postgresql/exim-4.95/src/
H A Dacl.c3643 int logbits = 0; in acl_check_condition() local
3649 if (Ustrcmp(ss, "main") == 0) logbits |= LOG_MAIN; in acl_check_condition()
3654 logbits |= LOG_MAIN|LOG_REJECT; in acl_check_condition()
3659 log_reject_target = logbits; in acl_check_condition()
3665 int logbits = 0; in acl_check_condition() local
3673 { logbits |= LOG_MAIN; s += 4; } in acl_check_condition()
3675 { logbits |= LOG_PANIC; s += 5; } in acl_check_condition()
3677 { logbits |= LOG_REJECT; s += 6; } in acl_check_condition()
3680 logbits = LOG_MAIN|LOG_PANIC; in acl_check_condition()
3690 if (logbits == 0) logbits = LOG_MAIN; in acl_check_condition()
[all …]
/dports/mail/exim-sa-exim/exim-4.95/src/
H A Dacl.c3643 int logbits = 0; in acl_check_condition() local
3649 if (Ustrcmp(ss, "main") == 0) logbits |= LOG_MAIN; in acl_check_condition()
3654 logbits |= LOG_MAIN|LOG_REJECT; in acl_check_condition()
3659 log_reject_target = logbits; in acl_check_condition()
3665 int logbits = 0; in acl_check_condition() local
3673 { logbits |= LOG_MAIN; s += 4; } in acl_check_condition()
3675 { logbits |= LOG_PANIC; s += 5; } in acl_check_condition()
3677 { logbits |= LOG_REJECT; s += 6; } in acl_check_condition()
3680 logbits = LOG_MAIN|LOG_PANIC; in acl_check_condition()
3690 if (logbits == 0) logbits = LOG_MAIN; in acl_check_condition()
[all …]
/dports/mail/exim-ldap2/exim-4.95/src/
H A Dacl.c3643 int logbits = 0; in acl_check_condition() local
3649 if (Ustrcmp(ss, "main") == 0) logbits |= LOG_MAIN; in acl_check_condition()
3654 logbits |= LOG_MAIN|LOG_REJECT; in acl_check_condition()
3659 log_reject_target = logbits; in acl_check_condition()
3665 int logbits = 0; in acl_check_condition() local
3673 { logbits |= LOG_MAIN; s += 4; } in acl_check_condition()
3675 { logbits |= LOG_PANIC; s += 5; } in acl_check_condition()
3677 { logbits |= LOG_REJECT; s += 6; } in acl_check_condition()
3680 logbits = LOG_MAIN|LOG_PANIC; in acl_check_condition()
3690 if (logbits == 0) logbits = LOG_MAIN; in acl_check_condition()
[all …]
/dports/mail/exim-monitor/exim-4.95/src/
H A Dacl.c3643 int logbits = 0; in acl_check_condition() local
3649 if (Ustrcmp(ss, "main") == 0) logbits |= LOG_MAIN; in acl_check_condition()
3654 logbits |= LOG_MAIN|LOG_REJECT; in acl_check_condition()
3659 log_reject_target = logbits; in acl_check_condition()
3665 int logbits = 0; in acl_check_condition() local
3673 { logbits |= LOG_MAIN; s += 4; } in acl_check_condition()
3675 { logbits |= LOG_PANIC; s += 5; } in acl_check_condition()
3677 { logbits |= LOG_REJECT; s += 6; } in acl_check_condition()
3680 logbits = LOG_MAIN|LOG_PANIC; in acl_check_condition()
3690 if (logbits == 0) logbits = LOG_MAIN; in acl_check_condition()
[all …]
/dports/mail/exim/exim-4.95/src/
H A Dacl.c3643 int logbits = 0; in acl_check_condition() local
3649 if (Ustrcmp(ss, "main") == 0) logbits |= LOG_MAIN; in acl_check_condition()
3654 logbits |= LOG_MAIN|LOG_REJECT; in acl_check_condition()
3659 log_reject_target = logbits; in acl_check_condition()
3665 int logbits = 0; in acl_check_condition() local
3673 { logbits |= LOG_MAIN; s += 4; } in acl_check_condition()
3675 { logbits |= LOG_PANIC; s += 5; } in acl_check_condition()
3677 { logbits |= LOG_REJECT; s += 6; } in acl_check_condition()
3680 logbits = LOG_MAIN|LOG_PANIC; in acl_check_condition()
3690 if (logbits == 0) logbits = LOG_MAIN; in acl_check_condition()
[all …]
/dports/mail/exim-sqlite/exim-4.95/src/
H A Dacl.c3643 int logbits = 0; in acl_check_condition() local
3649 if (Ustrcmp(ss, "main") == 0) logbits |= LOG_MAIN; in acl_check_condition()
3654 logbits |= LOG_MAIN|LOG_REJECT; in acl_check_condition()
3659 log_reject_target = logbits; in acl_check_condition()
3665 int logbits = 0; in acl_check_condition() local
3673 { logbits |= LOG_MAIN; s += 4; } in acl_check_condition()
3675 { logbits |= LOG_PANIC; s += 5; } in acl_check_condition()
3677 { logbits |= LOG_REJECT; s += 6; } in acl_check_condition()
3680 logbits = LOG_MAIN|LOG_PANIC; in acl_check_condition()
3690 if (logbits == 0) logbits = LOG_MAIN; in acl_check_condition()
[all …]
/dports/games/vkquake/vkQuake-1.12.2/Quake/
H A Dsv_main.c629 unsigned int entbits, logbits, netbits; in SVFTE_WriteEntitiesToClient() local
657 logbits = 0; in SVFTE_WriteEntitiesToClient()
667 logbits = UF_REMOVE; in SVFTE_WriteEntitiesToClient()
678 logbits = entbits & ~(UF_RESET|UF_RESET2); in SVFTE_WriteEntitiesToClient()
687 logbits = UF_RESET; in SVFTE_WriteEntitiesToClient()
691 logbits = netbits = entbits; in SVFTE_WriteEntitiesToClient()
717 frame->ents[frame->numents].ebits = logbits; in SVFTE_WriteEntitiesToClient()