Home
last modified time | relevance | path

Searched defs:buf (Results 6001 - 6025 of 21243) sorted by relevance

1...<<241242243244245246247248249250>>...850

/third_party/libuv/test/
H A Dtest-callback-stack.c48 static void alloc_cb(uv_handle_t* handle, size_t size, uv_buf_t* buf) { in alloc_cb() argument
70 static void read_cb(uv_stream_t* tcp, ssize_t nread, const uv_buf_t* buf) { in read_cb() argument
149 uv_buf_t buf; in connect_cb() local
[all...]
H A Dbenchmark-ping-pongs.c56 static void buf_alloc(uv_handle_t* tcp, size_t size, uv_buf_t* buf) { in buf_alloc() argument
72 static void buf_free(const uv_buf_t* buf) { in buf_free() argument
101 uv_buf_t buf; in pinger_write_ping() local
124 pinger_read_cb(uv_stream_t* tcp, ssize_t nread, const uv_buf_t* buf) pinger_read_cb() argument
[all...]
H A Dbenchmark-ping-udp.c52 static void buf_alloc(uv_handle_t* tcp, size_t size, uv_buf_t* buf) { in buf_alloc() argument
59 static void buf_free(const uv_buf_t* buf) { in buf_free() argument
78 uv_buf_t buf; in pinger_write_ping() local
88 pinger_read_cb(uv_udp_t* udp, ssize_t nread, const uv_buf_t* buf, const struct sockaddr* addr, unsigned flags) pinger_read_cb() argument
[all...]
H A Dtest-fs-open-flags.c48 static char buf[32]; variable
[all...]
H A Dtest-ref.c85 uv_buf_t buf = uv_buf_init(buffer, sizeof buffer); in connect_and_write() local
326 uv_buf_t buf = uv_buf_init("PING", 4); in TEST_IMPL() local
H A Dtest-tty-duplicate-key.c56 static void tty_alloc(uv_handle_t* handle, size_t size, uv_buf_t* buf) { in tty_alloc() argument
62 static void tty_read(uv_stream_t* tty_in, ssize_t nread, const uv_buf_t* buf) { in tty_read() argument
84 WCHAR buf[2]; in make_key_event_records() local
[all...]
H A Dtest-shutdown-eof.c42 static void alloc_cb(uv_handle_t* handle, size_t size, uv_buf_t* buf) { in alloc_cb() argument
48 static void read_cb(uv_stream_t* t, ssize_t nread, const uv_buf_t* buf) { in read_cb() argument
H A Dtest-tcp-writealot.c53 static void alloc_cb(uv_handle_t* handle, size_t size, uv_buf_t* buf) { in alloc_cb() argument
84 static void read_cb(uv_stream_t* tcp, ssize_t nread, const uv_buf_t* buf) { in read_cb() argument
H A Dtest-tcp-close-reset.c58 uv_buf_t buf; in do_write() local
99 static void alloc_cb(uv_handle_t* handle, size_t size, uv_buf_t* buf) { in alloc_cb() argument
105 static void read_cb2(uv_stream_t* stream, ssize_t nread, const uv_buf_t* buf) { in read_cb2() argument
148 static void read_cb(uv_stream_t* stream, ssize_t nread, const uv_buf_t* buf) { in read_cb() argument
H A Dtest-tcp-close-accept.c56 uv_buf_t buf; in connect_cb() local
81 static void alloc_cb(uv_handle_t* handle, size_t size, uv_buf_t* buf) { in alloc_cb() argument
87 static void read_cb(uv_stream_t* stream, ssize_t nread, const uv_buf_t* buf) { in read_cb() argument
H A Dtest-udp-ipv6.c150 uv_buf_t buf; in do_test() local
65 alloc_cb(uv_handle_t* handle, size_t suggested_size, uv_buf_t* buf) alloc_cb() argument
109 ipv6_recv_fail(uv_udp_t* handle, ssize_t nread, const uv_buf_t* buf, const struct sockaddr* addr, unsigned flags) ipv6_recv_fail() argument
121 ipv6_recv_ok(uv_udp_t* handle, ssize_t nread, const uv_buf_t* buf, const struct sockaddr* addr, unsigned flags) ipv6_recv_ok() argument
[all...]
H A Dtest-udp-open.c140 uv_buf_t buf = uv_buf_init("PING", 4); in TEST_IMPL() local
254 uv_buf_t buf = uv_buf_init("PING", 4); in TEST_IMPL() local
310 uv_buf_t buf in TEST_IMPL() local
83 alloc_cb(uv_handle_t* handle, size_t suggested_size, uv_buf_t* buf) alloc_cb() argument
99 recv_cb(uv_udp_t* handle, ssize_t nread, const uv_buf_t* buf, const struct sockaddr* addr, unsigned flags) recv_cb() argument
[all...]
H A Dtest-udp-multicast-join6.c86 uv_buf_t buf; in do_send() local
56 alloc_cb(uv_handle_t* handle, size_t suggested_size, uv_buf_t* buf) alloc_cb() argument
103 cl_recv_cb(uv_udp_t* handle, ssize_t nread, const uv_buf_t* buf, const struct sockaddr* addr, unsigned flags) cl_recv_cb() argument
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-gencrypto.h100 uint8_t *buf; member
H A Dlws-jws.h62 const char *buf[LWS_JWS_MAX_COMPACT_BLOCKS]; member
/third_party/libwebsockets/lib/core-net/
H A Dservice.c248 lws_rxflow_cache(struct lws *wsi, unsigned char *buf, size_t n, size_t len) in lws_rxflow_cache() argument
H A Ddummy-callback.c63 char buf[LWS_PRE + 6], *out = buf + LWS_PRE; in stream_close() local
274 char buf[LWS_PRE + 32 + 8192]; in lws_callback_http_dummy() local
[all...]
/third_party/libwebsockets/lib/plat/freertos/
H A Dfreertos-file.c130 char buf[64], result[64]; in lws_find_string_in_file() local
157 lws_plat_write_file(const char *filename, void *buf, size_ argument
84 _lws_plat_file_read(lws_fop_fd_t fops_fd, lws_filepos_t *amount, uint8_t *buf, lws_filepos_t len) _lws_plat_file_read() argument
101 _lws_plat_file_write(lws_fop_fd_t fops_fd, lws_filepos_t *amount, uint8_t *buf, lws_filepos_t len) _lws_plat_file_write() argument
181 lws_plat_write_cert(struct lws_vhost *vhost, int is_key, int fd, void *buf, size_t len) lws_plat_write_cert() argument
193 lws_plat_read_file(const char *filename, void *buf, size_t len) lws_plat_read_file() argument
[all...]
/third_party/libuv/src/unix/
H A Dgetaddrinfo.c149 char* buf; in uv_getaddrinfo() local
/third_party/libwebsockets/include/
H A Dlibwebsockets.hxx53 uint8_t *buf; member
/third_party/libwebsockets/lib/jose/jws/
H A Djose.c408 lws_jose_parse(struct lws_jose *jose, const uint8_t *buf, int n, char *temp, int *temp_len, int is_jwe) lws_jose_parse() argument
450 lws_jws_parse_jose(struct lws_jose *jose, const char *buf, int len, char *temp, int *temp_len) lws_jws_parse_jose() argument
458 lws_jwe_parse_jose(struct lws_jose *jose, const char *buf, int len, char *temp, int *temp_len) lws_jwe_parse_jose() argument
[all...]
/third_party/libuv/docs/code/multi-echo-server/
H A Dmain.c26 void alloc_buffer(uv_handle_t *handle, size_t suggested_size, uv_buf_t *buf) { in alloc_buffer() argument
/third_party/libwebsockets/lib/abstract/transports/
H A Draw-skt.c198 lws_atcrs_tx(lws_abs_transport_inst_t *ati, uint8_t *buf, size_t len) in lws_atcrs_tx() argument
/third_party/libwebsockets/lib/abstract/protocols/smtp/
H A Dsmtp-sequencer.c86 char buf[64]; in lws_smtpc_kick_internal() local
/third_party/libwebsockets/lib/drivers/netdev/
H A Dnetdev.c55 uint8_t *buf; in lws_netdev_credentials_settings_set() local
88 uint8_t *buf; in lws_netdev_credentials_settings_get() local
175 lws_netdev_smd_cb(void *opaque, lws_smd_class_t _class, lws_usec_t timestamp, void *buf, size_t len) lws_netdev_smd_cb() argument
[all...]

Completed in 18 milliseconds

1...<<241242243244245246247248249250>>...850