Home
last modified time | relevance | path

Searched refs:skip (Results 876 - 900 of 2131) sorted by relevance

1...<<31323334353637383940>>...86

/third_party/zlib/
H A Dgzread.c271 /* 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 Dtls_sw.c310 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 Dsetup.h144 .skip \size
/kernel/linux/linux-5.10/fs/isofs/
H A Drock.h11 __u8 skip; member
/kernel/linux/linux-6.6/drivers/media/platform/verisilicon/
H A Dhantro_vp9.h33 u8 skip[3]; member
/kernel/linux/linux-6.6/fs/isofs/
H A Drock.h11 __u8 skip; member
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dsetup.h142 .skip \size
/third_party/ffmpeg/libavcodec/
H A Dmotion_est.h49 int skip; ///< set if ME is skipped for the current MB member
/third_party/node/test/internet/
H A Dtest-corepack-yarn-install.js4 common.skip('missing crypto');
/third_party/node/test/node-api/test_policy/
H A Dtest_policy.js4 common.skip('missing crypto');
/third_party/node/test/parallel/
H A Dtest-async-wrap-tlssocket-asyncreset.js3 if (!common.hasCrypto) common.skip('missing crypto');
H A Dtest-cluster-dgram-1.js25 common.skip('dgram clustering is currently not supported on Windows.');
H A Dtest-cluster-dgram-bind-fd.js5 common.skip('dgram clustering is currently not supported on Windows.');
H A Dtest-cluster-net-server-drop-connection.js11 common.skip('no setSimultaneousAccepts on pipe handle');
H A Dtest-crypto-dh-errors.js4 common.skip('missing crypto');
H A Dtest-crypto-key-objects-messageport.js4 common.skip('missing crypto');
H A Dtest-crypto-padding.js25 common.skip('missing crypto');
H A Dtest-double-tls-server.js4 if (!common.hasCrypto) common.skip('missing crypto');
H A Dtest-fs-symlink.js26 common.skip('insufficient privileges');
H A Dtest-fs-symlink-dir.js10 common.skip('insufficient privileges');
H A Dtest-http-chunk-problem.js5 common.skip('missing crypto');
H A Dtest-http2-client-onconnect-errors.js6 common.skip('missing crypto');
H A Dtest-http2-create-client-session.js5 common.skip('missing crypto');
H A Dtest-http2-https-fallback-http-server-options.js7 common.skip('missing crypto');
H A Dtest-http2-info-headers-errors.js6 common.skip('missing crypto');

Completed in 10 milliseconds

1...<<31323334353637383940>>...86