Home
last modified time | relevance | path

Searched defs:buf (Results 6201 - 6225 of 21233) sorted by relevance

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

/third_party/ltp/testcases/kernel/syscalls/mincore/
H A Dmincore01.c152 char *buf; in setup() local
/third_party/ltp/testcases/kernel/syscalls/send/
H A Dsend02.c29 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 Dnetdb.c161 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 Ddistributed_net_core.c104 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 Dmqtt_priv.h66 u8_t buf[MQTT_OUTPUT_RINGBUF_SIZE]; member
/third_party/libwebsockets/lib/roles/ws/ext/
H A Dextension.c247 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 Dmain.c77 char buf[128]; in callback_http() local
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-form-post-file/
H A Dminimal-http-server-form-post-file.c104 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 Dgzread.c457 unsigned char buf[1]; global() local
[all...]
H A Dgzlib.c32 static char buf[1024]; local
/third_party/libwebsockets/lib/roles/netlink/
H A Dops-netlink.c77 char buf[72]; in rops_handle_POLLIN_netlink() local
/third_party/libwebsockets/lib/tls/
H A Dtls.c223 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 Dminimal-http-client-attach.c46 char buf[128]; in callback_http() local
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-h2-rxflow/
H A Dminimal-http-client.c66 char buf[128]; in callback_http() local
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-client-tx/
H A Dminimal-secure-streams-client-tx.c41 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 Dvm_tests.c235 amdgpu_bo_handle buf; in amdgpu_vm_mapping_test() local
/third_party/libexif/test/
H A Dtest-parse-from-data.c39 char buf[2000]; in content_foreach_func() local
67 char buf[2000]; in dump_makernote() local
[all...]
H A Dtest-parse.c35 char buf[2000]; in content_foreach_func() local
63 char buf[2000]; in dump_makernote() local
[all...]
/third_party/libfuse/lib/
H A Dbuffer.c114 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 Dmount_util.c279 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 Dstring_piece.cc37 size_type StringPiece::copy(char* buf, size_type n, size_type pos) const { in copy() argument
/third_party/lwip/test/unit/ip6/
H A Dtest_ip6.c210 char buf[128]; in START_TEST() local
232 char buf[128]; in START_TEST() local
/third_party/lz4/examples/
H A DfileCompress.c41 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 Dlz4file.c59 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 D7zFile.c391 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

Completed in 17 milliseconds

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