Home
last modified time | relevance | path

Searched defs:buf (Results 1626 - 1650 of 6062) sorted by relevance

1...<<61626364656667686970>>...243

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DRuleCharacterIterator.java56 private char[] buf; field in RuleCharacterIterator
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dnumber_currencysymbols.cpp123 char16_t buf[4] = {}; in resolveCurrency() local
/third_party/libunwind/libunwind/src/
H A Dos-freebsd.c57 char *buf; in get_pid_by_tid() local
97 char *buf, *bp, *eb; in tdep_get_elf_image() local
[all...]
/third_party/libuv/test/
H A Dtest-not-readable-nor-writable-on-read-error.c53 static void read_cb(uv_stream_t* handle, ssize_t nread, const uv_buf_t* buf) { in read_cb() argument
41 alloc_cb(uv_handle_t* handle, size_t suggested_size, uv_buf_t* buf) alloc_cb() argument
H A Dtest-pipe-sendmsg.c65 static void alloc_cb(uv_handle_t* handle, size_t size, uv_buf_t* buf) { in alloc_cb() argument
116 uv_buf_t buf; in TEST_IMPL() local
73 read_cb(uv_stream_t* handle, ssize_t nread, const uv_buf_t* buf) read_cb() argument
H A Dtest-tcp-oob.c58 static void read_cb(uv_stream_t* handle, ssize_t nread, const uv_buf_t* buf) { in read_cb() argument
39 alloc_cb(uv_handle_t* handle, size_t suggested_size, uv_buf_t* buf) alloc_cb() argument
H A Dtest-tcp-shutdown-after-write.c62 uv_buf_t buf; in timer_cb() local
76 static void read_cb(uv_stream_t* handle, ssize_t nread, const uv_buf_t* buf) { in read_cb() argument
52 alloc_cb(uv_handle_t* handle, size_t suggested_size, uv_buf_t* buf) alloc_cb() argument
H A Dtest-tcp-read-stop-start.c50 uv_buf_t buf; in do_write() local
64 static void on_read1(uv_stream_t* stream, ssize_t nread, const uv_buf_t* buf) { in on_read1() argument
79 static void on_read2(uv_stream_t* stream, ssize_t nread, const uv_buf_t* buf) { in on_read2() argument
56 on_alloc(uv_handle_t* handle, size_t suggested_size, uv_buf_t* buf) on_alloc() argument
[all...]
H A Dtest-tcp-rst.c39 static void alloc_cb(uv_handle_t* handle, size_t size, uv_buf_t* buf) { in alloc_cb() argument
46 static void read_cb(uv_stream_t* t, ssize_t nread, const uv_buf_t* buf) { in read_cb() argument
H A Dtest-udp-send-and-recv.c163 uv_buf_t buf; in TEST_IMPL() local
44 alloc_cb(uv_handle_t* handle, size_t suggested_size, uv_buf_t* buf) alloc_cb() argument
62 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
H A Dtest-udp-send-immediate.c100 uv_buf_t buf; in TEST_IMPL() local
40 alloc_cb(uv_handle_t* handle, size_t suggested_size, uv_buf_t* buf) alloc_cb() argument
H A Dtest-ipc-heavy-traffic-deadlock-bug.c93 static void read_cb(uv_stream_t* handle, ssize_t nread, const uv_buf_t* buf) { in read_cb() argument
81 alloc_cb(uv_handle_t* handle, size_t suggested_size, uv_buf_t* buf) alloc_cb() argument
H A Dtest-tcp-bind-error.c265 uv_buf_t buf; in TEST_IMPL() local
H A Dtest-tcp-alloc-cb-fail.c48 static void conn_alloc_cb(uv_handle_t* handle, size_t size, uv_buf_t* buf) { in conn_alloc_cb() argument
66 uv_buf_t buf; in connect_cb() local
52 conn_read_cb(uv_stream_t* stream, ssize_t nread, const uv_buf_t* buf) conn_read_cb() argument
H A Dbenchmark-tcp-write-batch.c33 uv_buf_t buf; member
/third_party/libwebsockets/lib/core/
H A Dbuflist.c34 lws_buflist_append_segment(struct lws_buflist **head, const uint8_t *buf, in lws_buflist_append_segment() argument
112 lws_buflist_next_segment_len(struct lws_buflist **head, uint8_t **buf) in lws_buflist_next_segment_len() argument
176 lws_buflist_linear_copy(struct lws_buflist **head, size_t ofs, uint8_t *buf, in lws_buflist_linear_copy() argument
201 lws_buflist_linear_use(struct lws_buflist **head, uint8_t *buf, size_t len) lws_buflist_linear_use() argument
221 lws_buflist_fragment_use(struct lws_buflist **head, uint8_t *buf, size_t len, char *frag_first, char *frag_fin) lws_buflist_fragment_use() argument
[all...]
/third_party/libsnd/tests/
H A Dwin32_test.c231 struct stat buf ; in show_stat_fstat_error() local
281 struct stat buf ; in write_to_closed_file() local
[all...]
/third_party/libunwind/libunwind/src/ppc32/
H A DGinit.c196 get_static_proc_name(unw_addr_space_t as, unw_word_t ip, char *buf, size_t buf_len, unw_word_t *offp, void *arg) get_static_proc_name() argument
/third_party/libunwind/libunwind/src/tilegx/
H A DGinit.c139 get_static_proc_name(unw_addr_space_t as, unw_word_t ip, char *buf, size_t buf_len, unw_word_t *offp, void *arg) get_static_proc_name() argument
/third_party/libuv/docs/code/udp-dhcp/
H A Dmain.c12 void alloc_buffer(uv_handle_t *handle, size_t suggested_size, uv_buf_t *buf) { in alloc_buffer() argument
17 void on_read(uv_udp_t *req, ssize_t nread, const uv_buf_t *buf, const struct sockaddr *addr, unsigned flags) { in on_read() argument
/third_party/libuv/docs/code/tcp-echo-server/
H A Dmain.c14 uv_buf_t buf; member
23 void alloc_buffer(uv_handle_t *handle, size_t suggested_size, uv_buf_t *buf) { in alloc_buffer() argument
39 void echo_read(uv_stream_t *client, ssize_t nread, const uv_buf_t *buf) { in echo_read() argument
[all...]
/third_party/libwebsockets/lib/misc/
H A Dgetifaddrs.c71 char *buf; in getifaddrs2() local
/third_party/libunwind/libunwind/src/sh/
H A DGinit.c162 get_static_proc_name(unw_addr_space_t as, unw_word_t ip, char *buf, size_t buf_len, unw_word_t *offp, void *arg) get_static_proc_name() argument
/third_party/libunwind/libunwind/tests/
H A DGtest-trace.c53 char buf[512], name[256]; variable
/third_party/libuv/src/unix/
H A Dhurd.c111 char buf[128]; in uv_uptime() local
124 char buf[128]; /* Large enough to hold all of /proc/loadavg. */ in uv_loadavg() local

Completed in 11 milliseconds

1...<<61626364656667686970>>...243