/third_party/libwebsockets/lib/roles/ws/ |
H A D | client-ws.c | 234 lws_client_ws_upgrade(struct lws *wsi, const char **cce) in lws_client_ws_upgrade() argument 255 *cce = "HS: h2 / ws upgrade unsupported"; in lws_client_ws_upgrade() 262 *cce = "HS: ws upgrade unauthorized"; in lws_client_ws_upgrade() 269 *cce = "HS: ws upgrade response not 101"; in lws_client_ws_upgrade() 275 *cce = "HS: ACCEPT missing"; in lws_client_ws_upgrade() 282 *cce = "HS: UPGRADE missing"; in lws_client_ws_upgrade() 288 *cce = "HS: Upgrade to something other than websocket"; in lws_client_ws_upgrade() 315 *cce = "HS: UPGRADE malformed"; in lws_client_ws_upgrade() 370 *cce = "HS: PROTOCOL malformed"; in lws_client_ws_upgrade() 402 *cce in lws_client_ws_upgrade() [all...] |
/third_party/libwebsockets/lib/roles/http/client/ |
H A D | client-http.c | 42 const char *cce = NULL; in lws_http_client_socket_service() local 82 switch (lws_socks5c_handle_state(wsi, pollfd, &cce)) { in lws_http_client_socket_service() 106 cce = "proxy conn dead"; in lws_http_client_socket_service() 117 cce = "proxy read err"; in lws_http_client_socket_service() 127 cce = "http_proxy fail"; in lws_http_client_socket_service() 136 cce = sb; in lws_http_client_socket_service() 185 n = lws_client_create_tls(wsi, &cce, 1); in lws_http_client_socket_service() 209 cce = ebuf; in lws_http_client_socket_service() 243 cce = "error sending h2 preface"; in lws_http_client_socket_service() 373 cce in lws_http_client_socket_service() 595 const char *prot, *ads = NULL, *path, *cce = NULL; lws_client_interpret_server_handshake() local [all...] |
/third_party/libwebsockets/lib/roles/raw-skt/ |
H A D | ops-raw-skt.c | 33 const char *cce = NULL; local 37 switch (lws_client_create_tls(wsi, &cce, 1)) { 39 switch (lws_client_create_tls(wsi, &cce, 0)) { 42 lws_inform_client_conn_fail(wsi, (void *)cce, strlen(cce)); 83 const char *cce = NULL; local 151 switch (lws_socks5c_handle_state(wsi, pollfd, &cce)) { 155 lws_inform_client_conn_fail(wsi, (void *)cce, strlen(cce));
|
/third_party/libwebsockets/lib/core-net/client/ |
H A D | connect4.c | 36 const char *cce = ""; in lws_client_connect_4_established() local 103 cce = "proxy write failed"; in lws_client_connect_4_established() 124 switch (lws_socks5c_greet(wsi, &cce)) { in lws_client_connect_4_established() 198 result = lws_client_create_tls(wsi, &cce, 1); in lws_client_connect_4_established() 284 cce = "first service failed"; in lws_client_connect_4_established() 323 cce = "first service failed"; in lws_client_connect_4_established() 333 lws_inform_client_conn_fail(wsi, (void *)cce, strlen(cce)); in lws_client_connect_4_established()
|
H A D | connect3.c | 259 const char *cce = "Unable to connect", *iface; local 328 // cce = "dns lookup failed"; 368 cce = dcce; 413 cce = "Unable to connect"; 454 cce = "waiting for event loop watcher to close"; 476 cce = dcce; 490 cce = dcce; 507 cce = dcce; 516 cce = dcce; 536 cce [all...] |
H A D | connect.c | 494 const char *cce = NULL; in lws_client_connect_via_info() local 498 lws_client_create_tls(wsi, &cce, 1) in lws_client_connect_via_info() 500 lws_client_create_tls(wsi, &cce, 0) in lws_client_connect_via_info()
|
/third_party/libwebsockets/lib/roles/mqtt/client/ |
H A D | client-mqtt.c | 199 const char *cce = NULL; in lws_mqtt_client_socket_service() local 208 switch (lws_socks5c_handle_state(wsi, pollfd, &cce)) { in lws_mqtt_client_socket_service() 223 switch (lws_client_create_tls(wsi, &cce, 0)) { in lws_mqtt_client_socket_service() 271 cce = erbuf; in lws_mqtt_client_socket_service() 359 if (cce) in lws_mqtt_client_socket_service() 360 lwsl_info("reason: %s\n", cce); in lws_mqtt_client_socket_service() 361 lws_inform_client_conn_fail(wsi, (void *)cce, strlen(cce)); in lws_mqtt_client_socket_service()
|
/third_party/ffmpeg/libavcodec/ |
H A D | aacdec.c | 216 ChannelElement *cce, int index) in apply_dependent_coupling() 218 IndividualChannelStream *ics = &cce->ch[0].ics; in apply_dependent_coupling() 221 const float *src = cce->ch[0].coeffs; in apply_dependent_coupling() 230 if (cce->ch[0].band_type[idx] != ZERO_BT) { in apply_dependent_coupling() 231 const float gain = cce->coup.gain[index][idx]; in apply_dependent_coupling() 252 ChannelElement *cce, int index) in apply_independent_coupling() 254 const float gain = cce->coup.gain[index][0]; in apply_independent_coupling() 255 const float *src = cce->ch[0].ret; in apply_independent_coupling() 214 apply_dependent_coupling(AACContext *ac, SingleChannelElement *target, ChannelElement *cce, int index) apply_dependent_coupling() argument 250 apply_independent_coupling(AACContext *ac, SingleChannelElement *target, ChannelElement *cce, int index) apply_independent_coupling() argument
|
H A D | aacdec_fixed.c | 358 ChannelElement *cce, int index) in apply_dependent_coupling_fixed() 360 IndividualChannelStream *ics = &cce->ch[0].ics; in apply_dependent_coupling_fixed() 363 const int *src = cce->ch[0].coeffs; in apply_dependent_coupling_fixed() 372 if (cce->ch[0].band_type[idx] != ZERO_BT) { in apply_dependent_coupling_fixed() 373 const int gain = cce->coup.gain[index][idx]; in apply_dependent_coupling_fixed() 422 ChannelElement *cce, int index) in apply_independent_coupling_fixed() 425 const int gain = cce->coup.gain[index][0]; in apply_independent_coupling_fixed() 426 const int *src = cce->ch[0].ret; in apply_independent_coupling_fixed() 356 apply_dependent_coupling_fixed(AACContext *ac, SingleChannelElement *target, ChannelElement *cce, int index) apply_dependent_coupling_fixed() argument 420 apply_independent_coupling_fixed(AACContext *ac, SingleChannelElement *target, ChannelElement *cce, int index) apply_independent_coupling_fixed() argument
|
H A D | aacdec_template.c | 3003 void (*apply_coupling_method)(AACContext *ac, SingleChannelElement *target, ChannelElement *cce, int index)) 3008 ChannelElement *cce = ac->che[TYPE_CCE][i]; local 3011 if (cce && cce->coup.coupling_point == coupling_point) { 3012 ChannelCoupling *coup = &cce->coup; 3017 apply_coupling_method(ac, &cc->ch[0], cce, index); 3022 apply_coupling_method(ac, &cc->ch[1], cce, index++); 3000 apply_channel_coupling(AACContext *ac, ChannelElement *cc, enum RawDataBlockType type, int elem_id, enum CouplingPoint coupling_point, void (*apply_coupling_method)(AACContext *ac, SingleChannelElement *target, ChannelElement *cce, int index)) global() argument
|
/third_party/icu/tools/unicodetools/com/ibm/rbm/ |
H A D | Resources.java | 123 catch (ClassCastException cce) { in getAvailableLocales() 125 cce.printStackTrace(System.err); in getAvailableLocales()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/ |
H A D | TimeZoneTest.java | 1186 catch (ClassCastException cce) { in TestSimpleTimeZoneSerialization() 1187 cce.printStackTrace(); in TestSimpleTimeZoneSerialization()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/ |
H A D | TimeZoneTest.java | 1158 catch (ClassCastException cce) { in TestSimpleTimeZoneSerialization() 1159 cce.printStackTrace(); in TestSimpleTimeZoneSerialization()
|
/third_party/libwebsockets/lib/core-net/ |
H A D | private-lib-core-net.h | 1182 lws_client_ws_upgrade(struct lws *wsi, const char **cce);
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | SimpleDateFormat.java | 2514 } catch(ClassCastException cce) { in parse()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | SimpleDateFormat.java | 2491 } catch(ClassCastException cce) { in parse()
|