Home
last modified time | relevance | path

Searched refs:timeout_command (Results 1 – 14 of 14) sorted by relevance

/dports/mail/spamdyke/spamdyke-5.0.1/spamdyke/
H A Dtls.c407 ((current_settings->current_options->timeout_command == 0) || in tls_start()
408 …(NULL) - current_settings->command_start) < current_settings->current_options->timeout_command)) && in tls_start()
481 ((current_settings->current_options->timeout_command == 0) || in tls_end_inner()
482 …(NULL) - current_settings->command_start) < current_settings->current_options->timeout_command)) && in tls_end_inner()
593 ((current_settings->current_options->timeout_command == 0) || in tls_read()
594 …(NULL) - current_settings->command_start) < current_settings->current_options->timeout_command)) && in tls_read()
651 ((current_settings->current_options->timeout_command == 0) || in tls_write()
652 …(NULL) - current_settings->command_start) < current_settings->current_options->timeout_command)) && in tls_write()
H A Dspamdyke.c1960 ((current_settings->current_options->timeout_command > 0) && in middleman()
1961 …nt_time - current_settings->command_start) > current_settings->current_options->timeout_command)))) in middleman()
1972 current_settings->current_options->timeout_command = 0; in middleman()
2008 (current_settings->current_options->timeout_command > 0)) in middleman()
2010 if (current_settings->current_options->timeout_command > 0) in middleman()
2818 if (current_settings->current_options->timeout_command == 0) in middleman()
2820 … current_settings->current_options->timeout_command = TIMEOUT_IDLE_AFTER_QUIT_SECS; in middleman()
2821 …_DEBUG(current_settings, LOG_DEBUG_IDLE_RESET, current_settings->current_options->timeout_command); in middleman()
2853 if (current_settings->current_options->timeout_command == 0) in middleman()
2855 … current_settings->current_options->timeout_command = TIMEOUT_IDLE_AFTER_QUIT_SECS; in middleman()
[all …]
H A Dspamdyke.h1690 int timeout_command; member
H A Dconfiguration.c1549 { .get_integer = CONFIG_ACCESSOR_INTEGER(timeout_command) }, in prepare_settings()
/dports/ftp/omi/omi/
H A Domi.h218 unsigned int timeout_command; // timeout for server commands member
H A Domi.c893 timeout_tags[2].var = &cc->timeout_command; in settimeout()
H A Dftp.c446 set_alarm (cc->timeout_command); in ftp_cmd()
/dports/security/fwbuilder/fwbuilder-5.3.7/src/parsers/
H A DPIXCfgParser.hpp124 public: void timeout_command();
H A Dpix.g178 timeout_command
209 timeout_command : TIMEOUT
H A DPIXCfgParser.cpp169 timeout_command(); in cfgfile()
1884 void PIXCfgParser::timeout_command() { in timeout_command() function in PIXCfgParser
/dports/devel/libnfc/libnfc-1.7.1/libnfc/chips/
H A Dpn53x.h205 int timeout_command; member
H A Dpn53x.c171 timeout = CHIP_DATA(pnd)->timeout_command; in pn53x_transceive()
818 CHIP_DATA(pnd)->timeout_command = value; in pn53x_set_property_int()
3567 CHIP_DATA(pnd)->timeout_command = 350; in pn53x_data_new()
/dports/games/freeciv/freeciv-2.6.6/server/
H A Dstdinhand.c1625 static bool timeout_command(struct connection *caller, char *str, bool check) in timeout_command() function
4431 return timeout_command(caller, arg, check); in handle_stdin_input_real()
/dports/games/freeciv-nox11/freeciv-2.6.6/server/
H A Dstdinhand.c1625 static bool timeout_command(struct connection *caller, char *str, bool check) in timeout_command() function
4431 return timeout_command(caller, arg, check); in handle_stdin_input_real()