Home
last modified time | relevance | path

Searched defs:buf (Results 3826 - 3850 of 7288) sorted by relevance

1...<<151152153154155156157158159160>>...292

/third_party/musl/src/crypt/
H A Dcrypt_sha512.c22 uint8_t buf[128]; /* message block buffer */ member
56 static void processblock(struct sha512 *s, const uint8_t *buf) in processblock() argument
[all...]
H A Dcrypt_sha256.c21 uint8_t buf[64]; /* message block buffer */ member
43 static void processblock(struct sha256 *s, const uint8_t *buf) in processblock() argument
[all...]
/third_party/nghttp2/lib/
H A Dnghttp2_helper.c32 void nghttp2_put_uint16be(uint8_t *buf, uint16_t n) { in nghttp2_put_uint16be() argument
37 void nghttp2_put_uint32be(uint8_t *buf, uint32_t n) { in nghttp2_put_uint32be() argument
H A Dnghttp2_buf.c32 void nghttp2_buf_init(nghttp2_buf *buf) { in nghttp2_buf_init() argument
40 int nghttp2_buf_init2(nghttp2_buf *buf, size_t initial, nghttp2_mem *mem) { in nghttp2_buf_init2() argument
45 void nghttp2_buf_free(nghttp2_buf *buf, nghttp2_me argument
54 nghttp2_buf_reserve(nghttp2_buf *buf, size_t new_cap, nghttp2_mem *mem) nghttp2_buf_reserve() argument
80 nghttp2_buf_reset(nghttp2_buf *buf) nghttp2_buf_reset() argument
84 nghttp2_buf_wrap_init(nghttp2_buf *buf, uint8_t *begin, size_t len) nghttp2_buf_wrap_init() argument
338 nghttp2_buf *buf; nghttp2_bufs_add() local
365 nghttp2_buf *buf; bufs_ensure_addb() local
436 nghttp2_buf *buf; nghttp2_bufs_remove() local
471 nghttp2_buf *buf; nghttp2_bufs_remove_copy() local
[all...]
/third_party/musl/porting/linux/user/src/hilog/
H A Dhilog_adapter.c131 char buf[MAX_LOG_LEN] = {0}; in HiLogAdapterPrintArgs() local
/third_party/musl/porting/liteos_a/kernel/src/internal/
H A Dstdio_impl.h29 unsigned char *buf; member
/third_party/musl/porting/liteos_a/user/src/network/
H A Dgetnameinfo.c45 static void reverse_hosts(char *buf, const unsigned char *a, unsigned scopeid, int family) in reverse_hosts() argument
85 static void reverse_services(char *buf, int port, int dgram) in reverse_services() argument
127 char buf[256], num[3*sizeof(int)+1]; in getnameinfo() local
[all...]
/third_party/musl/src/regex/
H A Dglob.c35 static int do_glob(char *buf, size_t pos, int type, char *pat, int flags, int (*errfunc)(const char *path, int err), struct match **tail) in do_glob() argument
194 expand_tilde(char **pat, char *buf, size_t *pos) expand_tilde() argument
233 char buf[PATH_MAX]; glob() local
[all...]
/third_party/nghttp2/src/
H A Dshrpx_worker_process.cc154 std::array<uint8_t, 1024> buf; in ipc_readcb() local
H A Dh2load_http2_session.cc126 file_read_callback(nghttp2_session *session, int32_t stream_id, uint8_t *buf, size_t length, uint32_t *data_flags, nghttp2_data_source *source, void *user_data) file_read_callback() argument
H A Dshrpx_memcached_connection.cc307 std::array<uint8_t, 16_k> buf; in write_tls() local
637 auto &buf = sendbufv_.front(); drain_send_queue() local
[all...]
H A Dutil_test.cc259 uint8_t buf[32]; in test_util_utos() local
/third_party/musl/src/hilog/linux/
H A Dhilog_adapter.c194 char buf[MAX_LOG_LEN] = {0}; in HiLogAdapterPrintArgs() local
/third_party/musl/src/locale/
H A Ddcngettext.c26 char buf[]; member
/third_party/musl/src/aio/
H A Daio.c222 void *buf = (void *)cb->aio_buf; in io_thread_func() local
/third_party/node/deps/cares/src/lib/
H A Dares_qcache.c45 ares__buf_t *buf = ares__buf_create(); in ares__qcache_calc_key() local
387 ares__qcache_fetch(ares__qcache_t *qcache, const ares_dns_record_t *dnsrec, const struct timeval *now, unsigned char **buf, size_t *buf_len) ares__qcache_fetch() argument
[all...]
H A Dares_getnameinfo.c120 char buf[33]; in ares_getnameinfo_int() local
227 char buf[255]; in nameinfo_callback() local
274 static char *lookup_service(unsigned short port, unsigned int flags, char *buf, in lookup_service() argument
350 append_scopeid(const struct sockaddr_in6 *addr6, unsigned int flags, char *buf, size_t buflen) append_scopeid() argument
[all...]
H A Dares_sysconfig_files.c117 static ares_status_t parse_sort(ares__buf_t *buf, struct apattern *pat) in parse_sort() argument
220 ares__buf_t *buf = NULL; ares__parse_sortlist() local
[all...]
H A Dares_dns_name.c359 ares_status_t ares__dns_name_write(ares__buf_t *buf, ares__llist_t **list, in ares__dns_name_write() argument
470 static ares_status_t ares__fetch_dnsname_into_buf(ares__buf_t *buf, in ares__fetch_dnsname_into_buf() argument
536 ares__dns_name_parse(ares__buf_t *buf, char **name, ares_bool_t is_hostname) ares__dns_name_parse() argument
[all...]
/third_party/node/deps/icu-small/source/common/
H A Duniset.cpp86 char buf[40]; in _dbgct() local
94 char buf[40]; in _dbgdt() local
[all...]
/third_party/nghttp2/tests/
H A Dnghttp2_hd_test.c1245 uint8_t buf[4096]; in test_nghttp2_hd_public_api() local
1294 uint8_t buf[4096]; in test_nghttp2_hd_deflate_hd_vec() local
1421 encode_length(uint8_t *buf, uint64_t n, size_t prefix) encode_length() argument
1453 uint8_t buf[16]; test_nghttp2_hd_decode_length() local
[all...]
H A Dnghttp2_frame_test.c456 nghttp2_buf buf; in test_nghttp2_frame_pack_altsvc() local
505 nghttp2_buf *buf; in test_nghttp2_frame_pack_origin() local
[all...]
H A Dfailmalloc_test.c50 nghttp2_buf *buf; in data_feed_init() local
449 nghttp2_buf *buf; in run_nghttp2_frame_pack_settings() local
85 fixed_length_data_source_read_callback( nghttp2_session *session, int32_t stream_id, uint8_t *buf, size_t len, uint32_t *data_flags, nghttp2_data_source *source, void *user_data) fixed_length_data_source_read_callback() argument
[all...]
/third_party/node/deps/googletest/src/
H A Dgtest-printers.cc298 char buf[40]; in PrintTo() local
/third_party/node/deps/base64/base64/bin/
H A Dbase64.c122 buffer_alloc (const struct config *config, struct buffer *buf) in buffer_alloc() argument
136 buffer_free (struct buffer *buf) in buffer_free() argument
213 write_stdout (const struct config *config, const char *buf, size_t len) in write_stdout() argument
241 write_wrapped(const struct config *config, char *buf, size_t len) write_wrapped() argument
300 encode(const struct config *config, struct buffer *buf) encode() argument
357 decode(const struct config *config, struct buffer *buf) decode() argument
556 struct buffer buf; main() local
[all...]

Completed in 20 milliseconds

1...<<151152153154155156157158159160>>...292