Home
last modified time | relevance | path

Searched refs:tag_buf (Results 1 – 25 of 340) sorted by relevance

12345678910>>...14

/dports/mail/mailutils/mailutils-3.13/libproto/imap/
H A Dtag.c32 if (++imap->tag_buf[i] <= 9) in _mu_imap_tag_incr()
34 imap->tag_buf[i] = 0; in _mu_imap_tag_incr()
38 int *np = realloc (imap->tag_buf, in _mu_imap_tag_incr()
39 (imap->tag_len + 1) * sizeof imap->tag_buf[0]); in _mu_imap_tag_incr()
42 imap->tag_buf = np; in _mu_imap_tag_incr()
43 imap->tag_buf[imap->tag_len] = 0; in _mu_imap_tag_incr()
74 imap->tag_buf = calloc (imap->tag_len, sizeof (imap->tag_buf[0])); in _mu_imap_tag_clr()
75 if (!imap->tag_buf) in _mu_imap_tag_clr()
83 free (imap->tag_buf); in _mu_imap_tag_clr()
84 imap->tag_buf = NULL; in _mu_imap_tag_clr()
[all …]
H A Ddestroy.c39 if (imap->tag_buf) in mu_imap_destroy()
40 free (imap->tag_buf); in mu_imap_destroy()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wireless/ath/ath11k/
H A Ddebugfs_htt_stats.c3343 tag_buf; in htt_print_rx_soc_fw_refill_ring_num_rxdma_err_tlv_v()
3911 u16 tag, u16 len, const void *tag_buf, in ath11k_dbg_htt_ext_stats_parse() argument
4041 htt_print_sfm_cmn_tlv(tag_buf, stats_req); in ath11k_dbg_htt_ext_stats_parse()
4045 htt_print_sring_stats_tlv(tag_buf, stats_req); in ath11k_dbg_htt_ext_stats_parse()
4070 tag_buf, len, stats_req); in ath11k_dbg_htt_ext_stats_parse()
4074 tag_buf, len, stats_req); in ath11k_dbg_htt_ext_stats_parse()
4079 tag_buf, len, stats_req); in ath11k_dbg_htt_ext_stats_parse()
4084 tag_buf, stats_req); in ath11k_dbg_htt_ext_stats_parse()
4122 htt_print_sfm_client_tlv(tag_buf, stats_req); in ath11k_dbg_htt_ext_stats_parse()
4134 htt_print_sring_cmn_tlv(tag_buf, stats_req); in ath11k_dbg_htt_ext_stats_parse()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/wireless/ath/ath11k/
H A Ddebugfs_htt_stats.c3343 tag_buf; in htt_print_rx_soc_fw_refill_ring_num_rxdma_err_tlv_v()
3911 u16 tag, u16 len, const void *tag_buf, in ath11k_dbg_htt_ext_stats_parse() argument
4041 htt_print_sfm_cmn_tlv(tag_buf, stats_req); in ath11k_dbg_htt_ext_stats_parse()
4045 htt_print_sring_stats_tlv(tag_buf, stats_req); in ath11k_dbg_htt_ext_stats_parse()
4070 tag_buf, len, stats_req); in ath11k_dbg_htt_ext_stats_parse()
4074 tag_buf, len, stats_req); in ath11k_dbg_htt_ext_stats_parse()
4079 tag_buf, len, stats_req); in ath11k_dbg_htt_ext_stats_parse()
4084 tag_buf, stats_req); in ath11k_dbg_htt_ext_stats_parse()
4122 htt_print_sfm_client_tlv(tag_buf, stats_req); in ath11k_dbg_htt_ext_stats_parse()
4134 htt_print_sring_cmn_tlv(tag_buf, stats_req); in ath11k_dbg_htt_ext_stats_parse()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/wireless/ath/ath11k/
H A Ddebugfs_htt_stats.c3343 tag_buf; in htt_print_rx_soc_fw_refill_ring_num_rxdma_err_tlv_v()
3911 u16 tag, u16 len, const void *tag_buf, in ath11k_dbg_htt_ext_stats_parse() argument
4041 htt_print_sfm_cmn_tlv(tag_buf, stats_req); in ath11k_dbg_htt_ext_stats_parse()
4045 htt_print_sring_stats_tlv(tag_buf, stats_req); in ath11k_dbg_htt_ext_stats_parse()
4070 tag_buf, len, stats_req); in ath11k_dbg_htt_ext_stats_parse()
4074 tag_buf, len, stats_req); in ath11k_dbg_htt_ext_stats_parse()
4079 tag_buf, len, stats_req); in ath11k_dbg_htt_ext_stats_parse()
4084 tag_buf, stats_req); in ath11k_dbg_htt_ext_stats_parse()
4122 htt_print_sfm_client_tlv(tag_buf, stats_req); in ath11k_dbg_htt_ext_stats_parse()
4134 htt_print_sring_cmn_tlv(tag_buf, stats_req); in ath11k_dbg_htt_ext_stats_parse()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/updater/win/
H A Dtag_extractor.cc61 BinaryConstIt tag_buf = AdvanceIt(taglen_buf, sizeof(uint16_t), cert_end); in ReadTagUtf8() local
62 if (tag_buf == cert_end) in ReadTagUtf8()
66 if (!CheckRange(tag_buf, tag_len, cert_end)) in ReadTagUtf8()
69 return std::string(tag_buf, tag_buf + tag_len); in ReadTagUtf8()
81 BinaryConstIt tag_buf = in ReadTagUtf16() local
85 std::search(tag_buf, cert_end, std::begin(kTagEndMagicUtf16), in ReadTagUtf16()
92 if ((tag_buf_end - tag_buf) % 2 != 0) in ReadTagUtf16()
96 tag_utf16.resize((tag_buf_end - tag_buf) / sizeof(uint16_t)); in ReadTagUtf16()
100 for (auto it = tag_buf; it < tag_buf_end; it += sizeof(uint16_t)) { in ReadTagUtf16()
/dports/textproc/xmlindent/xmlindent-0.2.17/
H A Dindent.c57 struct buffer tag_buf; variable
116 buffer_init(&tag_buf, BUFFER_INITIAL_CAPACITY); in indent()
130 buffer_release(&tag_buf); in indent()
239 buffer_copy(&primary_buf, &tag_buf); in merge_buffers_start_tag()
246 buffer_clear(&tag_buf); in merge_buffers_start_tag()
255 buffer_copy(&primary_buf, &tag_buf); in merge_buffers()
258 buffer_clear(&tag_buf); in merge_buffers()
299 buffer_push_str(&tag_buf, tmp); in start_tag()
432 return (buffer_size(&primary_buf) + buffer_size(&tag_buf) in need_wrap()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavformat/
H A Drsd.c73 char tag_buf[5]; in rsd_read_header() local
75 av_get_codec_tag_string(tag_buf, sizeof(tag_buf), codec->codec_tag); in rsd_read_header()
78 avpriv_request_sample(s, "Codec tag: %s", tag_buf); in rsd_read_header()
82 av_log(s, AV_LOG_ERROR, "Unknown codec tag: %s\n", tag_buf); in rsd_read_header()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavformat/
H A Drsd.c73 char tag_buf[5]; in rsd_read_header() local
75 av_get_codec_tag_string(tag_buf, sizeof(tag_buf), codec->codec_tag); in rsd_read_header()
78 avpriv_request_sample(s, "Codec tag: %s", tag_buf); in rsd_read_header()
82 av_log(s, AV_LOG_ERROR, "Unknown codec tag: %s\n", tag_buf); in rsd_read_header()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/plugins/out_file/
H A Dfile.c369 char *tag_buf;
417 tag_buf = flb_malloc(tag_len + 1);
418 if (!tag_buf) {
423 memcpy(tag_buf, tag, tag_len);
424 tag_buf[tag_len] = '\0';
440 flb_free(tag_buf);
447 flb_free(tag_buf);
467 tag_buf,
475 flb_free(tag_buf);
501 flb_free(tag_buf);
/dports/x11-toolkits/Xmt/xmt400/Xmt/
H A DXmStringCvt.c81 char *s, *start, *text_ptr, indicator, *tag, tag_buf[3]; local
191 tag_buf[0] = *(s+1);
192 tag_buf[1] = *(s+2);
193 tag_buf[2] = '\0';
194 tag = tag_buf;
199 tag_buf[0] = *s;
200 tag_buf[1] = '\0';
202 tag = tag_buf;
/dports/devel/grpc/grpc-1.42.0/src/core/tsi/alts/zero_copy_frame_protector/
H A Dalts_grpc_integrity_only_record_protocol.cc37 unsigned char* tag_buf; member
160 protected_slices, integrity_only_record_protocol->tag_buf); in alts_grpc_integrity_only_unprotect()
161 tag_iovec.iov_base = integrity_only_record_protocol->tag_buf; in alts_grpc_integrity_only_unprotect()
190 gpr_free(integrity_only_rp->tag_buf); in alts_grpc_integrity_only_destruct()
221 impl->tag_buf = in alts_grpc_integrity_only_record_protocol_create()
/dports/devel/grpc130/grpc-1.30.2/src/core/tsi/alts/zero_copy_frame_protector/
H A Dalts_grpc_integrity_only_record_protocol.cc37 unsigned char* tag_buf; member
160 protected_slices, integrity_only_record_protocol->tag_buf); in alts_grpc_integrity_only_unprotect()
161 tag_iovec.iov_base = integrity_only_record_protocol->tag_buf; in alts_grpc_integrity_only_unprotect()
190 gpr_free(integrity_only_rp->tag_buf); in alts_grpc_integrity_only_destruct()
221 impl->tag_buf = in alts_grpc_integrity_only_record_protocol_create()
/dports/devel/grpc134/grpc-1.34.1/src/core/tsi/alts/zero_copy_frame_protector/
H A Dalts_grpc_integrity_only_record_protocol.cc37 unsigned char* tag_buf; member
160 protected_slices, integrity_only_record_protocol->tag_buf); in alts_grpc_integrity_only_unprotect()
161 tag_iovec.iov_base = integrity_only_record_protocol->tag_buf; in alts_grpc_integrity_only_unprotect()
190 gpr_free(integrity_only_rp->tag_buf); in alts_grpc_integrity_only_destruct()
221 impl->tag_buf = in alts_grpc_integrity_only_record_protocol_create()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/core/tsi/alts/zero_copy_frame_protector/
H A Dalts_grpc_integrity_only_record_protocol.cc37 unsigned char* tag_buf; member
160 protected_slices, integrity_only_record_protocol->tag_buf); in alts_grpc_integrity_only_unprotect()
161 tag_iovec.iov_base = integrity_only_record_protocol->tag_buf; in alts_grpc_integrity_only_unprotect()
190 gpr_free(integrity_only_rp->tag_buf); in alts_grpc_integrity_only_destruct()
221 impl->tag_buf = in alts_grpc_integrity_only_record_protocol_create()
/dports/devel/pecl-grpc/grpc-1.42.0/src/core/tsi/alts/zero_copy_frame_protector/
H A Dalts_grpc_integrity_only_record_protocol.cc37 unsigned char* tag_buf; member
160 protected_slices, integrity_only_record_protocol->tag_buf); in alts_grpc_integrity_only_unprotect()
161 tag_iovec.iov_base = integrity_only_record_protocol->tag_buf; in alts_grpc_integrity_only_unprotect()
190 gpr_free(integrity_only_rp->tag_buf); in alts_grpc_integrity_only_destruct()
221 impl->tag_buf = in alts_grpc_integrity_only_record_protocol_create()
/dports/devel/py-grpcio/grpcio-1.43.0/src/core/tsi/alts/zero_copy_frame_protector/
H A Dalts_grpc_integrity_only_record_protocol.cc37 unsigned char* tag_buf; member
160 protected_slices, integrity_only_record_protocol->tag_buf); in alts_grpc_integrity_only_unprotect()
161 tag_iovec.iov_base = integrity_only_record_protocol->tag_buf; in alts_grpc_integrity_only_unprotect()
190 gpr_free(integrity_only_rp->tag_buf); in alts_grpc_integrity_only_destruct()
221 impl->tag_buf = in alts_grpc_integrity_only_record_protocol_create()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/id3-0.5.3/src/v1/
H A Dmod.rs216 let mut tag_buf = [0; 355]; in read_from() localVariable
220 reader.read_exact(&mut tag_buf)?; in read_from()
222 let l = tag_buf.len() as i64; in read_from()
224 reader.read_exact(&mut tag_buf[(l + TAG_CHUNK.start) as usize..])?; in read_from()
233 let (xtag, tag) = (&tag_buf[..227], &tag_buf[227..]); in read_from()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/src/
H A Dflb_engine_dispatch.c222 const char *tag_buf; in flb_engine_dispatch() local
258 ret = flb_input_chunk_get_tag(ic, &tag_buf, &tag_len); in flb_engine_dispatch()
265 if (!tag_buf || tag_len <= 0) { in flb_engine_dispatch()
273 tag_buf, tag_len, in flb_engine_dispatch()
/dports/security/hashcat/hashcat-6.2.5/src/modules/
H A Dmodule_25500.c228 u32 tag_buf[4]; in module_hash_decode() local
230 memset (tag_buf, 0, sizeof (tag_buf)); in module_hash_decode()
232 memcpy ((u8 *)tag_buf, tmp_buf+stellar->ct_len, 16); in module_hash_decode()
234 digest[0] = byte_swap_32 (tag_buf[0]); in module_hash_decode()
235 digest[1] = byte_swap_32 (tag_buf[1]); in module_hash_decode()
236 digest[2] = byte_swap_32 (tag_buf[2]); in module_hash_decode()
237 digest[3] = byte_swap_32 (tag_buf[3]); in module_hash_decode()
/dports/dns/dog/dog-0.1.0/dns/src/record/
H A Dcaa.rs43 let mut tag_buf = Vec::new(); in read() localVariable
45 tag_buf.push(c.read_u8()?); in read()
48 let tag = String::from_utf8_lossy(&tag_buf).to_string(); in read()
/dports/multimedia/librist/librist-5c1f4a06ab46e16e6bba42fe7381d8353020a1fd/contrib/mbedtls/library/
H A Dgcm.c780 unsigned char tag_buf[16]; in mbedtls_gcm_self_test() local
821 buf, 16, tag_buf ); in mbedtls_gcm_self_test()
836 memcmp( tag_buf, tag_test_data[j * 6 + i], 16 ) != 0 ) in mbedtls_gcm_self_test()
865 ct_test_data[j * 6 + i], buf, 16, tag_buf ); in mbedtls_gcm_self_test()
872 memcmp( tag_buf, tag_test_data[j * 6 + i], 16 ) != 0 ) in mbedtls_gcm_self_test()
927 ret = mbedtls_gcm_finish( &ctx, tag_buf, 16 ); in mbedtls_gcm_self_test()
933 memcmp( tag_buf, tag_test_data[j * 6 + i], 16 ) != 0 ) in mbedtls_gcm_self_test()
987 ret = mbedtls_gcm_finish( &ctx, tag_buf, 16 ); in mbedtls_gcm_self_test()
993 memcmp( tag_buf, tag_test_data[j * 6 + i], 16 ) != 0 ) in mbedtls_gcm_self_test()
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/mbedtls/library/
H A Dgcm.c746 unsigned char tag_buf[16]; in mbedtls_gcm_self_test() local
783 pt[pt_index[i]], buf, 16, tag_buf ); in mbedtls_gcm_self_test()
788 memcmp( tag_buf, tag[j * 6 + i], 16 ) != 0 ) in mbedtls_gcm_self_test()
814 ct[j * 6 + i], buf, 16, tag_buf ); in mbedtls_gcm_self_test()
820 memcmp( tag_buf, tag[j * 6 + i], 16 ) != 0 ) in mbedtls_gcm_self_test()
867 ret = mbedtls_gcm_finish( &ctx, tag_buf, 16 ); in mbedtls_gcm_self_test()
872 memcmp( tag_buf, tag[j * 6 + i], 16 ) != 0 ) in mbedtls_gcm_self_test()
920 ret = mbedtls_gcm_finish( &ctx, tag_buf, 16 ); in mbedtls_gcm_self_test()
925 memcmp( tag_buf, tag[j * 6 + i], 16 ) != 0 ) in mbedtls_gcm_self_test()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/mbedtls/library/
H A Dgcm.c809 unsigned char tag_buf[16]; in mbedtls_gcm_self_test() local
846 pt[pt_index[i]], buf, 16, tag_buf ); in mbedtls_gcm_self_test()
851 memcmp( tag_buf, tag[j * 6 + i], 16 ) != 0 ) in mbedtls_gcm_self_test()
877 ct[j * 6 + i], buf, 16, tag_buf ); in mbedtls_gcm_self_test()
883 memcmp( tag_buf, tag[j * 6 + i], 16 ) != 0 ) in mbedtls_gcm_self_test()
930 ret = mbedtls_gcm_finish( &ctx, tag_buf, 16 ); in mbedtls_gcm_self_test()
935 memcmp( tag_buf, tag[j * 6 + i], 16 ) != 0 ) in mbedtls_gcm_self_test()
983 ret = mbedtls_gcm_finish( &ctx, tag_buf, 16 ); in mbedtls_gcm_self_test()
988 memcmp( tag_buf, tag[j * 6 + i], 16 ) != 0 ) in mbedtls_gcm_self_test()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/mbedtls/library/
H A Dgcm.c809 unsigned char tag_buf[16]; in mbedtls_gcm_self_test() local
846 pt[pt_index[i]], buf, 16, tag_buf ); in mbedtls_gcm_self_test()
851 memcmp( tag_buf, tag[j * 6 + i], 16 ) != 0 ) in mbedtls_gcm_self_test()
877 ct[j * 6 + i], buf, 16, tag_buf ); in mbedtls_gcm_self_test()
883 memcmp( tag_buf, tag[j * 6 + i], 16 ) != 0 ) in mbedtls_gcm_self_test()
930 ret = mbedtls_gcm_finish( &ctx, tag_buf, 16 ); in mbedtls_gcm_self_test()
935 memcmp( tag_buf, tag[j * 6 + i], 16 ) != 0 ) in mbedtls_gcm_self_test()
983 ret = mbedtls_gcm_finish( &ctx, tag_buf, 16 ); in mbedtls_gcm_self_test()
988 memcmp( tag_buf, tag[j * 6 + i], 16 ) != 0 ) in mbedtls_gcm_self_test()

12345678910>>...14