Home
last modified time | relevance | path

Searched refs:cce (Results 1 - 16 of 16) sorted by relevance

/third_party/libwebsockets/lib/roles/ws/
H A Dclient-ws.c234 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 Dclient-http.c42 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 Dops-raw-skt.c33 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 Dconnect4.c36 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 Dconnect3.c259 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 Dconnect.c494 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 Dclient-mqtt.c199 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 Daacdec.c216 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 Daacdec_fixed.c358 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 Daacdec_template.c3003 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 DResources.java123 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 DTimeZoneTest.java1186 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 DTimeZoneTest.java1158 catch (ClassCastException cce) { in TestSimpleTimeZoneSerialization()
1159 cce.printStackTrace(); in TestSimpleTimeZoneSerialization()
/third_party/libwebsockets/lib/core-net/
H A Dprivate-lib-core-net.h1182 lws_client_ws_upgrade(struct lws *wsi, const char **cce);
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DSimpleDateFormat.java2514 } catch(ClassCastException cce) { in parse()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DSimpleDateFormat.java2491 } catch(ClassCastException cce) { in parse()

Completed in 31 milliseconds