/external/libwebsockets/include/libwebsockets/ |
D | lws-vfs.h | 78 lws_filepos_t pos; 80 lws_filepos_t len; 113 int (*LWS_FOP_READ)(lws_fop_fd_t fop_fd, lws_filepos_t *amount, 114 uint8_t *buf, lws_filepos_t len); 116 int (*LWS_FOP_WRITE)(lws_fop_fd_t fop_fd, lws_filepos_t *amount, 117 uint8_t *buf, lws_filepos_t len); 144 LWS_VISIBLE LWS_EXTERN lws_filepos_t LWS_WARN_UNUSED_RESULT 151 LWS_VISIBLE LWS_EXTERN lws_filepos_t LWS_WARN_UNUSED_RESULT 232 lws_vfs_file_read(lws_fop_fd_t fop_fd, lws_filepos_t *amount, in lws_vfs_file_read() 233 uint8_t *buf, lws_filepos_t len) in lws_vfs_file_read() [all …]
|
D | lws-http.h | 592 lws_filepos_t content_length, 622 #define LWS_ILLEGAL_HTTP_CONTENT_LEN ((lws_filepos_t)-1ll) 652 const char *content_type, lws_filepos_t content_len,
|
D | lws-mqtt.h | 237 lws_read_mqtt(struct lws *wsi, unsigned char *buf, lws_filepos_t len);
|
/external/libwebsockets/lib/roles/http/ |
D | private-lib-roles-http.h | 234 lws_filepos_t filepos; 235 lws_filepos_t filelen; 260 lws_filepos_t tx_content_length; 261 lws_filepos_t tx_content_remain; 262 lws_filepos_t rx_content_length; 263 lws_filepos_t rx_content_remain; 312 lws_read_h1(struct lws *wsi, unsigned char *buf, lws_filepos_t len);
|
D | header.c | 127 lws_filepos_t content_length, in lws_add_http_header_content_length() 150 const char *content_type, lws_filepos_t content_len, in lws_add_http_common_headers()
|
/external/libwebsockets/lib/roles/cgi/ |
D | private-lib-roles-cgi.h | 73 lws_filepos_t post_in_expected; 74 lws_filepos_t content_length; 75 lws_filepos_t content_length_seen;
|
/external/libwebsockets/lib/plat/optee/ |
D | lws-plat-optee.c | 180 _lws_plat_file_read(lws_fop_fd_t fop_fd, lws_filepos_t *amount, in _lws_plat_file_read() 181 uint8_t *buf, lws_filepos_t len) in _lws_plat_file_read() 188 _lws_plat_file_write(lws_fop_fd_t fop_fd, lws_filepos_t *amount, in _lws_plat_file_write() 189 uint8_t *buf, lws_filepos_t len) in _lws_plat_file_write()
|
/external/libwebsockets/lib/plat/unix/ |
D | unix-file.c | 142 _lws_plat_file_read(lws_fop_fd_t fop_fd, lws_filepos_t *amount, in _lws_plat_file_read() 143 uint8_t *buf, lws_filepos_t len) in _lws_plat_file_read() 161 _lws_plat_file_write(lws_fop_fd_t fop_fd, lws_filepos_t *amount, in _lws_plat_file_write() 162 uint8_t *buf, lws_filepos_t len) in _lws_plat_file_write()
|
/external/libwebsockets/lib/plat/windows/ |
D | windows-file.c | 99 _lws_plat_file_read(lws_fop_fd_t fop_fd, lws_filepos_t *amount, in _lws_plat_file_read() 100 uint8_t *buf, lws_filepos_t len) in _lws_plat_file_read() 117 _lws_plat_file_write(lws_fop_fd_t fop_fd, lws_filepos_t *amount, in _lws_plat_file_write() 118 uint8_t* buf, lws_filepos_t len) in _lws_plat_file_write()
|
/external/libwebsockets/lib/plat/freertos/ |
D | freertos-file.c | 84 _lws_plat_file_read(lws_fop_fd_t fops_fd, lws_filepos_t *amount, in _lws_plat_file_read() 85 uint8_t *buf, lws_filepos_t len) in _lws_plat_file_read() 101 _lws_plat_file_write(lws_fop_fd_t fops_fd, lws_filepos_t *amount, in _lws_plat_file_write() 102 uint8_t *buf, lws_filepos_t len) in _lws_plat_file_write()
|
/external/libwebsockets/lib/tls/ |
D | tls.c | 147 lws_filepos_t *amount) in alloc_file() 181 lws_filepos_t *amount) in alloc_file() 245 const char *inbuf, lws_filepos_t inlen, in lws_tls_alloc_pem_to_der_file() 246 uint8_t **buf, lws_filepos_t *amount) in lws_tls_alloc_pem_to_der_file() 249 lws_filepos_t len; in lws_tls_alloc_pem_to_der_file()
|
D | private-lib-tls.h | 166 const char *inbuf, lws_filepos_t inlen, 167 uint8_t **buf, lws_filepos_t *amount);
|
/external/libwebsockets/lib/roles/http/server/ |
D | fops-zip.c | 57 lws_filepos_t filename_start; 76 lws_filepos_t content_start; 77 lws_filepos_t exp_uncomp_pos; 166 lws_filepos_t amount; in lws_fops_zip_scan() 494 lws_fops_zip_read(lws_fop_fd_t fd, lws_filepos_t *amount, uint8_t *buf, in lws_fops_zip_read() 495 lws_filepos_t len) in lws_fops_zip_read() 498 lws_filepos_t ramount, rlen, cur = lws_vfs_tell(fd); in lws_fops_zip_read()
|
D | server.c | 2475 lws_filepos_t total_content_length; in lws_serve_http_file() 2606 total_content_length = (lws_filepos_t)rp->agg + in lws_serve_http_file() 2629 total_content_length = (lws_filepos_t)rp->agg; in lws_serve_http_file() 2769 lws_filepos_t amount, poss; in lws_serve_http_file_fragment() 2868 lws_filepos_t txc = in lws_serve_http_file_fragment()
|
/external/libwebsockets/lib/core/ |
D | vfs.c | 33 lws_filepos_t 39 lws_filepos_t
|
D | private-lib-core.h | 720 uint8_t **buf, lws_filepos_t *amount);
|
/external/libwebsockets/lib/roles/h2/ |
D | private-lib-roles-h2.h | 330 lws_h2_parser(struct lws *wsi, unsigned char *in, lws_filepos_t inlen, 331 lws_filepos_t *inused); 381 lws_read_h2(struct lws *wsi, unsigned char *buf, lws_filepos_t len);
|
D | http2.c | 1828 lws_h2_parser(struct lws *wsi, unsigned char *in, lws_filepos_t inlen, in lws_h2_parser() 1829 lws_filepos_t *inused) in lws_h2_parser() 2527 lws_read_h2(struct lws *wsi, unsigned char *buf, lws_filepos_t len) in lws_read_h2() 2530 lws_filepos_t body_chunk_len; in lws_read_h2()
|
/external/libwebsockets/lib/tls/mbedtls/ |
D | mbedtls-client.c | 287 lws_filepos_t len; in lws_tls_client_create_vhost_context() 317 lws_filepos_t amount; in lws_tls_client_create_vhost_context()
|
D | mbedtls-server.c | 117 lws_filepos_t flen; in lws_tls_server_certs_load() 208 lws_filepos_t flen; in lws_tls_server_vhost_backend_init()
|
/external/libwebsockets/include/ |
D | libwebsockets.h | 513 typedef unsigned long long lws_filepos_t; typedef
|
/external/libwebsockets/lib/roles/mqtt/client/ |
D | client-mqtt.c | 90 lws_read_mqtt(struct lws *wsi, unsigned char *buf, lws_filepos_t len) in lws_read_mqtt()
|
/external/libwebsockets/lib/roles/h1/ |
D | ops-h1.c | 42 lws_read_h1(struct lws *wsi, unsigned char *buf, lws_filepos_t len) in lws_read_h1() 45 lws_filepos_t body_chunk_len; in lws_read_h1()
|
/external/libwebsockets/lib/plat/freertos/esp32/ |
D | esp32-helpers.c | 768 esp32_lws_fops_read(lws_fop_fd_t fop_fd, lws_filepos_t *amount, uint8_t *buf, in esp32_lws_fops_read() 769 lws_filepos_t len) in esp32_lws_fops_read()
|
/external/libwebsockets/lib/tls/openssl/ |
D | openssl-client.c | 753 lws_filepos_t amount = 0; in lws_tls_client_create_vhost_context()
|