Home
last modified time | relevance | path

Searched refs:pipe_limit (Results 1 – 11 of 11) sorted by relevance

/dports/net/kamailio/kamailio-5.4.5/src/modules/ratelimit/
H A DREADME419 * pipe_limit - the limit assigned to the given pipe id.
/dports/net/kamailio/kamailio-5.4.5/src/modules/pipelimit/
H A DREADME538 * pipe_limit - the limit assigned to the given pipe id.
/dports/mail/exim-mysql/exim-4.95/src/transports/
H A Dsmtp.c3339 int address_count, pipe_limit; in smtp_write_mail_and_rcpt_cmds() local
3422 for (addr = sx->first_addr, address_count = 0, pipe_limit = 100; in smtp_write_mail_and_rcpt_cmds()
3452 if (pipe_limit-- <= 0) in smtp_write_mail_and_rcpt_cmds()
3453 { no_flush = FALSE; pipe_limit = 100; } in smtp_write_mail_and_rcpt_cmds()
/dports/mail/exim-postgresql/exim-4.95/src/transports/
H A Dsmtp.c3339 int address_count, pipe_limit; in smtp_write_mail_and_rcpt_cmds() local
3422 for (addr = sx->first_addr, address_count = 0, pipe_limit = 100; in smtp_write_mail_and_rcpt_cmds()
3452 if (pipe_limit-- <= 0) in smtp_write_mail_and_rcpt_cmds()
3453 { no_flush = FALSE; pipe_limit = 100; } in smtp_write_mail_and_rcpt_cmds()
/dports/mail/exim/exim-4.95/src/transports/
H A Dsmtp.c3339 int address_count, pipe_limit; in smtp_write_mail_and_rcpt_cmds() local
3422 for (addr = sx->first_addr, address_count = 0, pipe_limit = 100; in smtp_write_mail_and_rcpt_cmds()
3452 if (pipe_limit-- <= 0) in smtp_write_mail_and_rcpt_cmds()
3453 { no_flush = FALSE; pipe_limit = 100; } in smtp_write_mail_and_rcpt_cmds()
/dports/mail/exim-monitor/exim-4.95/src/transports/
H A Dsmtp.c3339 int address_count, pipe_limit; in smtp_write_mail_and_rcpt_cmds() local
3422 for (addr = sx->first_addr, address_count = 0, pipe_limit = 100; in smtp_write_mail_and_rcpt_cmds()
3452 if (pipe_limit-- <= 0) in smtp_write_mail_and_rcpt_cmds()
3453 { no_flush = FALSE; pipe_limit = 100; } in smtp_write_mail_and_rcpt_cmds()
/dports/mail/exim-ldap2/exim-4.95/src/transports/
H A Dsmtp.c3339 int address_count, pipe_limit; in smtp_write_mail_and_rcpt_cmds() local
3422 for (addr = sx->first_addr, address_count = 0, pipe_limit = 100; in smtp_write_mail_and_rcpt_cmds()
3452 if (pipe_limit-- <= 0) in smtp_write_mail_and_rcpt_cmds()
3453 { no_flush = FALSE; pipe_limit = 100; } in smtp_write_mail_and_rcpt_cmds()
/dports/mail/exim-sa-exim/exim-4.95/src/transports/
H A Dsmtp.c3339 int address_count, pipe_limit; in smtp_write_mail_and_rcpt_cmds() local
3422 for (addr = sx->first_addr, address_count = 0, pipe_limit = 100; in smtp_write_mail_and_rcpt_cmds()
3452 if (pipe_limit-- <= 0) in smtp_write_mail_and_rcpt_cmds()
3453 { no_flush = FALSE; pipe_limit = 100; } in smtp_write_mail_and_rcpt_cmds()
/dports/mail/exim-sqlite/exim-4.95/src/transports/
H A Dsmtp.c3339 int address_count, pipe_limit; in smtp_write_mail_and_rcpt_cmds() local
3422 for (addr = sx->first_addr, address_count = 0, pipe_limit = 100; in smtp_write_mail_and_rcpt_cmds()
3452 if (pipe_limit-- <= 0) in smtp_write_mail_and_rcpt_cmds()
3453 { no_flush = FALSE; pipe_limit = 100; } in smtp_write_mail_and_rcpt_cmds()
/dports/lang/mmix/mmix-20160804_1/
H A Dmmix-config.w699 if (i>=pipe_limit) panic(errprint1(
700 "Configuration error: More than %d pipeline stages",pipe_limit));
H A Dmmix-pipe.w2581 #define pipe_limit 90
2582 Extern unsigned char pipe_seq[max_pipe_op+1][pipe_limit+1];