| /third_party/libuv/test/ |
| H A D | blackhole-server.c | 72 static void read_cb(uv_stream_t* stream, ssize_t nread, const uv_buf_t* buf) { in read_cb() argument 63 alloc_cb(uv_handle_t* handle, size_t suggested_size, uv_buf_t* buf) alloc_cb() argument
|
| H A D | test-eintr-handling.c | 40 static char buf[32]; variable
|
| H A D | test-fs-copyfile.c | 73 uv_buf_t buf; in touch_file() local
|
| H A D | test-process-title.c | 130 char buf[256] = "fail"; in process_title_big_argv() local
|
| H A D | test-signal-pending-on-close.c | 33 static char* buf; variable
|
| H A D | test-tcp-write-fail.c | 72 uv_buf_t buf; in connect_cb() local
|
| H A D | test-tcp-close.c | 43 uv_buf_t buf; in connect_cb() local
|
| /third_party/libuv/docs/code/multi-echo-server/ |
| H A D | worker.c | 13 uv_buf_t buf; member 22 void alloc_buffer(uv_handle_t *handle, size_t suggested_size, uv_buf_t *buf) { in alloc_buffer() argument 34 void echo_read(uv_stream_t *client, ssize_t nread, const uv_buf_t *buf) { in echo_read() argument 51 on_new_connection(uv_stream_t *q, ssize_t nread, const uv_buf_t *buf) on_new_connection() argument [all...] |
| /third_party/libuv/docs/code/dns/ |
| H A D | main.c | 8 void alloc_buffer(uv_handle_t *handle, size_t suggested_size, uv_buf_t *buf) { in alloc_buffer() argument 13 void on_read(uv_stream_t *client, ssize_t nread, const uv_buf_t *buf) { in on_read() argument
|
| /third_party/libuv/src/unix/ |
| H A D | async.c | 105 char buf[1024]; in uv__async_io() local 159 const void* buf; in uv__async_send() local
|
| /third_party/libwebsockets/lib/misc/ |
| H A D | daemonize.c | 118 char buf[10]; in lws_daemonize() local
|
| /third_party/mesa3d/include/android_stub/log/ |
| H A D | log_read.h | 59 unsigned char buf[LOGGER_ENTRY_MAX_LEN + 1]; member
|
| /third_party/mbedtls/programs/psa/ |
| H A D | hmac_demo.c | 74 void print_buf(const char *title, uint8_t *buf, size_t len) in print_buf() argument
|
| /third_party/mbedtls/library/ |
| H A D | platform_util.c | 95 void mbedtls_platform_zeroize(void *buf, size_t len) in mbedtls_platform_zeroize() argument 140 void mbedtls_zeroize_and_free(void *buf, size_t len) in mbedtls_zeroize_and_free() argument [all...] |
| H A D | padlock.c | 66 unsigned char buf[256]; in mbedtls_padlock_xcryptecb() local 115 unsigned char buf[256]; in mbedtls_padlock_xcryptcbc() local
|
| H A D | entropy_poll.c | 83 static int getrandom_wrapper(void *buf, size_t buflen, unsigned int flags) in getrandom_wrapper() argument 103 static int getrandom_wrapper(void *buf, size_t buflen, unsigned int flags) in getrandom_wrapper() argument 125 static int sysctl_arnd_wrapper(unsigned char *buf, size_t buflen) in sysctl_arnd_wrapper() argument 208 unsigned char buf[MBEDTLS_ENTROPY_BLOCK_SIZE]; in mbedtls_nv_seed_poll() local [all...] |
| /third_party/mbedtls/port/src/ |
| H A D | tls_client.c | 170 int MbedtlsClientRead(MbedTLSSession *session, unsigned char *buf, size_t len)
in MbedtlsClientRead() argument 182 int MbedtlsClientWrite(MbedTLSSession *session, const unsigned char *buf, size_t len)
in MbedtlsClientWrite() argument
|
| /third_party/lzma/CPP/7zip/Crypto/ |
| H A D | RandGen.cpp | 73 Byte buf[kBufSize];
in Init() local [all...] |
| /third_party/mbedtls/programs/fuzz/ |
| H A D | fuzz_client.c | 44 unsigned char buf[4096]; in LLVMFuzzerTestOneInput() local
|
| H A D | common.c | 25 int dummy_send(void *ctx, const unsigned char *buf, size_t len) in dummy_send() argument 38 int fuzz_recv(void *ctx, unsigned char *buf, size_t len) in fuzz_recv() argument 99 int fuzz_recv_timeout(void *ctx, unsigned char *buf, size_t len, in fuzz_recv_timeout() argument
|
| H A D | fuzz_dtlsserver.c | 46 unsigned char buf[4096]; in LLVMFuzzerTestOneInput() local
|
| /third_party/mbedtls/programs/pkey/ |
| H A D | dh_client.c | 66 unsigned char buf[2048]; in main() local [all...] |
| /third_party/mbedtls/programs/hash/ |
| H A D | generic_sum.c | 83 char buf[MBEDTLS_MD_MAX_SIZE * 2 + 1] = { }; in generic_check() local 85 char buf[MBEDTLS_MD_MAX_SIZE * 2 + 1]; in generic_check() local
|
| H A D | md_hmac_demo.c | 72 void print_buf(const char *title, unsigned char *buf, size_t len) in print_buf() argument
|
| /third_party/mesa3d/src/freedreno/decode/ |
| H A D | util.h | 46 dump_hex(const void *buf, int sz) in dump_hex() argument 77 dump_float(const void *buf, int sz) in dump_float() argument 110 clean_ascii(char *buf, int sz) in clean_ascii() argument 120 dump_ascii(const void *buf, int sz) in dump_ascii() argument 141 dump_hex_ascii(const void *buf, int sz, int level) in dump_hex_ascii() argument [all...] |