| /third_party/ltp/testcases/kernel/syscalls/mincore/ |
| H A D | mincore01.c | 152 char *buf; in setup() local
|
| /third_party/ltp/testcases/kernel/syscalls/send/ |
| H A D | send02.c | 29 static void do_send(int sock, void *buf, size_t size, int flags) in do_send() argument 34 static void do_sendto(int sock, void *buf, size_t size, int flags) in do_sendto() argument 40 static void do_sendmsg(int sock, void *buf, size_t size, int flags) in do_sendmsg() argument
|
| /third_party/lwip/src/api/ |
| H A D | netdb.c | 161 lwip_gethostbyname_r(const char *name, struct hostent *ret, char *buf, in lwip_gethostbyname_r() argument
|
| /third_party/lwip/src/core/distributed_net/ |
| H A D | distributed_net_core.c | 104 ssize_t distributed_net_sendto(int sock, const void *buf, size_t buf_len, int flags, const struct sockaddr *addr, in distributed_net_sendto() argument 191 ssize_t distributed_net_recvfrom(int sock, void *buf, size_t buf_len, int flags, struct sockaddr *from, in distributed_net_recvfrom() argument [all...] |
| /third_party/lwip/src/include/lwip/apps/ |
| H A D | mqtt_priv.h | 66 u8_t buf[MQTT_OUTPUT_RINGBUF_SIZE]; member
|
| /third_party/libwebsockets/lib/roles/ws/ext/ |
| H A D | extension.c | 247 lws_issue_raw_ext_access(struct lws *wsi, unsigned char *buf, size_t len) in lws_issue_raw_ext_access() argument
|
| /third_party/libwebsockets/minimal-examples/gtk/minimal-gtk/ |
| H A D | main.c | 77 char buf[128]; in callback_http() local
|
| /third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-form-post-file/ |
| H A D | minimal-http-server-form-post-file.c | 104 uint8_t buf[LWS_PRE + LWS_RECOMMENDED_MIN_HEADER_SPACE], *start = &buf[LWS_PRE], in callback_http() local 50 file_upload_cb(void *data, const char *name, const char *filename, char *buf, int len, enum lws_spa_fileupload_states state) file_upload_cb() argument
|
| /third_party/libwebsockets/win32port/zlib/ |
| H A D | gzread.c | 457 unsigned char buf[1]; global() local [all...] |
| H A D | gzlib.c | 32 static char buf[1024];
local
|
| /third_party/libwebsockets/lib/roles/netlink/ |
| H A D | ops-netlink.c | 77 char buf[72]; in rops_handle_POLLIN_netlink() local
|
| /third_party/libwebsockets/lib/tls/ |
| H A D | tls.c | 223 int alloc_file(struct lws_context *context, const char *filename, uint8_t **buf, in alloc_file() argument 257 int alloc_file(struct lws_context *context, const char *filename, uint8_t **buf, in alloc_file() argument 323 lws_tls_alloc_pem_to_der_file(struct lws_context *context, const char *filename, const char *inbuf, lws_filepos_t inlen, uint8_t **buf, lws_filepos_t *amount) lws_tls_alloc_pem_to_der_file() argument 434 char buf[1]; lws_tls_extant() local 485 char buf[256]; lws_tls_use_any_upgrade_check_extant() local [all...] |
| /third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-attach/ |
| H A D | minimal-http-client-attach.c | 46 char buf[128]; in callback_http() local
|
| /third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-h2-rxflow/ |
| H A D | minimal-http-client.c | 66 char buf[128]; in callback_http() local
|
| /third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-client-tx/ |
| H A D | minimal-secure-streams-client-tx.c | 41 myss_rx(void *userobj, const uint8_t *buf, size_t len, int flags) in myss_rx() argument 69 myss_tx(void *userobj, lws_ss_tx_ordinal_t ord, uint8_t *buf, size_t *len, in myss_tx() argument
|
| /third_party/libdrm/tests/amdgpu/ |
| H A D | vm_tests.c | 235 amdgpu_bo_handle buf; in amdgpu_vm_mapping_test() local
|
| /third_party/libexif/test/ |
| H A D | test-parse-from-data.c | 39 char buf[2000]; in content_foreach_func() local 67 char buf[2000]; in dump_makernote() local [all...] |
| H A D | test-parse.c | 35 char buf[2000]; in content_foreach_func() local 63 char buf[2000]; in dump_makernote() local [all...] |
| /third_party/libfuse/lib/ |
| H A D | buffer.c | 114 char buf[4096]; in fuse_buf_fd_to_fd() local 267 const struct fuse_buf *buf = fuse_bufvec_current(bufv); in fuse_bufvec_advance() local [all...] |
| H A D | mount_util.c | 279 char buf[PATH_MAX]; in fuse_mnt_resolve_path() local 346 char buf[256]; in fuse_mnt_check_fuseblk() local [all...] |
| /third_party/libphonenumber/cpp/src/phonenumbers/base/strings/ |
| H A D | string_piece.cc | 37 size_type StringPiece::copy(char* buf, size_type n, size_type pos) const { in copy() argument
|
| /third_party/lwip/test/unit/ip6/ |
| H A D | test_ip6.c | 210 char buf[128]; in START_TEST() local 232 char buf[128]; in START_TEST() local
|
| /third_party/lz4/examples/ |
| H A D | fileCompress.c | 41 void* const buf = malloc(CHUNK_SIZE); in compress_file() local 93 void* const buf= malloc(CHUNK_SIZE); in decompress_file() local [all...] |
| /third_party/lz4/lib/ |
| H A D | lz4file.c | 59 char buf[LZ4F_HEADER_SIZE_MAX]; in LZ4F_readOpen() local 126 size_t LZ4F_read(LZ4_readFile_t* lz4fRead, void* buf, size_t size) in LZ4F_read() argument 183 LZ4_byte buf[LZ4F_HEADER_SIZE_MAX]; LZ4F_writeOpen() local 250 LZ4F_write(LZ4_writeFile_t* lz4fWrite, void* buf, size_t size) LZ4F_write() argument [all...] |
| /third_party/lzma/C/ |
| H A D | 7zFile.c | 391 static SRes FileSeqInStream_Read(ISeqInStreamPtr pp, void *buf, size_t *size)
in FileSeqInStream_Read() argument 407 static SRes FileInStream_Read(ISeekInStreamPtr pp, void *buf, size_t *size)
in FileInStream_Read() argument
|