Home
last modified time | relevance | path

Searched refs:lws_filepos_t (Results 1 – 25 of 27) sorted by relevance

12

/external/libwebsockets/include/libwebsockets/
Dlws-vfs.h78 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 …]
Dlws-http.h592 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,
Dlws-mqtt.h237 lws_read_mqtt(struct lws *wsi, unsigned char *buf, lws_filepos_t len);
/external/libwebsockets/lib/roles/http/
Dprivate-lib-roles-http.h234 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);
Dheader.c127 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/
Dprivate-lib-roles-cgi.h73 lws_filepos_t post_in_expected;
74 lws_filepos_t content_length;
75 lws_filepos_t content_length_seen;
/external/libwebsockets/lib/plat/optee/
Dlws-plat-optee.c180 _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/
Dunix-file.c142 _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/
Dwindows-file.c99 _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/
Dfreertos-file.c84 _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/
Dtls.c147 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()
Dprivate-lib-tls.h166 const char *inbuf, lws_filepos_t inlen,
167 uint8_t **buf, lws_filepos_t *amount);
/external/libwebsockets/lib/roles/http/server/
Dfops-zip.c57 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()
Dserver.c2475 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/
Dvfs.c33 lws_filepos_t
39 lws_filepos_t
Dprivate-lib-core.h720 uint8_t **buf, lws_filepos_t *amount);
/external/libwebsockets/lib/roles/h2/
Dprivate-lib-roles-h2.h330 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);
Dhttp2.c1828 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/
Dmbedtls-client.c287 lws_filepos_t len; in lws_tls_client_create_vhost_context()
317 lws_filepos_t amount; in lws_tls_client_create_vhost_context()
Dmbedtls-server.c117 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/
Dlibwebsockets.h513 typedef unsigned long long lws_filepos_t; typedef
/external/libwebsockets/lib/roles/mqtt/client/
Dclient-mqtt.c90 lws_read_mqtt(struct lws *wsi, unsigned char *buf, lws_filepos_t len) in lws_read_mqtt()
/external/libwebsockets/lib/roles/h1/
Dops-h1.c42 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/
Desp32-helpers.c768 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/
Dopenssl-client.c753 lws_filepos_t amount = 0; in lws_tls_client_create_vhost_context()

12