/third_party/zlib/ |
H A D | gzread.c | 271 /* skip over len bytes or reach end-of-file, whichever comes first */ in gz_skip() 273 /* skip over whatever is in output buffer */ in gz_skip() 289 /* need more data to skip -- load up output buffer */ in gz_skip() 315 /* process a skip request */ in gz_read() 318 if (gz_skip(state, state->skip) == -1) in gz_read() 490 /* try output buffer (no need to check for skip request) */ in gzgetc() 531 /* process a skip request */ in gzungetc() 534 if (gz_skip(state, state->skip) == -1) in gzungetc() 601 /* process a skip request */ in gzgets() 604 if (gz_skip(state, state->skip) in gzgets() [all...] |
/kernel/linux/linux-5.10/net/tls/ |
H A D | tls_sw.c | 310 int skip, len; in tls_clone_plaintext_msg() local 321 skip = prot->prepend_size + msg_pl->sg.size; in tls_clone_plaintext_msg() 323 return sk_msg_clone(sk, msg_pl, msg_en, skip, len); in tls_clone_plaintext_msg() 1642 size_t skip, in process_rx_list() 1659 while (skip && skb) { in process_rx_list() 1667 if (skip < rxm->full_len) in process_rx_list() 1670 skip = skip - rxm->full_len; in process_rx_list() 1677 int chunk = min_t(unsigned int, rxm->full_len - skip, len); in process_rx_list() 1700 if (!zc || (rxm->full_len - skip) > le in process_rx_list() 1638 process_rx_list(struct tls_sw_context_rx *ctx, struct msghdr *msg, u8 *control, bool *cmsg, size_t skip, size_t len, bool zc, bool is_peek) process_rx_list() argument [all...] |
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | setup.h | 144 .skip \size
|
/kernel/linux/linux-5.10/fs/isofs/ |
H A D | rock.h | 11 __u8 skip; member
|
/kernel/linux/linux-6.6/drivers/media/platform/verisilicon/ |
H A D | hantro_vp9.h | 33 u8 skip[3]; member
|
/kernel/linux/linux-6.6/fs/isofs/ |
H A D | rock.h | 11 __u8 skip; member
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | setup.h | 142 .skip \size
|
/third_party/ffmpeg/libavcodec/ |
H A D | motion_est.h | 49 int skip; ///< set if ME is skipped for the current MB member
|
/third_party/node/test/internet/ |
H A D | test-corepack-yarn-install.js | 4 common.skip('missing crypto');
|
/third_party/node/test/node-api/test_policy/ |
H A D | test_policy.js | 4 common.skip('missing crypto');
|
/third_party/node/test/parallel/ |
H A D | test-async-wrap-tlssocket-asyncreset.js | 3 if (!common.hasCrypto) common.skip('missing crypto');
|
H A D | test-cluster-dgram-1.js | 25 common.skip('dgram clustering is currently not supported on Windows.');
|
H A D | test-cluster-dgram-bind-fd.js | 5 common.skip('dgram clustering is currently not supported on Windows.');
|
H A D | test-cluster-net-server-drop-connection.js | 11 common.skip('no setSimultaneousAccepts on pipe handle');
|
H A D | test-crypto-dh-errors.js | 4 common.skip('missing crypto');
|
H A D | test-crypto-key-objects-messageport.js | 4 common.skip('missing crypto');
|
H A D | test-crypto-padding.js | 25 common.skip('missing crypto');
|
H A D | test-double-tls-server.js | 4 if (!common.hasCrypto) common.skip('missing crypto');
|
H A D | test-fs-symlink.js | 26 common.skip('insufficient privileges');
|
H A D | test-fs-symlink-dir.js | 10 common.skip('insufficient privileges');
|
H A D | test-http-chunk-problem.js | 5 common.skip('missing crypto');
|
H A D | test-http2-client-onconnect-errors.js | 6 common.skip('missing crypto');
|
H A D | test-http2-create-client-session.js | 5 common.skip('missing crypto');
|
H A D | test-http2-https-fallback-http-server-options.js | 7 common.skip('missing crypto');
|
H A D | test-http2-info-headers-errors.js | 6 common.skip('missing crypto');
|