Searched refs:fd_write (Results 1 – 6 of 6) sorted by relevance
/third_party/openssl/crypto/bio/ |
D | bss_fd.c | 51 static int fd_write(BIO *h, const char *buf, int num); 64 fd_write, 131 static int fd_write(BIO *b, const char *in, int inl) in fd_write() function 204 ret = fd_write(bp, str, n); in fd_puts()
|
/third_party/node/deps/openssl/openssl/crypto/bio/ |
D | bss_fd.c | 51 static int fd_write(BIO *h, const char *buf, int num); 64 fd_write, 131 static int fd_write(BIO *b, const char *in, int inl) in fd_write() function 204 ret = fd_write(bp, str, n); in fd_puts()
|
/third_party/node/doc/api/ |
D | wasi.md | 72 ;; Import the required fd_write WASI function which will write the given io vectors to stdout 73 ;; The function signature for fd_write is: 75 … (import "wasi_snapshot_preview1" "fd_write" (func $fd_write (param i32 i32 i32 i32) (result i32))) 89 (call $fd_write
|
/third_party/curl/lib/vssh/ |
D | wolfssh.c | 1027 curl_socket_t fd_write = CURL_SOCKET_BAD; in wssh_block_statemach() local 1031 fd_write = sock; in wssh_block_statemach() 1034 (void)Curl_socket_check(fd_read, CURL_SOCKET_BAD, fd_write, in wssh_block_statemach()
|
D | libssh2.c | 3159 curl_socket_t fd_write = CURL_SOCKET_BAD; in ssh_block_statemach() local 3163 fd_write = sock; in ssh_block_statemach() 3165 (void)Curl_socket_check(fd_read, CURL_SOCKET_BAD, fd_write, in ssh_block_statemach()
|
/third_party/curl/lib/ |
D | transfer.c | 1099 curl_socket_t fd_write; in Curl_readwrite() local 1108 fd_write = conn->writesockfd; in Curl_readwrite() 1110 fd_write = CURL_SOCKET_BAD; in Curl_readwrite() 1112 select_bits = Curl_socket_check(fd_read, CURL_SOCKET_BAD, fd_write, 0); in Curl_readwrite()
|