Home
last modified time | relevance | path

Searched refs:check_utf8 (Results 1 – 16 of 16) sorted by relevance

/third_party/libwebsockets/lib/roles/ws/
Dclient-parser-ws.c81 wsi->ws->check_utf8 = lws_check_opt( in lws_ws_client_rx_sm()
97 wsi->ws->check_utf8 = 0; in lws_ws_client_rx_sm()
109 wsi->ws->check_utf8 = 0; in lws_ws_client_rx_sm()
572 if (wsi->ws->check_utf8 && !wsi->ws->defeat_check_utf8) { in lws_ws_client_rx_sm()
Dprivate-lib-roles-ws.h121 unsigned int check_utf8:1; member
Dops-ws.c155 wsi->ws->check_utf8 = lws_check_opt( in lws_ws_rx_sm()
161 wsi->ws->check_utf8 = 0; in lws_ws_rx_sm()
191 wsi->ws->check_utf8 = 0; in lws_ws_rx_sm()
659 wsi->ws->check_utf8 && !wsi->ws->defeat_check_utf8) { in lws_ws_rx_sm()
Dserver-ws.c945 wsi->ws->check_utf8 && !wsi->ws->defeat_check_utf8) { in lws_ws_frame_rest_is_payload()
/third_party/boost/libs/beast/include/boost/beast/websocket/detail/
Dutf8_checker.hpp85 check_utf8(char const* p, std::size_t n);
Dframe.hpp232 if(n > 2 && !check_utf8( in read_close()
Dutf8_checker.ipp318 check_utf8(char const* p, std::size_t n)
/third_party/boost/boost/beast/websocket/detail/
Dutf8_checker.hpp85 check_utf8(char const* p, std::size_t n);
Dframe.hpp232 if(n > 2 && !check_utf8( in read_close()
Dutf8_checker.ipp318 check_utf8(char const* p, std::size_t n)
/third_party/boost/libs/beast/test/bench/utf8_checker/
Dbench_utf8_checker.cpp92 beast::websocket::detail::check_utf8( in checkBeast()
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DGPBUtil.php93 public static function checkString(&$var, $check_utf8) argument
101 if ($check_utf8 && !preg_match('//u', $var)) {
/third_party/gstreamer/gstplugins_good/gst/matroska/
Dmatroska-ids.c129 subtitle_context->check_utf8 = TRUE; in gst_matroska_track_init_subtitle_context()
Dmatroska-ids.h668 gboolean check_utf8; /* buffers should be valid UTF-8 */ member
Dmatroska-mux.c2455 scontext->check_utf8 = 1; in gst_matroska_mux_subtitle_pad_setcaps()
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.cc1466 void GenerateStrings(const FieldDescriptor* field, bool check_utf8) { in GenerateStrings() argument
1500 if (!check_utf8) return; // return if this is a bytes field in GenerateStrings()