Home
last modified time | relevance | path

Searched refs:l_linger (Results 1 – 25 of 2089) sorted by relevance

12345678910>>...84

/dports/ftp/ncftp3/ncftp-3.2.6/sio/
H A DSocketUtil.c306 opt.l_linger = 0; in GetSocketLinger()
310 *lingertime = opt.l_linger; in GetSocketLinger()
319 SetSocketLinger(const int UNUSED(fd), const int UNUSED(l_onoff), const int UNUSED(l_linger)) in SetSocketLinger() argument
323 LIBSIO_USE_VAR(l_linger); in SetSocketLinger()
328 SetSocketLinger(const int fd, const int l_onoff, const int l_linger) in SetSocketLinger() argument
349 int l_linger; /* 0 = discard unsent data */ in SetSocketLinger()
355 opt.l_linger = (unsigned short) l_linger; in SetSocketLinger()
358 opt.l_linger = l_linger; in SetSocketLinger()
/dports/net/php81-sockets/php-8.1.1/ext/sockets/tests/
H A Dsocket_set_option_seolinger.phpt6 -l_linger not given
24 $options = array("l_onoff" => 1, "l_linger" => 1);
28 //l_linger not given
37 var_dump($retval_3["l_linger"] === $options["l_linger"]);
45 socket_set_option(): Argument #4 ($value) must have key "l_linger"
/dports/www/mod_php81/php-8.1.1/ext/sockets/tests/
H A Dsocket_set_option_seolinger.phpt6 -l_linger not given
24 $options = array("l_onoff" => 1, "l_linger" => 1);
28 //l_linger not given
37 var_dump($retval_3["l_linger"] === $options["l_linger"]);
45 socket_set_option(): Argument #4 ($value) must have key "l_linger"
/dports/lang/php81/php-8.1.1/ext/sockets/tests/
H A Dsocket_set_option_seolinger.phpt6 -l_linger not given
24 $options = array("l_onoff" => 1, "l_linger" => 1);
28 //l_linger not given
37 var_dump($retval_3["l_linger"] === $options["l_linger"]);
45 socket_set_option(): Argument #4 ($value) must have key "l_linger"
/dports/net/php80-sockets/php-8.0.15/ext/sockets/tests/
H A Dsocket_set_option_seolinger.phpt6 -l_linger not given
28 $options = array("l_onoff" => 1, "l_linger" => 1);
32 //l_linger not given
41 var_dump($retval_3["l_linger"] === $options["l_linger"]);
49 socket_set_option(): Argument #4 ($value) must have key "l_linger"
/dports/lang/php80/php-8.0.15/ext/sockets/tests/
H A Dsocket_set_option_seolinger.phpt6 -l_linger not given
28 $options = array("l_onoff" => 1, "l_linger" => 1);
32 //l_linger not given
41 var_dump($retval_3["l_linger"] === $options["l_linger"]);
49 socket_set_option(): Argument #4 ($value) must have key "l_linger"
/dports/www/mod_php80/php-8.0.15/ext/sockets/tests/
H A Dsocket_set_option_seolinger.phpt6 -l_linger not given
28 $options = array("l_onoff" => 1, "l_linger" => 1);
32 //l_linger not given
41 var_dump($retval_3["l_linger"] === $options["l_linger"]);
49 socket_set_option(): Argument #4 ($value) must have key "l_linger"
/dports/lang/php73/php-7.3.33/ext/sockets/tests/
H A Dsocket_set_option_seolinger.phpt6 -l_linger not given
24 $options = array("l_onoff" => 1, "l_linger" => 1);
28 //l_linger not given
33 var_dump($retval_3["l_linger"] === $options["l_linger"]);
42 Warning: socket_set_option(): no key "l_linger" passed in optval in %s on line %d
/dports/net/php73-sockets/php-7.3.33/ext/sockets/tests/
H A Dsocket_set_option_seolinger.phpt6 -l_linger not given
24 $options = array("l_onoff" => 1, "l_linger" => 1);
28 //l_linger not given
33 var_dump($retval_3["l_linger"] === $options["l_linger"]);
42 Warning: socket_set_option(): no key "l_linger" passed in optval in %s on line %d
/dports/net/php74-sockets/php-7.4.27/ext/sockets/tests/
H A Dsocket_set_option_seolinger.phpt6 -l_linger not given
24 $options = array("l_onoff" => 1, "l_linger" => 1);
28 //l_linger not given
33 var_dump($retval_3["l_linger"] === $options["l_linger"]);
42 Warning: socket_set_option(): no key "l_linger" passed in optval in %s on line %d
/dports/lang/php74/php-7.4.27/ext/sockets/tests/
H A Dsocket_set_option_seolinger.phpt6 -l_linger not given
24 $options = array("l_onoff" => 1, "l_linger" => 1);
28 //l_linger not given
33 var_dump($retval_3["l_linger"] === $options["l_linger"]);
42 Warning: socket_set_option(): no key "l_linger" passed in optval in %s on line %d
/dports/www/mod_php73/php-7.3.33/ext/sockets/tests/
H A Dsocket_set_option_seolinger.phpt6 -l_linger not given
24 $options = array("l_onoff" => 1, "l_linger" => 1);
28 //l_linger not given
33 var_dump($retval_3["l_linger"] === $options["l_linger"]);
42 Warning: socket_set_option(): no key "l_linger" passed in optval in %s on line %d
/dports/www/mod_php74/php-7.4.27/ext/sockets/tests/
H A Dsocket_set_option_seolinger.phpt6 -l_linger not given
24 $options = array("l_onoff" => 1, "l_linger" => 1);
28 //l_linger not given
33 var_dump($retval_3["l_linger"] === $options["l_linger"]);
42 Warning: socket_set_option(): no key "l_linger" passed in optval in %s on line %d
/dports/devel/pecl-swoole/swoole-4.8.5/tests/swoole_runtime/sockets/basic/
H A Dsocket_set_option_seolinger.phpt6 -l_linger not given
38 $options = array("l_onoff" => 1, "l_linger" => 1);
44 // l_linger not given
52 var_dump($retval_3["l_linger"] === $options["l_linger"]);
64 Warning: Swoole\Coroutine\Socket::setOption(): no key "l_linger" passed in optval in %s on line %d
/dports/devel/pecl-event/event-3.0.6/php8/classes/
H A Devent_util.c157 zval *l_linger; in PHP_EVENT_METHOD() local
167 if ((l_linger = zend_hash_str_find(opt_ht, "l_linger", sizeof("l_linger") - 1)) == NULL) { in PHP_EVENT_METHOD()
173 convert_to_long_ex(l_linger); in PHP_EVENT_METHOD()
176 lv.l_linger = (unsigned short)Z_LVAL_P(l_linger); in PHP_EVENT_METHOD()
/dports/devel/pecl-event/event-3.0.6/php7/classes/
H A Devent_util.c157 zval *l_linger; in PHP_METHOD() local
167 if ((l_linger = zend_hash_str_find(opt_ht, "l_linger", sizeof("l_linger") - 1)) == NULL) { in PHP_METHOD()
173 convert_to_long_ex(l_linger); in PHP_METHOD()
176 lv.l_linger = (unsigned short)Z_LVAL_P(l_linger); in PHP_METHOD()
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/asio/detail/
H A Dsocket_option.hpp224 value_.l_linger = 0; in linger()
250 value_.l_linger = static_cast<u_short>(value); in BOOST_PREVENT_MACRO_SUBSTITUTION()
252 value_.l_linger = value; in BOOST_PREVENT_MACRO_SUBSTITUTION()
259 return static_cast<int>(value_.l_linger); in BOOST_PREVENT_MACRO_SUBSTITUTION()
/dports/devel/hyperscan/boost_1_75_0/boost/asio/detail/
H A Dsocket_option.hpp223 value_.l_linger = 0; in linger()
249 value_.l_linger = static_cast<u_short>(value); in BOOST_ASIO_PREVENT_MACRO_SUBSTITUTION()
251 value_.l_linger = value; in BOOST_ASIO_PREVENT_MACRO_SUBSTITUTION()
258 return static_cast<int>(value_.l_linger); in BOOST_ASIO_PREVENT_MACRO_SUBSTITUTION()
/dports/devel/boost-python-libs/boost_1_72_0/boost/asio/detail/
H A Dsocket_option.hpp223 value_.l_linger = 0; in linger()
249 value_.l_linger = static_cast<u_short>(value); in BOOST_ASIO_PREVENT_MACRO_SUBSTITUTION()
251 value_.l_linger = value; in BOOST_ASIO_PREVENT_MACRO_SUBSTITUTION()
258 return static_cast<int>(value_.l_linger); in BOOST_ASIO_PREVENT_MACRO_SUBSTITUTION()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/asio/detail/
H A Dsocket_option.hpp223 value_.l_linger = 0; in linger()
249 value_.l_linger = static_cast<u_short>(value); in BOOST_ASIO_PREVENT_MACRO_SUBSTITUTION()
251 value_.l_linger = value; in BOOST_ASIO_PREVENT_MACRO_SUBSTITUTION()
258 return static_cast<int>(value_.l_linger); in BOOST_ASIO_PREVENT_MACRO_SUBSTITUTION()
/dports/devel/R-cran-BH/BH/inst/include/boost/asio/detail/
H A Dsocket_option.hpp223 value_.l_linger = 0; in linger()
249 value_.l_linger = static_cast<u_short>(value); in BOOST_ASIO_PREVENT_MACRO_SUBSTITUTION()
251 value_.l_linger = value; in BOOST_ASIO_PREVENT_MACRO_SUBSTITUTION()
258 return static_cast<int>(value_.l_linger); in BOOST_ASIO_PREVENT_MACRO_SUBSTITUTION()
/dports/devel/rpclib/rpclib-2.2.1/dependencies/include/asio/detail/
H A Dsocket_option.hpp222 value_.l_linger = 0; in linger()
248 value_.l_linger = static_cast<u_short>(value); in ASIO_PREVENT_MACRO_SUBSTITUTION()
250 value_.l_linger = value; in ASIO_PREVENT_MACRO_SUBSTITUTION()
257 return static_cast<int>(value_.l_linger); in ASIO_PREVENT_MACRO_SUBSTITUTION()
/dports/audio/carla/Carla-2.4.1/source/modules/hylia/link/asio/detail/
H A Dsocket_option.hpp222 value_.l_linger = 0; in linger()
248 value_.l_linger = static_cast<u_short>(value); in ASIO_PREVENT_MACRO_SUBSTITUTION()
250 value_.l_linger = value; in ASIO_PREVENT_MACRO_SUBSTITUTION()
257 return static_cast<int>(value_.l_linger); in ASIO_PREVENT_MACRO_SUBSTITUTION()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/asio/detail/
H A Dsocket_option.hpp223 value_.l_linger = 0; in linger()
249 value_.l_linger = static_cast<u_short>(value); in BOOST_ASIO_PREVENT_MACRO_SUBSTITUTION()
251 value_.l_linger = value; in BOOST_ASIO_PREVENT_MACRO_SUBSTITUTION()
258 return static_cast<int>(value_.l_linger); in BOOST_ASIO_PREVENT_MACRO_SUBSTITUTION()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/asio/detail/
H A Dsocket_option.hpp223 value_.l_linger = 0; in linger()
249 value_.l_linger = static_cast<u_short>(value); in BOOST_ASIO_PREVENT_MACRO_SUBSTITUTION()
251 value_.l_linger = value; in BOOST_ASIO_PREVENT_MACRO_SUBSTITUTION()
258 return static_cast<int>(value_.l_linger); in BOOST_ASIO_PREVENT_MACRO_SUBSTITUTION()

12345678910>>...84