Home
last modified time | relevance | path

Searched defs:len (Results 2676 - 2700 of 6232) sorted by relevance

1...<<101102103104105106107108109110>>...250

/third_party/mesa3d/src/compiler/nir/
H A Dnir_gather_info.c94 set_io_mask(nir_shader *shader, nir_variable *var, int offset, int len, in set_io_mask() argument
307 unsigned len = glsl_count_attribute_slots(deref->type, false); in try_mask_partial_io() local
/third_party/libwebsockets/lib/roles/h2/
H A Dops-h2.c407 rops_write_role_protocol_h2(struct lws *wsi, unsigned char *buf, size_t len, enum lws_write_protocol *wp) rops_write_role_protocol_h2() argument
[all...]
H A Dhpack.c316 int len; in lws_dump_header() local
359 lws_token_from_index(struct lws *wsi, int index, const char **arg, int *len, uint32_t *hdr_len) lws_token_from_index() argument
486 lws_dynamic_token_insert(struct lws *wsi, int hdr_len, int lws_hdr_index, char *arg, size_t len) lws_dynamic_token_insert() argument
706 int len = 0; lws_hpack_use_idx_hdr() local
1396 int len; lws_add_http2_header_by_name() local
[all...]
/third_party/libwebsockets/lib/secure-streams/
H A Dsecure-streams-process.c117 ss_proxy_onward_rx(void *userobj, const uint8_t *buf, size_t len, int flags) in ss_proxy_onward_rx() argument
184 ss_proxy_onward_tx(void *userobj, lws_ss_tx_ordinal_t ord, uint8_t *buf, size_t *len, int *flags) ss_proxy_onward_tx() argument
326 callback_ss_proxy(struct lws *wsi, enum lws_callback_reasons reason, void *user, void *in, size_t len) callback_ss_proxy() argument
[all...]
/third_party/libwebsockets/lib/tls/openssl/
H A Dopenssl-x509.c79 lws_tls_openssl_cert_info(X509 *x509, enum lws_tls_cert_info type, union lws_tls_cert_info_results *buf, size_t len) lws_tls_openssl_cert_info() argument
352 lws_x509_info(struct lws_x509_cert *x509, enum lws_tls_cert_info type, union lws_tls_cert_info_results *buf, size_t len) lws_x509_info() argument
360 lws_tls_vhost_cert_info(struct lws_vhost *vhost, enum lws_tls_cert_info type, union lws_tls_cert_info_results *buf, size_t len) lws_tls_vhost_cert_info() argument
377 lws_tls_peer_cert_info(struct lws *wsi, enum lws_tls_cert_info type, union lws_tls_cert_info_results *buf, size_t len) lws_tls_peer_cert_info() argument
419 lws_x509_parse_from_pem(struct lws_x509_cert *x509, const void *pem, size_t len) lws_x509_parse_from_pem() argument
[all...]
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_sequencer/
H A Dmain.c76 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-jit-trust/
H A Dminimal-http-client.c201 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/secure-streams/minimal-secure-streams/
H A Dminimal-secure-streams.c240 myss_rx(void *userobj, const uint8_t *buf, size_t len, int flags) in myss_rx() argument
273 myss_tx(void *userobj, lws_ss_tx_ordinal_t ord, uint8_t *buf, size_t *len, in myss_tx() argument
383 myss_headers_dump(void *userobj, const uint8_t *buf, size_t len, int done) in myss_headers_dump() argument
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-perf/
H A Dminimal-secure-streams.c199 myss_rx(void *userobj, const uint8_t *buf, size_t len, int flags) in myss_rx() argument
232 myss_tx(void *userobj, lws_ss_tx_ordinal_t ord, uint8_t *buf, size_t *len, in myss_tx() argument
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-hugeurl/
H A Dminimal-secure-streams.c202 myss_rx(void *userobj, const uint8_t *buf, size_t len, int flags) in myss_rx() argument
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-smd/
H A Dmulti.c56 multi_myss_rx(void *userobj, const uint8_t *buf, size_t len, int flags) in multi_myss_rx() argument
140 multi_myss_tx(void *userobj, lws_ss_tx_ordinal_t ord, uint8_t *buf, size_t *len, in multi_myss_tx() argument
237 multi_myss_rx_monitor(void *userobj, const uint8_t *buf, size_t len, in argument
287 direct_smd_cb(void *opaque, lws_smd_class_t _class, lws_usec_t timestamp, void *buf, size_t len) direct_smd_cb() argument
[all...]
H A Dminimal-secure-streams-smd.c75 myss_rx(void *userobj, const uint8_t *buf, size_t len, int flags) in myss_rx() argument
102 myss_tx(void *userobj, lws_ss_tx_ordinal_t ord, uint8_t *buf, size_t *len, in myss_tx() argument
189 direct_smd_cb(void *opaque, lws_smd_class_t _class, lws_usec_t timestamp, void *buf, size_t len) direct_smd_cb() argument
/third_party/libwebsockets/plugins/raw-proxy/
H A Dprotocol_lws_raw_proxy.c43 uint32_t len; member
173 callback_raw_proxy(struct lws *wsi, enum lws_callback_reasons reason, void *user, void *in, size_t len) callback_raw_proxy() argument
[all...]
/third_party/libwebsockets/lib/roles/http/client/
H A Dclient-http.c1303 lws_http_basic_auth_gen(const char *user, const char *pw, char *buf, size_t len) in lws_http_basic_auth_gen() argument
1326 lws_http_client_read(struct lws *wsi, char **buf, int *len) lws_http_client_read() argument
[all...]
/third_party/libwebsockets/lib/roles/http/
H A Dheader.c126 int len; in lws_finalize_write_http_header() local
424 int n = 0, m = 0, len; in lws_return_http_status() local
529 lws_http_redirect(struct lws *wsi, int code, const unsigned char *loc, int len, unsigned char **p, unsigned char *end) lws_http_redirect() argument
600 int len; lws_sul_http_ah_lifecheck() local
[all...]
/third_party/libwebsockets/lib/roles/ws/
H A Dserver-ws.c805 lws_ws_frame_rest_is_payload(struct lws *wsi, uint8_t **buf, size_t len) in lws_ws_frame_rest_is_payload() argument
990 lws_parse_ws(struct lws *wsi, unsigned char **buf, size_t len) lws_parse_ws() argument
[all...]
/third_party/libwebsockets/lib/tls/mbedtls/
H A Dmbedtls-client.c415 lws_filepos_t len; in lws_tls_client_create_vhost_context() local
H A Dmbedtls-server.c597 _rngf(void *context, unsigned char *buf, size_t len) in _rngf() argument
53 lws_mbedtls_sni_cb(void *arg, mbedtls_ssl_context *mbedtls_ctx, const unsigned char *servername, size_t len) lws_mbedtls_sni_cb() argument
H A Dmbedtls-x509.c69 lws_tls_mbedtls_get_x509_name(mbedtls_x509_name *name, union lws_tls_cert_info_results *buf, size_t len) lws_tls_mbedtls_get_x509_name() argument
98 lws_tls_mbedtls_cert_info(mbedtls_x509_crt *x509, enum lws_tls_cert_info type, union lws_tls_cert_info_results *buf, size_t len) lws_tls_mbedtls_cert_info() argument
278 lws_tls_vhost_cert_info(struct lws_vhost *vhost, enum lws_tls_cert_info type, union lws_tls_cert_info_results *buf, size_t len) lws_tls_vhost_cert_info() argument
289 lws_tls_peer_cert_info(struct lws *wsi, enum lws_tls_cert_info type, union lws_tls_cert_info_results *buf, size_t len) lws_tls_peer_cert_info() argument
314 lws_x509_info(struct lws_x509_cert *x509, enum lws_tls_cert_info type, union lws_tls_cert_info_results *buf, size_t len) lws_x509_info() argument
334 lws_x509_parse_from_pem(struct lws_x509_cert *x509, const void *pem, size_t len) lws_x509_parse_from_pem() argument
453 lws_x509_jwk_privkey_pem(struct lws_context *cx, struct lws_jwk *jwk, void *pem, size_t len, const char *passphrase) lws_x509_jwk_privkey_pem() argument
[all...]
/third_party/libwebsockets/minimal-examples/mqtt-client/minimal-mqtt-client-multi/
H A Dminimal-mqtt-client-multi.c196 callback_mqtt(struct lws *wsi, enum lws_callback_reasons reason, void *user, void *in, size_t len) callback_mqtt() argument
/third_party/libwebsockets/minimal-examples/mqtt-client/minimal-mqtt-client/
H A Dminimal-mqtt-client.c162 callback_mqtt(struct lws *wsi, enum lws_callback_reasons reason, void *user, void *in, size_t len) callback_mqtt() argument
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-alexa/
H A Dalexa.c253 ss_avs_metadata_rx(void *userobj, const uint8_t *buf, size_t len, int flags) in ss_avs_metadata_rx() argument
451 ss_avs_metadata_tx(void *userobj, lws_ss_tx_ordinal_t ord, uint8_t *buf, size_t *len, int *flags) ss_avs_metadata_tx() argument
576 ss_avs_event_rx(void *userobj, const uint8_t *buf, size_t len, int flags) ss_avs_event_rx() argument
582 ss_avs_event_tx(void *userobj, lws_ss_tx_ordinal_t ord, uint8_t *buf, size_t *len, int *flags) ss_avs_event_tx() argument
[all...]
H A Daudio.c77 spool_capture(uint8_t *buf, size_t len) in spool_capture() argument
204 callback_audio(struct lws *wsi, enum lws_callback_reasons reason, void *user, void *in, size_t len) callback_audio() argument
/third_party/ltp/lib/
H A Dsafe_net.c24 tst_sock_addr(const struct sockaddr *sa, socklen_t salen, char *res, size_t len) tst_sock_addr() argument
207 safe_send(const char *file, const int lineno, char len_strict, int sockfd, const void *buf, size_t len, int flags) safe_send() argument
227 safe_sendto(const char *file, const int lineno, char len_strict, int sockfd, const void *buf, size_t len, int flags, const struct sockaddr *dest_addr, socklen_t addrlen) safe_sendto() argument
253 safe_sendmsg(const char *file, const int lineno, size_t len, int sockfd, const struct msghdr *msg, int flags) safe_sendmsg() argument
276 safe_recv(const char *file, const int lineno, size_t len, int sockfd, void *buf, size_t size, int flags) safe_recv() argument
301 safe_recvmsg(const char *file, const int lineno, size_t len, int sockfd, struct msghdr *msg, int flags) safe_recvmsg() argument
[all...]
H A Dtst_cmd.c216 int len; in mkfs_ext4_version_table_get() local

Completed in 19 milliseconds

1...<<101102103104105106107108109110>>...250