/third_party/lzma/CS/7zip/Compress/LZ/ |
H A D | LzOutWindow.cs | 80 public void CopyBlock(uint distance, uint len)
in CopyBlock() argument
|
/third_party/mesa3d/src/freedreno/decode/ |
H A D | buffers.c | 38 unsigned int len; member 184 add_buffer(uint64_t gpuaddr, unsigned int len, void *hostptr) in add_buffer() argument
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_variable_initializers.c | 39 unsigned len = glsl_get_length(deref->type); in build_constant_load() local 47 unsigned len = glsl_get_length(deref->type); in build_constant_load() local
|
/third_party/mesa3d/src/freedreno/rnn/ |
H A D | util.h | 108 size_t len; member
|
/third_party/mesa3d/src/compiler/glsl/tests/ |
H A D | builtin_variable_test.cpp | 91 const size_t len = strlen(prefix); in string_starts_with_prefix() local
|
/third_party/libwebsockets/lib/plat/unix/ |
H A D | unix-file.c | 47 lws_plat_write_file(const char *filename, void *buf, size_t len) in lws_plat_write_file() argument 67 lws_plat_read_file(const char *filename, void *buf, size_t len) in lws_plat_read_file() argument 148 _lws_plat_file_read(lws_fop_fd_t fop_fd, lws_filepos_t *amount, uint8_t *buf, lws_filepos_t len) _lws_plat_file_read() argument 168 _lws_plat_file_write(lws_fop_fd_t fop_fd, lws_filepos_t *amount, uint8_t *buf, lws_filepos_t len) _lws_plat_file_write() argument [all...] |
H A D | unix-misc.c | 63 lws_get_random(struct lws_context *context, void *buf, size_t len) in lws_get_random() argument 97 lws_plat_write_cert(struct lws_vhost *vhost, int is_key, int fd, void *buf, size_t len) lws_plat_write_cert() argument
|
/third_party/libwebsockets/lib/roles/h2/ |
H A D | minihuf.c | 23 unsigned char len; member
|
/third_party/libwebsockets/lib/secure-streams/system/fetch-policy/ |
H A D | fetch-policy.c | 42 ss_fetch_policy_rx(void *userobj, const uint8_t *buf, size_t len, int flags) in ss_fetch_policy_rx() argument 63 ss_fetch_policy_tx(void *userobj, lws_ss_tx_ordinal_t ord, uint8_t *buf, size_t *len, int *flags) ss_fetch_policy_tx() argument
|
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-certinfo/ |
H A D | minimal-http-client-certinfo.c | 23 callback_http(struct lws *wsi, enum lws_callback_reasons reason, void *user, void *in, size_t len) callback_http() argument
|
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-custom-headers/ |
H A D | minimal-http-client-custom-headers.c | 23 callback_http(struct lws *wsi, enum lws_callback_reasons reason, void *user, void *in, size_t len) callback_http() argument
|
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-vhost/ |
H A D | minimal-raw-vhost.c | 42 int len; member 47 callback_raw_test(struct lws *wsi, enum lws_callback_reasons reason, void *user, void *in, size_t len) callback_raw_test() argument [all...] |
/third_party/libwebsockets/lib/tls/ |
H A D | lws-gencrypto-common.c | 692 size_t lws_gencrypto_padded_length(size_t pad_block_size, size_t len) in lws_gencrypto_padded_length() argument
|
/third_party/libwebsockets/lib/tls/mbedtls/ |
H A D | lws-genhash.c | 90 lws_genhash_update(struct lws_genhash_ctx *ctx, const void *in, size_t len) in lws_genhash_update() argument 195 lws_genhash_update(struct lws_genhash_ctx *ctx, const void *in, size_t len) in lws_genhash_update() argument 297 lws_genhmac_update(struct lws_genhmac_ctx *ctx, const void *in, size_t len) lws_genhmac_update() argument [all...] |
H A D | mbedtls-ssl.c | 45 lws_ssl_capable_read(struct lws *wsi, unsigned char *buf, size_t len) in lws_ssl_capable_read() argument 163 lws_ssl_capable_write(struct lws *wsi, unsigned char *buf, size_t len) in lws_ssl_capable_write() argument [all...] |
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/library/ |
H A D | ssl_pkey.c | 238 int SSL_CTX_use_RSAPrivateKey_ASN1(SSL_CTX *ctx, const unsigned char *d, long len) in SSL_CTX_use_RSAPrivateKey_ASN1() argument 164 SSL_CTX_use_PrivateKey_ASN1(int type, SSL_CTX *ctx, const unsigned char *d, long len) SSL_CTX_use_PrivateKey_ASN1() argument 193 SSL_use_PrivateKey_ASN1(int type, SSL *ssl, const unsigned char *d, long len) SSL_use_PrivateKey_ASN1() argument
|
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-netcat/ |
H A D | minimal-raw-netcat.c | 41 callback_raw_test(struct lws *wsi, enum lws_callback_reasons reason, void *user, void *in, size_t len) callback_raw_test() argument
|
/third_party/libwebsockets/lib/plat/windows/ |
H A D | windows-file.c | 169 lws_plat_write_file(const char *filename, void *buf, size_t len) in lws_plat_write_file() argument 119 _lws_plat_file_read(lws_fop_fd_t fop_fd, lws_filepos_t *amount, uint8_t *buf, lws_filepos_t len) _lws_plat_file_read() argument 137 _lws_plat_file_write(lws_fop_fd_t fop_fd, lws_filepos_t *amount, uint8_t* buf, lws_filepos_t len) _lws_plat_file_write() argument 156 lws_plat_write_cert(struct lws_vhost *vhost, int is_key, int fd, void *buf, size_t len) lws_plat_write_cert() argument 185 lws_plat_read_file(const char *filename, void *buf, size_t len) lws_plat_read_file() argument [all...] |
H A D | windows-misc.c | 83 lws_get_random(struct lws_context *context, void *buf, size_t len) in lws_get_random() argument
|
/third_party/libwebsockets/minimal-examples/api-tests/api-test-smtp_client/ |
H A D | main.c | 19 email_sent_or_failed(struct lws_smtp_email *email, void *buf, size_t len) in email_sent_or_failed() argument
|
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-adopt-udp/ |
H A D | minimal-raw-adopt-udp.c | 41 callback_raw_test(struct lws *wsi, enum lws_callback_reasons reason, void *user, void *in, size_t len) callback_raw_test() argument
|
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client/ |
H A D | minimal-ws-client.c | 89 callback_minimal(struct lws *wsi, enum lws_callback_reasons reason, void *user, void *in, size_t len) callback_minimal() argument
|
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-ping/ |
H A D | minimal-ws-client-ping.c | 63 callback_minimal_pingtest(struct lws *wsi, enum lws_callback_reasons reason, void *user, void *in, size_t len) callback_minimal_pingtest() argument
|
/third_party/ltp/include/ |
H A D | tst_rtnetlink.h | 13 ssize_t len; member
|
/third_party/libwebsockets/lib/roles/mqtt/client/ |
H A D | client-mqtt.c | 49 size_t n, len; in lws_mqtt_generate_id() local 91 lws_read_mqtt(struct lws *wsi, unsigned char *buf, lws_filepos_t len) lws_read_mqtt() argument [all...] |