/third_party/rust/crates/rustix/tests/io/ |
H A D | pipe.rs | 10 let (read_p, write_p) = pipe().unwrap(); in test_splice_cursor() 17 splice(&src, None, &write_p, None, 5, SpliceFlags::empty()).unwrap(); in test_splice_cursor() 36 let (read_p, write_p) = pipe().unwrap(); in test_splice_offset() 46 &write_p, in test_splice_offset() 91 let (read_p, write_p) = pipe().unwrap(); in test_vmsplice_write() 99 unsafe { vmsplice(&write_p, &input, SpliceFlags::empty()).unwrap() }; in test_vmsplice_write() 111 let (read_p, write_p) = pipe().unwrap(); in test_vmsplice_read() 119 write(&write_p, b"hello world").unwrap(); in test_vmsplice_read()
|
/third_party/python/Modules/_ssl/ |
H A D | debughelpers.c | 11 _PySSL_msg_callback(int write_p, int version, int content_type, in _PySSL_msg_callback() argument 72 ssl_socket, write_p ? "write" : "read", in _PySSL_msg_callback()
|
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | t1_trce.c | 1531 void SSL_trace(int write_p, int version, int content_type, in SSL_trace() argument 1545 BIO_puts(bio, write_p ? "Sent" : "Received"); in SSL_trace() 1550 BIO_puts(bio, write_p ? "Sent" : "Received"); in SSL_trace() 1573 if (!ssl_print_handshake(bio, ssl, ssl->server ? write_p : !write_p, in SSL_trace()
|
/third_party/openssl/ssl/ |
H A D | t1_trce.c | 1531 void SSL_trace(int write_p, int version, int content_type, in SSL_trace() argument 1545 BIO_puts(bio, write_p ? "Sent" : "Received"); in SSL_trace() 1550 BIO_puts(bio, write_p ? "Sent" : "Received"); in SSL_trace() 1573 if (!ssl_print_handshake(bio, ssl, ssl->server ? write_p : !write_p, in SSL_trace()
|
/third_party/node/deps/openssl/openssl/apps/include/ |
H A D | s_apps.h | 43 void msg_cb(int write_p, int version, int content_type, const void *buf,
|
/third_party/openssl/apps/include/ |
H A D | s_apps.h | 43 void msg_cb(int write_p, int version, int content_type, const void *buf,
|
/third_party/node/src/quic/ |
H A D | tlscontext.cc | 247 [](int write_p, in EnableTrace() 255 SSL_trace(write_p, version, content_type, buf, len, ssl, arg); in EnableTrace()
|
/third_party/node/deps/openssl/openssl/apps/lib/ |
H A D | s_cb.c | 566 void msg_cb(int write_p, int version, int content_type, const void *buf, in msg_cb() argument 570 const char *str_write_p = write_p ? ">>>" : "<<<"; in msg_cb()
|
/third_party/openssl/apps/lib/ |
H A D | s_cb.c | 566 void msg_cb(int write_p, int version, int content_type, const void *buf, in msg_cb() argument 570 const char *str_write_p = write_p ? ">>>" : "<<<"; in msg_cb()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | ssl.h | 627 void (*cb) (int write_p, int version, 631 void (*cb) (int write_p, int version, 2165 void SSL_trace(int write_p, int version, int content_type,
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/ |
H A D | ssl.h | 640 void (*cb) (int write_p, int version, 644 void (*cb) (int write_p, int version, 2324 void SSL_trace(int write_p, int version, int content_type,
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/ |
H A D | ssl.h | 640 void (*cb) (int write_p, int version, 644 void (*cb) (int write_p, int version, 2324 void SSL_trace(int write_p, int version, int content_type,
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/ |
H A D | ssl.h | 640 void (*cb) (int write_p, int version, 644 void (*cb) (int write_p, int version, 2324 void SSL_trace(int write_p, int version, int content_type,
|
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/ |
H A D | ssl.h | 640 void (*cb) (int write_p, int version, 644 void (*cb) (int write_p, int version, 2324 void SSL_trace(int write_p, int version, int content_type,
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/ |
H A D | ssl.h | 640 void (*cb) (int write_p, int version, 644 void (*cb) (int write_p, int version, 2324 void SSL_trace(int write_p, int version, int content_type,
|
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/ |
H A D | ssl.h | 640 void (*cb) (int write_p, int version, 644 void (*cb) (int write_p, int version, 2324 void SSL_trace(int write_p, int version, int content_type,
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/ |
H A D | ssl.h | 640 void (*cb) (int write_p, int version, 644 void (*cb) (int write_p, int version, 2324 void SSL_trace(int write_p, int version, int content_type,
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/ |
H A D | ssl.h | 640 void (*cb) (int write_p, int version, 644 void (*cb) (int write_p, int version, 2324 void SSL_trace(int write_p, int version, int content_type,
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/ |
H A D | ssl.h | 640 void (*cb) (int write_p, int version, 644 void (*cb) (int write_p, int version, 2324 void SSL_trace(int write_p, int version, int content_type,
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/ |
H A D | ssl.h | 640 void (*cb) (int write_p, int version, 644 void (*cb) (int write_p, int version, 2324 void SSL_trace(int write_p, int version, int content_type,
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/ |
H A D | ssl.h | 640 void (*cb) (int write_p, int version, 644 void (*cb) (int write_p, int version, 2324 void SSL_trace(int write_p, int version, int content_type,
|
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/ |
H A D | ssl.h | 640 void (*cb) (int write_p, int version, 644 void (*cb) (int write_p, int version, 2324 void SSL_trace(int write_p, int version, int content_type,
|
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/include/openssl/ |
H A D | ssl.h | 640 void (*cb) (int write_p, int version, 644 void (*cb) (int write_p, int version, 2324 void SSL_trace(int write_p, int version, int content_type,
|
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/ |
H A D | ssl.h | 640 void (*cb) (int write_p, int version, 644 void (*cb) (int write_p, int version, 2324 void SSL_trace(int write_p, int version, int content_type,
|
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/include/openssl/ |
H A D | ssl.h | 640 void (*cb) (int write_p, int version, 644 void (*cb) (int write_p, int version, 2324 void SSL_trace(int write_p, int version, int content_type,
|