Home
last modified time | relevance | path

Searched refs:delay (Results 101 – 125 of 136244) sorted by path

12345678910>>...5450

/dports/archivers/lziprecover/lziprecover-1.22/doc/
H A Dlziprecover.texi530 @itemx --debug-delay=@var{range}
534 errors. For each decompression error find the error detection delay and
535 print to standard output the maximum delay. The error detection delay is the
/dports/archivers/lziprecover/lziprecover-1.22/
H A Drepair.cc325 const long delay = failure_pos - pos; in debug_delay() local
326 if( delay > max_delay ) { max_delay = delay; value = mbuffer[pos]; } in debug_delay()
/dports/archivers/lzo2/lzo-2.10/
H A Daclocal.m4494 # Sed substitution to delay expansion of an escaped shell variable in a
498 # Sed substitution to delay expansion of an escaped single quote.
/dports/archivers/maxcso/maxcso-1.10.0/libuv/
H A DChangeLog37 * unix: delay fs req register until after validation (cjihrig)
960 * unix: delay signal handling until after normal i/o (Ben Noordhuis)
/dports/archivers/maxcso/maxcso-1.10.0/libuv/docs/src/
H A Dtcp.rst58 .. c:function:: int uv_tcp_keepalive(uv_tcp_t* handle, int enable, unsigned int delay)
60 Enable / disable TCP keep-alive. `delay` is the initial delay in seconds,
/dports/archivers/maxcso/maxcso-1.10.0/libuv/include/
H A Duv.h538 unsigned int delay);
/dports/archivers/maxcso/maxcso-1.10.0/libuv/src/unix/
H A Dinternal.h237 int uv__tcp_keepalive(int fd, int on, unsigned int delay);
H A Dtcp.c371 int uv__tcp_keepalive(int fd, int on, unsigned int delay) { in uv__tcp_keepalive() argument
376 if (on && setsockopt(fd, IPPROTO_TCP, TCP_KEEPIDLE, &delay, sizeof(delay))) in uv__tcp_keepalive()
385 if (on && setsockopt(fd, IPPROTO_TCP, TCP_KEEPALIVE, &delay, sizeof(delay))) in uv__tcp_keepalive()
411 int uv_tcp_keepalive(uv_tcp_t* handle, int on, unsigned int delay) { in uv_tcp_keepalive() argument
415 err =uv__tcp_keepalive(uv__stream_fd(handle), on, delay); in uv_tcp_keepalive()
/dports/archivers/maxcso/maxcso-1.10.0/libuv/src/win/
H A Dtcp.c60 static int uv__tcp_keepalive(uv_tcp_t* handle, SOCKET socket, int enable, unsigned int delay) { in uv__tcp_keepalive() argument
72 (const char*)&delay, in uv__tcp_keepalive()
73 sizeof delay) == -1) { in uv__tcp_keepalive()
1254 int uv_tcp_keepalive(uv_tcp_t* handle, int enable, unsigned int delay) { in uv_tcp_keepalive() argument
1258 err = uv__tcp_keepalive(handle, handle->socket, enable, delay); in uv_tcp_keepalive()
/dports/archivers/maxcso/maxcso-1.10.0/libuv/test/
H A Dtest-barrier.c30 int delay; member
40 if (c->delay) in worker()
41 uv_sleep(c->delay); in worker()
73 wc.delay = 100; in TEST_IMPL()
H A Dtest-semaphore.c31 int delay; member
39 if (c->delay) in worker()
40 uv_sleep(c->delay); in worker()
79 wc.delay = 100; in TEST_IMPL()
/dports/archivers/p5-Compress-Zstd/Compress-Zstd-0.20/ext/zstd/contrib/linux-kernel/
H A D0002-lib-Add-zstd-modules.patch7329 +* Create a digested dictionary, to start decompression without startup delay.
/dports/archivers/php-brotli/php-ext-brotli-0.13.1/tests/
H A Ddata.inc19 The pangs of dispriz'd love, the law's delay,
/dports/archivers/php-lz4/php-ext-lz4-0.4.1/tests/
H A Ddata.inc31 The pangs of dispriz'd love, the law's delay,
/dports/archivers/php-snappy/php-ext-snappy-0.2.1/tests/
H A Ddata.inc20 The pangs of dispriz'd love, the law's delay,
/dports/archivers/php-zstd/php-ext-zstd-0.9.0/tests/
H A Ddata.inc19 The pangs of dispriz'd love, the law's delay,
/dports/archivers/php73-zlib/php-7.3.33/ext/zlib/tests/
H A Ddata.inc19 The pangs of dispriz'd love, the law's delay,
/dports/archivers/php74-phar/php-7.4.27/ext/phar/tests/
H A Dcreate_new_and_modify.phpt28 // minor delay here.
/dports/archivers/php74-phar/php-7.4.27/ext/phar/tests/tar/
H A Dcreate_new_and_modify.phpt22 // minor delay here.
/dports/archivers/php74-phar/php-7.4.27/ext/phar/tests/zip/
H A Dcreate_new_and_modify.phpt22 // minor delay here.
/dports/archivers/php74-zlib/php-7.4.27/ext/zlib/tests/
H A Ddata.inc19 The pangs of dispriz'd love, the law's delay,
/dports/archivers/php80-phar/php-8.0.15/ext/phar/tests/
H A Dcreate_new_and_modify.phpt29 // minor delay here.
/dports/archivers/php80-phar/php-8.0.15/ext/phar/tests/tar/
H A Dcreate_new_and_modify.phpt23 // minor delay here.
/dports/archivers/php80-phar/php-8.0.15/ext/phar/tests/zip/
H A Dcreate_new_and_modify.phpt23 // minor delay here.
/dports/archivers/php80-zlib/php-8.0.15/ext/zlib/tests/
H A Ddata.inc19 The pangs of dispriz'd love, the law's delay,

12345678910>>...5450