Home
last modified time | relevance | path

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

/dports/textproc/stardict3/stardict-3.0.6/dict/stardict-plugins/stardict-dictdotcn-plugin/
H A Dstardict_dictdotcn.cpp228 const char* enc_end = strchr(enc, quote); in process_xml_response() local
229 if(!enc_end) in process_xml_response()
231 std::string encoding(enc, enc_end - enc); in process_xml_response()
/dports/deskutils/recoll/recoll-1.31.2/internfile/
H A Dhtmlparse.cpp222 size_t enc_end = decl.find(quote, enc); in parse_html() local
225 charset = decl.substr(enc, enc_end - enc); in parse_html()
/dports/deskutils/pinot/pinot-1.20/Tokenize/filters/
H A DHtmlParser.cc494 size_t enc_end = decl.find(quote, enc); in parse_html() local
497 charset = decl.substr(enc, enc_end - enc); in parse_html()
/dports/devel/libzim/libzim-6.3.2/src/xapian/
H A Dhtmlparse.cc223 size_t enc_end = decl.find(quote, enc); in parse_html() local
226 charset = decl.substr(enc, enc_end - enc); in parse_html()
/dports/textproc/wbxml2/libwbxml-libwbxml-0.11.7/src/
H A Dwbxml_encoder.h253 …bxml_encoder_encode_node_with_elt_end(WBXMLEncoder *encoder, WBXMLTreeNode *node, WB_BOOL enc_end);
H A Dwbxml_encoder.c244 static WBXMLError parse_node(WBXMLEncoder *encoder, WBXMLTreeNode *node, WB_BOOL enc_end);
681 …wbxml_encoder_encode_node_with_elt_end(WBXMLEncoder *encoder, WBXMLTreeNode *node, WB_BOOL enc_end) in wbxml_encoder_encode_node_with_elt_end() argument
729 if ((ret = parse_node(encoder, node, enc_end)) == WBXML_OK) in wbxml_encoder_encode_node_with_elt_end()
998 static WBXMLError parse_node(WBXMLEncoder *encoder, WBXMLTreeNode *node, WB_BOOL enc_end) in parse_node() argument
1039 if (enc_end) { in parse_node()
/dports/www/xapian-omega12/xapian-omega-1.2.25/
H A Dhtmlparse.cc228 size_t enc_end = decl.find(quote, enc); in parse_html() local
231 charset = decl.substr(enc, enc_end - enc); in parse_html()
/dports/devel/libslang2/slang-2.3.2/modules/
H A Djson-module.c1070 char *enc_end; in json_encode_string() local
1072 enc_end = fill_encoded_json_string (string, string + len, encoded_json_string); in json_encode_string()
1073 new_len = enc_end - encoded_json_string; in json_encode_string()
/dports/www/xapian-omega/xapian-omega-1.4.18/
H A Dhtmlparse.cc235 size_t enc_end = decl.find(quote, enc); in parse() local
238 charset.assign(decl, enc, enc_end - enc); in parse()
/dports/converters/R-cran-RJSONIO/RJSONIO/src/
H A DJSON_parser.c550 const UTF16* enc_end = enc_start + chars; in decode_unicode_char() local
553 &enc_start, enc_end, &dec_start, dec_end, strictConversion); in decode_unicode_char()
/dports/www/h2o-devel/h2o-dcc7134/deps/picotls/t/
H A Dpicotls.c1566 uint8_t *enc_end = ptls_encode_quicint(buf, inputs[i]); in test_quicint() local
1567 assert(enc_end - buf <= PTLS_ENCODE_QUICINT_CAPACITY); in test_quicint()
1571 ok(src == enc_end); in test_quicint()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/platform/mtk-jpeg/
H A Dmtk_jpeg_core.c925 goto enc_end; in mtk_jpeg_enc_device_run()
945 enc_end: in mtk_jpeg_enc_device_run()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/platform/mtk-jpeg/
H A Dmtk_jpeg_core.c925 goto enc_end; in mtk_jpeg_enc_device_run()
945 enc_end: in mtk_jpeg_enc_device_run()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/platform/mtk-jpeg/
H A Dmtk_jpeg_core.c925 goto enc_end; in mtk_jpeg_enc_device_run()
945 enc_end: in mtk_jpeg_enc_device_run()
/dports/x11/xpra/xpra-4.3/xpra/server/window/
H A Dwindow_video_source.py1756 enc_end = monotonic()
1760 csce, ve, ve.get_info(), (enc_end-enc_start)*1000.0)
/dports/misc/libpri/libpri-1.6.0/
H A Drosetest.c2955 unsigned char *enc_end; in rose_test_msg() local
2962 enc_end = buf + sizeof(buf); in rose_test_msg()
2963 enc_pos = facility_encode_header(ctrl, buf, enc_end, header); in rose_test_msg()
2967 enc_pos = rose_encode(ctrl, enc_pos, enc_end, encode_msg); in rose_test_msg()