Home
last modified time | relevance | path

Searched refs:ah (Results 1 - 25 of 166) sorted by relevance

1234567

/third_party/libwebsockets/lib/roles/http/
H A Dparsers.c45 struct allocated_headers *ah = lws_zalloc(sizeof(*ah), "ah struct"); in _lws_create_ah() local
47 if (!ah) in _lws_create_ah()
50 ah->data = lws_malloc(data_size, "ah data"); in _lws_create_ah()
51 if (!ah->data) { in _lws_create_ah()
52 lws_free(ah); in _lws_create_ah()
56 ah->next = pt->http.ah_list; in _lws_create_ah()
57 pt->http.ah_list = ah; in _lws_create_ah()
68 _lws_destroy_ah(struct lws_context_per_thread *pt, struct allocated_headers *ah) _lws_destroy_ah() argument
89 _lws_header_table_reset(struct allocated_headers *ah) _lws_header_table_reset() argument
111 struct allocated_headers *ah = wsi->http.ah; __lws_header_table_reset() local
309 struct allocated_headers *ah = wsi->http.ah; __lws_header_table_detach() local
796 struct allocated_headers *ah = wsi->http.ah; lws_parse_urldecode() local
1020 struct allocated_headers *ah = wsi->http.ah; lws_parse() local
[all...]
/third_party/libwebsockets/lib/roles/h2/
H A Dhpack.c208 struct allocated_headers *ah = wsi->http.ah; in lws_frag_start() local
210 if (!ah) { in lws_frag_start()
211 lwsl_notice("%s: no ah\n", __func__); in lws_frag_start()
215 ah->hdr_token_idx = -1; in lws_frag_start()
217 lwsl_header("%s: token %d ah->pos = %d, ah->nfrag = %d\n", in lws_frag_start()
218 __func__, hdr_token_idx, ah->pos, ah->nfrag); in lws_frag_start()
225 if (ah in lws_frag_start()
275 struct allocated_headers *ah = wsi->http.ah; lws_frag_append() local
299 struct allocated_headers *ah = wsi->http.ah; lws_hdr_extant() local
828 struct allocated_headers *ah = wsi->http.ah; lws_hpack_interpret() local
[all...]
/third_party/libwebsockets/lib/roles/http/client/
H A Dclient-http.c320 wsi->http.ah->parser_state = WSI_TOKEN_NAME_PART; in lws_http_client_socket_service()
321 wsi->http.ah->lextable_pos = 0; in lws_http_client_socket_service()
322 wsi->http.ah->unk_pos = 0; in lws_http_client_socket_service()
324 wsi->http.ah->ues = URIES_IDLE; in lws_http_client_socket_service()
351 wsi->http.ah->parser_state = WSI_TOKEN_NAME_PART; in lws_http_client_socket_service()
352 wsi->http.ah->lextable_pos = 0; in lws_http_client_socket_service()
353 wsi->http.ah->unk_pos = 0; in lws_http_client_socket_service()
402 while (wsi->http.ah->parser_state != WSI_PARSING_COMPLETE) { in lws_http_client_socket_service()
438 (wsi->http.ah->parser_state == in lws_http_client_socket_service()
456 assert(wsi->http.ah in lws_http_client_socket_service()
596 struct allocated_headers *ah, *ah1; lws_client_interpret_server_handshake() local
[all...]
/third_party/node/deps/openssl/config/archs/BSD-x86/asm/crypto/des/
H A Ddes-586.S22 movb %ah,%cl
30 movb %ah,%bl
51 movb %ah,%cl
59 movb %ah,%bl
80 movb %ah,%cl
88 movb %ah,%bl
109 movb %ah,%cl
117 movb %ah,%bl
138 movb %ah,%cl
146 movb %ah,
[all...]
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/crypto/des/
H A Ddes-586.S22 movb %ah,%cl
30 movb %ah,%bl
51 movb %ah,%cl
59 movb %ah,%bl
80 movb %ah,%cl
88 movb %ah,%bl
109 movb %ah,%cl
117 movb %ah,%bl
138 movb %ah,%cl
146 movb %ah,
[all...]
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/asm/crypto/des/
H A Ddes-586.S21 movb %ah,%cl
29 movb %ah,%bl
50 movb %ah,%cl
58 movb %ah,%bl
79 movb %ah,%cl
87 movb %ah,%bl
108 movb %ah,%cl
116 movb %ah,%bl
137 movb %ah,%cl
145 movb %ah,
[all...]
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/asm_avx2/crypto/des/
H A Ddes-586.S21 movb %ah,%cl
29 movb %ah,%bl
50 movb %ah,%cl
58 movb %ah,%bl
79 movb %ah,%cl
87 movb %ah,%bl
108 movb %ah,%cl
116 movb %ah,%bl
137 movb %ah,%cl
145 movb %ah,
[all...]
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm/crypto/des/
H A Ddes-586.S22 movb %ah,%cl
30 movb %ah,%bl
51 movb %ah,%cl
59 movb %ah,%bl
80 movb %ah,%cl
88 movb %ah,%bl
109 movb %ah,%cl
117 movb %ah,%bl
138 movb %ah,%cl
146 movb %ah,
[all...]
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm_avx2/crypto/des/
H A Ddes-586.S22 movb %ah,%cl
30 movb %ah,%bl
51 movb %ah,%cl
59 movb %ah,%bl
80 movb %ah,%cl
88 movb %ah,%bl
109 movb %ah,%cl
117 movb %ah,%bl
138 movb %ah,%cl
146 movb %ah,
[all...]
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/crypto/des/
H A Ddes-586.S22 movb %ah,%cl
30 movb %ah,%bl
51 movb %ah,%cl
59 movb %ah,%bl
80 movb %ah,%cl
88 movb %ah,%bl
109 movb %ah,%cl
117 movb %ah,%bl
138 movb %ah,%cl
146 movb %ah,
[all...]
/third_party/node/deps/openssl/config/archs/linux-elf/asm/crypto/des/
H A Ddes-586.S22 movb %ah,%cl
30 movb %ah,%bl
51 movb %ah,%cl
59 movb %ah,%bl
80 movb %ah,%cl
88 movb %ah,%bl
109 movb %ah,%cl
117 movb %ah,%bl
138 movb %ah,%cl
146 movb %ah,
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/crypto/whrlpool/
H A Dwp-x86_64.s81 movzbl %ah,%edx
86 movzbl %ah,%edx
107 movzbl %ah,%edx
114 movzbl %ah,%edx
135 movzbl %ah,%edx
142 movzbl %ah,%edx
163 movzbl %ah,%edx
170 movzbl %ah,%edx
191 movzbl %ah,%edx
198 movzbl %ah,
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/crypto/whrlpool/
H A Dwp-x86_64.s81 movzbl %ah,%edx
86 movzbl %ah,%edx
107 movzbl %ah,%edx
114 movzbl %ah,%edx
135 movzbl %ah,%edx
142 movzbl %ah,%edx
163 movzbl %ah,%edx
170 movzbl %ah,%edx
191 movzbl %ah,%edx
198 movzbl %ah,
[all...]
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/crypto/whrlpool/
H A Dwp-mmx.S74 movzbl %ah,%edx
79 movzbl %ah,%edx
100 movzbl %ah,%edx
107 movzbl %ah,%edx
128 movzbl %ah,%edx
135 movzbl %ah,%edx
156 movzbl %ah,%edx
163 movzbl %ah,%edx
184 movzbl %ah,%edx
191 movzbl %ah,
[all...]
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/crypto/whrlpool/
H A Dwp-mmx.S74 movzbl %ah,%edx
79 movzbl %ah,%edx
100 movzbl %ah,%edx
107 movzbl %ah,%edx
128 movzbl %ah,%edx
135 movzbl %ah,%edx
156 movzbl %ah,%edx
163 movzbl %ah,%edx
184 movzbl %ah,%edx
191 movzbl %ah,
[all...]
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/crypto/whrlpool/
H A Dwp-x86_64.s81 movzbl %ah,%edx
86 movzbl %ah,%edx
107 movzbl %ah,%edx
114 movzbl %ah,%edx
135 movzbl %ah,%edx
142 movzbl %ah,%edx
163 movzbl %ah,%edx
170 movzbl %ah,%edx
191 movzbl %ah,%edx
198 movzbl %ah,
[all...]
/third_party/node/deps/openssl/config/archs/BSD-x86/asm/crypto/whrlpool/
H A Dwp-mmx.S74 movzbl %ah,%edx
79 movzbl %ah,%edx
100 movzbl %ah,%edx
107 movzbl %ah,%edx
128 movzbl %ah,%edx
135 movzbl %ah,%edx
156 movzbl %ah,%edx
163 movzbl %ah,%edx
184 movzbl %ah,%edx
191 movzbl %ah,
[all...]
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/crypto/whrlpool/
H A Dwp-x86_64.s81 movzbl %ah,%edx
86 movzbl %ah,%edx
107 movzbl %ah,%edx
114 movzbl %ah,%edx
135 movzbl %ah,%edx
142 movzbl %ah,%edx
163 movzbl %ah,%edx
170 movzbl %ah,%edx
191 movzbl %ah,%edx
198 movzbl %ah,
[all...]
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/asm/crypto/whrlpool/
H A Dwp-mmx.S73 movzbl %ah,%edx
78 movzbl %ah,%edx
99 movzbl %ah,%edx
106 movzbl %ah,%edx
127 movzbl %ah,%edx
134 movzbl %ah,%edx
155 movzbl %ah,%edx
162 movzbl %ah,%edx
183 movzbl %ah,%edx
190 movzbl %ah,
[all...]
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/asm_avx2/crypto/whrlpool/
H A Dwp-mmx.S73 movzbl %ah,%edx
78 movzbl %ah,%edx
99 movzbl %ah,%edx
106 movzbl %ah,%edx
127 movzbl %ah,%edx
134 movzbl %ah,%edx
155 movzbl %ah,%edx
162 movzbl %ah,%edx
183 movzbl %ah,%edx
190 movzbl %ah,
[all...]
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm/crypto/whrlpool/
H A Dwp-x86_64.s81 movzbl %ah,%edx
86 movzbl %ah,%edx
107 movzbl %ah,%edx
114 movzbl %ah,%edx
135 movzbl %ah,%edx
142 movzbl %ah,%edx
163 movzbl %ah,%edx
170 movzbl %ah,%edx
191 movzbl %ah,%edx
198 movzbl %ah,
[all...]
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm_avx2/crypto/whrlpool/
H A Dwp-x86_64.s81 movzbl %ah,%edx
86 movzbl %ah,%edx
107 movzbl %ah,%edx
114 movzbl %ah,%edx
135 movzbl %ah,%edx
142 movzbl %ah,%edx
163 movzbl %ah,%edx
170 movzbl %ah,%edx
191 movzbl %ah,%edx
198 movzbl %ah,
[all...]
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm/crypto/whrlpool/
H A Dwp-x86_64.s81 movzbl %ah,%edx
86 movzbl %ah,%edx
107 movzbl %ah,%edx
114 movzbl %ah,%edx
135 movzbl %ah,%edx
142 movzbl %ah,%edx
163 movzbl %ah,%edx
170 movzbl %ah,%edx
191 movzbl %ah,%edx
198 movzbl %ah,
[all...]
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm_avx2/crypto/whrlpool/
H A Dwp-x86_64.s81 movzbl %ah,%edx
86 movzbl %ah,%edx
107 movzbl %ah,%edx
114 movzbl %ah,%edx
135 movzbl %ah,%edx
142 movzbl %ah,%edx
163 movzbl %ah,%edx
170 movzbl %ah,%edx
191 movzbl %ah,%edx
198 movzbl %ah,
[all...]
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm/crypto/whrlpool/
H A Dwp-mmx.S74 movzbl %ah,%edx
79 movzbl %ah,%edx
100 movzbl %ah,%edx
107 movzbl %ah,%edx
128 movzbl %ah,%edx
135 movzbl %ah,%edx
156 movzbl %ah,%edx
163 movzbl %ah,%edx
184 movzbl %ah,%edx
191 movzbl %ah,
[all...]

Completed in 9 milliseconds

1234567