Home
last modified time | relevance | path

Searched defs:buflen (Results 276 - 300 of 480) sorted by relevance

1...<<11121314151617181920

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dwpa_priv.c895 size_t buflen = sizeof(struct privsep_event_auth) + data->auth.ies_len; in wpa_priv_send_auth() local
925 size_t buflen = 3 * sizeof(int); in wpa_priv_send_assoc() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dbeacon.c374 size_t buflen; in hostapd_gen_probe_resp() local
[all...]
H A Dsta_info.c1412 int ap_sta_flags_txt(u32 flags, char *buf, size_t buflen) in ap_sta_flags_txt() argument
/third_party/curl/tests/server/
H A Dmqttd.c370 decode_length(unsigned char *buf, size_t buflen, size_t *lenbytes) decode_length() argument
/third_party/curl/lib/
H A Durlapi.c203 size_t Curl_is_absolute_url(const char *url, char *buf, size_t buflen, in Curl_is_absolute_url() argument
H A Dws.c386 static ssize_t ws_cw_dec_next(const unsigned char *buf, size_t buflen, in ws_cw_dec_next() argument
635 ws_enc_write_payload(struct ws_encoder *enc, struct Curl_easy *data, const unsigned char *buf, size_t buflen, struct bufq *out, CURLcode *err) ws_enc_write_payload() argument
838 size_t buflen; global() member
847 ws_client_collect(const unsigned char *buf, size_t buflen, int frame_age, int frame_flags, curl_off_t payload_offset, curl_off_t payload_len, void *userp, CURLcode *err) ws_client_collect() argument
895 nw_in_recv(void *reader_ctx, unsigned char *buf, size_t buflen, CURLcode *err) nw_in_recv() argument
908 curl_ws_recv(struct Curl_easy *data, void *buffer, size_t buflen, size_t *nread, const struct curl_ws_frame **metap) curl_ws_recv() argument
1038 curl_ws_send(CURL *data, const void *buffer, size_t buflen, size_t *sent, curl_off_t fragsize, unsigned int flags) curl_ws_send() argument
1229 curl_ws_recv(CURL *curl, void *buffer, size_t buflen, size_t *nread, const struct curl_ws_frame **metap) curl_ws_recv() argument
1241 curl_ws_send(CURL *curl, const void *buffer, size_t buflen, size_t *sent, curl_off_t fragsize, unsigned int flags) curl_ws_send() argument
[all...]
H A Dcf-h2-proxy.c232 proxy_nw_in_reader(void *reader_ctx, unsigned char *buf, size_t buflen, CURLcode *err) proxy_nw_in_reader() argument
251 proxy_h2_nw_out_writer(void *writer_ctx, const unsigned char *buf, size_t buflen, CURLcode *err) proxy_h2_nw_out_writer() argument
H A Dhostip.c165 create_hostcache_id(const char *name, size_t nlen, int port, char *ptr, size_t buflen) create_hostcache_id() argument
/third_party/curl/lib/vquic/
H A Dcurl_msh3.c384 msh3_data_received(MSH3_REQUEST *Request, void *IfContext, uint32_t *buflen, const uint8_t *buf) msh3_data_received() argument
H A Dcurl_quiche.c621 read_pkt_to_send(void *userp, unsigned char *buf, size_t buflen, CURLcode *err) read_pkt_to_send() argument
/third_party/curl/packages/OS400/
H A Dos400sys.c897 Curl_os400_sendto(int sd, char *buffer, int buflen, int flags, in Curl_os400_sendto() argument
912 Curl_os400_recvfrom(int sd, char *buffer, int buflen, int flags, in Curl_os400_recvfrom() argument
/third_party/icu/icu4c/source/common/
H A Dlocdspnm.cpp37 static int32_t ncat(char *buffer, uint32_t buflen, ...) { in ncat() argument
/third_party/FreeBSD/sys/dev/usb/serial/
H A Dusb_serial.c1381 tty_usb_read(struct file *filep, char *buffer, size_t buflen) in tty_usb_read() argument
1440 tty_usb_write(struct file *filep, const char *buffer, size_t buflen) in tty_usb_write() argument
[all...]
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_dev.c1146 usb_read(struct file *filep, char *buffer, size_t buflen) in usb_read() argument
1253 usb_write(struct file *filep, const char *buffer, size_t buflen) in usb_write() argument
/third_party/NuttX/drivers/usbdev/gadget/
H A Dcdcacm.c89 size_t buflen; /* Offset to valid data in the RX request */ member
257 cdcacm_receive_buf(struct cdcacm_wrreq_s *wrcontainer, FAR const char *buffer, size_t buflen) cdcacm_receive_buf() argument
302 cdcuart_write(FAR struct file *filep, FAR const char *buffer, size_t buflen) cdcuart_write() argument
432 cdcacm_fill_rdrequest(struct cdcacm_dev_s *priv, struct cdcacm_rdreq_s *rdcontainer, size_t buflen) cdcacm_fill_rdrequest() argument
490 size_t buflen; cdcacm_recvpacket() local
604 cdcacm_release_rxpending(FAR struct file *filep, FAR char *buffer, size_t buflen) cdcacm_release_rxpending() argument
[all...]
/third_party/NuttX/fs/nfs/
H A Dnfs_adapter.c495 uint32_t buflen; in nfs_bind() local
1554 int vfs_nfs_write(struct file *filep, const char *buffer, size_t buflen) in vfs_nfs_write() argument
1773 vfs_nfs_writepage(struct Vnode *node, char *buffer, off_t pos, size_t buflen) vfs_nfs_writepage() argument
2058 int buflen = PAGE_SIZE; vfs_nfs_readpage() local
2197 vfs_nfs_read(struct file *filep, char *buffer, size_t buflen) vfs_nfs_read() argument
[all...]
/third_party/NuttX/fs/tmpfs/
H A Dfs_tmpfs.c1046 ssize_t tmpfs_read(struct file *filep, char *buffer, size_t buflen) in tmpfs_read() argument
1247 ssize_t tmpfs_write(struct file *filep, const char *buffer, size_t buflen) in tmpfs_write() argument
[all...]
/third_party/libuv/src/unix/
H A Dfs.c749 size_t buflen; in uv__fs_sendfile_emul() local
/third_party/libuv/src/
H A Duv-common.c212 char* uv_err_name_r(int err, char* buf, size_t buflen) { in uv_err_name_r() argument
235 char* uv_strerror_r(int err, char* buf, size_t buflen) { in uv_strerror_r() argument
/third_party/libcoap/src/
H A Dcoap_debug.c169 print_readable(const uint8_t *data, size_t len, unsigned char *result, size_t buflen, int encode_always) print_readable() argument
608 print_content_format(unsigned int format_type, unsigned char *result, unsigned int buflen) print_content_format() argument
H A Dcoap_resource.c130 coap_print_wellknown(coap_context_t *context, unsigned char *buf, size_t *buflen, argument
/third_party/mbedtls/library/
H A Dbignum.c576 mpi_write_hlp(mbedtls_mpi *X, int radix, char **p, const size_t buflen) mpi_write_hlp() argument
614 mbedtls_mpi_write_string(const mbedtls_mpi *X, int radix, char *buf, size_t buflen, size_t *olen) mbedtls_mpi_write_string() argument
792 mbedtls_mpi_read_binary_le(mbedtls_mpi *X, const unsigned char *buf, size_t buflen) mbedtls_mpi_read_binary_le() argument
819 mbedtls_mpi_read_binary(mbedtls_mpi *X, const unsigned char *buf, size_t buflen) mbedtls_mpi_read_binary() argument
842 mbedtls_mpi_write_binary_le(const mbedtls_mpi *X, unsigned char *buf, size_t buflen) mbedtls_mpi_write_binary_le() argument
851 mbedtls_mpi_write_binary(const mbedtls_mpi *X, unsigned char *buf, size_t buflen) mbedtls_mpi_write_binary() argument
[all...]
/third_party/ntfs-3g/ntfsprogs/
H A Dntfswipe.c1623 fill_buffer( unsigned long int pat_no, unsigned char * const buffer, const size_t buflen, int * const selected ) fill_buffer() argument
/third_party/nghttp2/lib/
H A Dnghttp2_hd.c1529 size_t buflen; in nghttp2_hd_deflate_hd_vec() local
1491 nghttp2_hd_deflate_hd(nghttp2_hd_deflater *deflater, uint8_t *buf, size_t buflen, const nghttp2_nv *nv, size_t nvlen) nghttp2_hd_deflate_hd() argument
H A Dnghttp2_frame.c1039 size_t buflen = 0; in nghttp2_nv_array_copy() local

Completed in 43 milliseconds

1...<<11121314151617181920