Home
last modified time | relevance | path

Searched refs:tag_len (Results 1 – 25 of 1696) sorted by relevance

12345678910>>...68

/dports/sysutils/slurm-wlm/slurm-20.02.7/src/scontrol/
H A Dscontrol.c801 int tag_len = 0; in _process_command() local
810 tag_len = strlen(tag); in _process_command()
1538 int tag_len; in _create_it() local
1544 tag_len = strlen(tag); in _create_it()
1573 int tag_len = 0; in _delete_it() local
1627 int tag_len = 0; in _show_it() local
1654 tag_len = strlen(tag); in _show_it()
1766 int tag_len = 0; in _update_it() local
1770 tag_len = strlen(tag); in _update_it()
1779 MAX(tag_len, 3))) { in _update_it()
[all …]
/dports/mail/mailutils/mailutils-3.13/libproto/imap/
H A Dtag.c35 if (++i == imap->tag_len) in _mu_imap_tag_incr()
39 (imap->tag_len + 1) * sizeof imap->tag_buf[0]); in _mu_imap_tag_incr()
43 imap->tag_buf[imap->tag_len] = 0; in _mu_imap_tag_incr()
46 (imap->tag_len + 2) * sizeof imap->tag_str[0]); in _mu_imap_tag_incr()
50 imap->tag_len++; in _mu_imap_tag_incr()
61 for (i = 0; i < imap->tag_len; i++) in _mu_imap_tag_print()
71 if (imap->tag_len == 0) in _mu_imap_tag_clr()
73 imap->tag_len = 2; in _mu_imap_tag_clr()
77 imap->tag_len = 0; in _mu_imap_tag_clr()
85 imap->tag_len = 0; in _mu_imap_tag_clr()
[all …]
/dports/net/fort/FORT-validator-1.5.3/src/asn1/asn1c/
H A Dber_decoder.c70 ssize_t tag_len; in ber_check_tags() local
122 switch(tag_len) { in ber_check_tags()
128 (const char *)ptr + tag_len, size - tag_len, &tlv_len); in ber_check_tags()
134 (long)(tag_len + len_len)); in ber_check_tags()
135 ADVANCE(tag_len + len_len); in ber_check_tags()
148 (long)tag_len, step, tagno, in ber_check_tags()
150 switch(tag_len) { in ber_check_tags()
208 (const char *)ptr + tag_len, size - tag_len, &tlv_len); in ber_check_tags()
231 ADVANCE(tag_len + len_len); in ber_check_tags()
261 ADVANCE(tag_len + len_len); in ber_check_tags()
[all …]
/dports/www/mod_auth_gssapi/mod_auth_gssapi-1.6.3/src/asn1c/
H A Dber_decoder.c70 ssize_t tag_len; in ber_check_tags() local
122 switch(tag_len) { in ber_check_tags()
128 (const char *)ptr + tag_len, size - tag_len, &tlv_len); in ber_check_tags()
134 (long)(tag_len + len_len)); in ber_check_tags()
135 ADVANCE(tag_len + len_len); in ber_check_tags()
148 (long)tag_len, step, tagno, in ber_check_tags()
150 switch(tag_len) { in ber_check_tags()
208 (const char *)ptr + tag_len, size - tag_len, &tlv_len); in ber_check_tags()
233 ADVANCE(tag_len + len_len); in ber_check_tags()
263 ADVANCE(tag_len + len_len); in ber_check_tags()
[all …]
/dports/biology/biosig/biosig-2.3.3/biosig4c++/t240/
H A Dber_decoder.c70 ssize_t tag_len; in ber_check_tags() local
122 switch(tag_len) { in ber_check_tags()
128 (const char *)ptr + tag_len, size - tag_len, &tlv_len); in ber_check_tags()
134 (long)(tag_len + len_len)); in ber_check_tags()
135 ADVANCE(tag_len + len_len); in ber_check_tags()
148 (long)tag_len, step, tagno, in ber_check_tags()
150 switch(tag_len) { in ber_check_tags()
208 (const char *)ptr + tag_len, size - tag_len, &tlv_len); in ber_check_tags()
233 ADVANCE(tag_len + len_len); in ber_check_tags()
263 ADVANCE(tag_len + len_len); in ber_check_tags()
[all …]
/dports/lang/asn1c/asn1c-0.9.27/skeletons/
H A Dber_decoder.c70 ssize_t tag_len; in ber_check_tags() local
122 switch(tag_len) { in ber_check_tags()
128 (const char *)ptr + tag_len, size - tag_len, &tlv_len); in ber_check_tags()
134 (long)(tag_len + len_len)); in ber_check_tags()
135 ADVANCE(tag_len + len_len); in ber_check_tags()
148 (long)tag_len, step, tagno, in ber_check_tags()
150 switch(tag_len) { in ber_check_tags()
208 (const char *)ptr + tag_len, size - tag_len, &tlv_len); in ber_check_tags()
233 ADVANCE(tag_len + len_len); in ber_check_tags()
263 ADVANCE(tag_len + len_len); in ber_check_tags()
[all …]
/dports/security/mbedtls/mbedtls-mbedtls-2.16.12/library/
H A Dccm.c200 if( tag_len == 2 || tag_len > 16 || tag_len % 2 != 0 ) in ccm_auth_crypt()
226 b[0] |= ( ( tag_len - 2 ) / 2 ) << 3; in ccm_auth_crypt()
341 memcpy( tag, y, tag_len ); in ccm_auth_crypt()
360 CCM_VALIDATE_RET( tag_len == 0 || tag != NULL ); in mbedtls_ccm_star_encrypt_and_tag()
376 CCM_VALIDATE_RET( tag_len == 0 || tag != NULL ); in mbedtls_ccm_encrypt_and_tag()
377 if( tag_len == 0 ) in mbedtls_ccm_encrypt_and_tag()
403 CCM_VALIDATE_RET( tag_len == 0 || tag != NULL ); in mbedtls_ccm_star_auth_decrypt()
413 for( diff = 0, i = 0; i < tag_len; i++ ) in mbedtls_ccm_star_auth_decrypt()
436 CCM_VALIDATE_RET( tag_len == 0 || tag != NULL ); in mbedtls_ccm_auth_decrypt()
438 if( tag_len == 0 ) in mbedtls_ccm_auth_decrypt()
[all …]
/dports/devel/godot/godot-3.2.3-stable/thirdparty/mbedtls/library/
H A Dccm.c200 if( tag_len == 2 || tag_len > 16 || tag_len % 2 != 0 ) in ccm_auth_crypt()
226 b[0] |= ( ( tag_len - 2 ) / 2 ) << 3; in ccm_auth_crypt()
341 memcpy( tag, y, tag_len ); in ccm_auth_crypt()
360 CCM_VALIDATE_RET( tag_len == 0 || tag != NULL ); in mbedtls_ccm_star_encrypt_and_tag()
376 CCM_VALIDATE_RET( tag_len == 0 || tag != NULL ); in mbedtls_ccm_encrypt_and_tag()
377 if( tag_len == 0 ) in mbedtls_ccm_encrypt_and_tag()
403 CCM_VALIDATE_RET( tag_len == 0 || tag != NULL ); in mbedtls_ccm_star_auth_decrypt()
413 for( diff = 0, i = 0; i < tag_len; i++ ) in mbedtls_ccm_star_auth_decrypt()
436 CCM_VALIDATE_RET( tag_len == 0 || tag != NULL ); in mbedtls_ccm_auth_decrypt()
438 if( tag_len == 0 ) in mbedtls_ccm_auth_decrypt()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/mbedtls/library/
H A Dccm.c200 if( tag_len == 2 || tag_len > 16 || tag_len % 2 != 0 ) in ccm_auth_crypt()
226 b[0] |= ( ( tag_len - 2 ) / 2 ) << 3; in ccm_auth_crypt()
341 memcpy( tag, y, tag_len ); in ccm_auth_crypt()
360 CCM_VALIDATE_RET( tag_len == 0 || tag != NULL ); in mbedtls_ccm_star_encrypt_and_tag()
376 CCM_VALIDATE_RET( tag_len == 0 || tag != NULL ); in mbedtls_ccm_encrypt_and_tag()
377 if( tag_len == 0 ) in mbedtls_ccm_encrypt_and_tag()
403 CCM_VALIDATE_RET( tag_len == 0 || tag != NULL ); in mbedtls_ccm_star_auth_decrypt()
413 for( diff = 0, i = 0; i < tag_len; i++ ) in mbedtls_ccm_star_auth_decrypt()
436 CCM_VALIDATE_RET( tag_len == 0 || tag != NULL ); in mbedtls_ccm_auth_decrypt()
438 if( tag_len == 0 ) in mbedtls_ccm_auth_decrypt()
[all …]
/dports/comms/fldigi/fldigi-4.1.20/src/mbedtls/
H A Dccm.c171 if( tag_len == 2 || tag_len > 16 || tag_len % 2 != 0 ) in ccm_auth_crypt()
197 b[0] |= ( ( tag_len - 2 ) / 2 ) << 3; in ccm_auth_crypt()
312 memcpy( tag, y, tag_len ); in ccm_auth_crypt()
331 CCM_VALIDATE_RET( tag_len == 0 || tag != NULL ); in mbedtls_ccm_star_encrypt_and_tag()
347 CCM_VALIDATE_RET( tag_len == 0 || tag != NULL ); in mbedtls_ccm_encrypt_and_tag()
348 if( tag_len == 0 ) in mbedtls_ccm_encrypt_and_tag()
374 CCM_VALIDATE_RET( tag_len == 0 || tag != NULL ); in mbedtls_ccm_star_auth_decrypt()
384 for( diff = 0, i = 0; i < tag_len; i++ ) in mbedtls_ccm_star_auth_decrypt()
407 CCM_VALIDATE_RET( tag_len == 0 || tag != NULL ); in mbedtls_ccm_auth_decrypt()
409 if( tag_len == 0 ) in mbedtls_ccm_auth_decrypt()
[all …]
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/mbedtls/library/
H A Dccm.c169 if( tag_len == 2 || tag_len > 16 || tag_len % 2 != 0 ) in ccm_auth_crypt()
195 b[0] |= ( ( tag_len - 2 ) / 2 ) << 3; in ccm_auth_crypt()
310 memcpy( tag, y, tag_len ); in ccm_auth_crypt()
329 CCM_VALIDATE_RET( tag_len == 0 || tag != NULL ); in mbedtls_ccm_star_encrypt_and_tag()
345 CCM_VALIDATE_RET( tag_len == 0 || tag != NULL ); in mbedtls_ccm_encrypt_and_tag()
346 if( tag_len == 0 ) in mbedtls_ccm_encrypt_and_tag()
372 CCM_VALIDATE_RET( tag_len == 0 || tag != NULL ); in mbedtls_ccm_star_auth_decrypt()
382 for( diff = 0, i = 0; i < tag_len; i++ ) in mbedtls_ccm_star_auth_decrypt()
405 CCM_VALIDATE_RET( tag_len == 0 || tag != NULL ); in mbedtls_ccm_auth_decrypt()
407 if( tag_len == 0 ) in mbedtls_ccm_auth_decrypt()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/libstb/crypto/mbedtls/library/
H A Dccm.c175 if( tag_len == 2 || tag_len > 16 || tag_len % 2 != 0 ) in ccm_auth_crypt()
201 b[0] |= ( ( tag_len - 2 ) / 2 ) << 3; in ccm_auth_crypt()
316 memcpy( tag, y, tag_len ); in ccm_auth_crypt()
335 CCM_VALIDATE_RET( tag_len == 0 || tag != NULL ); in mbedtls_ccm_star_encrypt_and_tag()
351 CCM_VALIDATE_RET( tag_len == 0 || tag != NULL ); in mbedtls_ccm_encrypt_and_tag()
352 if( tag_len == 0 ) in mbedtls_ccm_encrypt_and_tag()
378 CCM_VALIDATE_RET( tag_len == 0 || tag != NULL ); in mbedtls_ccm_star_auth_decrypt()
388 for( diff = 0, i = 0; i < tag_len; i++ ) in mbedtls_ccm_star_auth_decrypt()
411 CCM_VALIDATE_RET( tag_len == 0 || tag != NULL ); in mbedtls_ccm_auth_decrypt()
413 if( tag_len == 0 ) in mbedtls_ccm_auth_decrypt()
[all …]
/dports/multimedia/libtheora/libtheora-1.1.1/lib/
H A Dinfo.c80 int tag_len; in th_comment_add_tag() local
82 tag_len=strlen(_tag); in th_comment_add_tag()
85 comment=_ogg_malloc(tag_len+val_len+2); in th_comment_add_tag()
87 memcpy(comment,_tag,tag_len); in th_comment_add_tag()
88 comment[tag_len]='='; in th_comment_add_tag()
89 memcpy(comment+tag_len+1,_val,val_len+1); in th_comment_add_tag()
97 int tag_len; in th_comment_query() local
98 tag_len=strlen(_tag); in th_comment_query()
101 if(!oc_tagcompare(_tc->user_comments[i],_tag,tag_len)){ in th_comment_query()
112 int tag_len; in th_comment_query_count() local
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/libretro/deps/theora/lib/
H A Dinfo.c80 int tag_len; in th_comment_add_tag() local
82 tag_len=strlen(_tag); in th_comment_add_tag()
85 comment=_ogg_malloc(tag_len+val_len+2); in th_comment_add_tag()
87 memcpy(comment,_tag,tag_len); in th_comment_add_tag()
88 comment[tag_len]='='; in th_comment_add_tag()
89 memcpy(comment+tag_len+1,_val,val_len+1); in th_comment_add_tag()
97 int tag_len; in th_comment_query() local
98 tag_len=strlen(_tag); in th_comment_query()
101 if(!oc_tagcompare(_tc->user_comments[i],_tag,tag_len)){ in th_comment_query()
112 int tag_len; in th_comment_query_count() local
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/theora/vtktheora/lib/
H A Dinfo.c80 int tag_len; in th_comment_add_tag() local
82 tag_len=strlen(_tag); in th_comment_add_tag()
85 comment=_ogg_malloc(tag_len+val_len+2); in th_comment_add_tag()
87 memcpy(comment,_tag,tag_len); in th_comment_add_tag()
88 comment[tag_len]='='; in th_comment_add_tag()
89 memcpy(comment+tag_len+1,_val,val_len+1); in th_comment_add_tag()
97 int tag_len; in th_comment_query() local
98 tag_len=strlen(_tag); in th_comment_query()
101 if(!oc_tagcompare(_tc->user_comments[i],_tag,tag_len)){ in th_comment_query()
112 int tag_len; in th_comment_query_count() local
[all …]
/dports/www/firefox-esr/firefox-91.8.0/media/libtheora/lib/
H A Dinfo.c80 int tag_len; in th_comment_add_tag() local
82 tag_len=strlen(_tag); in th_comment_add_tag()
85 comment=_ogg_malloc(tag_len+val_len+2); in th_comment_add_tag()
87 memcpy(comment,_tag,tag_len); in th_comment_add_tag()
88 comment[tag_len]='='; in th_comment_add_tag()
89 memcpy(comment+tag_len+1,_val,val_len+1); in th_comment_add_tag()
97 int tag_len; in th_comment_query() local
98 tag_len=strlen(_tag); in th_comment_query()
101 if(!oc_tagcompare(_tc->user_comments[i],_tag,tag_len)){ in th_comment_query()
112 int tag_len; in th_comment_query_count() local
[all …]
/dports/devel/godot/godot-3.2.3-stable/thirdparty/libtheora/
H A Dinfo.c80 int tag_len; in th_comment_add_tag() local
82 tag_len=strlen(_tag); in th_comment_add_tag()
85 comment=_ogg_malloc(tag_len+val_len+2); in th_comment_add_tag()
87 memcpy(comment,_tag,tag_len); in th_comment_add_tag()
88 comment[tag_len]='='; in th_comment_add_tag()
89 memcpy(comment+tag_len+1,_val,val_len+1); in th_comment_add_tag()
97 int tag_len; in th_comment_query() local
98 tag_len=strlen(_tag); in th_comment_query()
101 if(!oc_tagcompare(_tc->user_comments[i],_tag,tag_len)){ in th_comment_query()
112 int tag_len; in th_comment_query_count() local
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/libtheora/
H A Dinfo.c80 int tag_len; in th_comment_add_tag() local
82 tag_len=strlen(_tag); in th_comment_add_tag()
85 comment=_ogg_malloc(tag_len+val_len+2); in th_comment_add_tag()
87 memcpy(comment,_tag,tag_len); in th_comment_add_tag()
88 comment[tag_len]='='; in th_comment_add_tag()
89 memcpy(comment+tag_len+1,_val,val_len+1); in th_comment_add_tag()
97 int tag_len; in th_comment_query() local
98 tag_len=strlen(_tag); in th_comment_query()
101 if(!oc_tagcompare(_tc->user_comments[i],_tag,tag_len)){ in th_comment_query()
112 int tag_len; in th_comment_query_count() local
[all …]
/dports/www/firefox/firefox-99.0/media/libtheora/lib/
H A Dinfo.c80 int tag_len; in th_comment_add_tag() local
82 tag_len=strlen(_tag); in th_comment_add_tag()
85 comment=_ogg_malloc(tag_len+val_len+2); in th_comment_add_tag()
87 memcpy(comment,_tag,tag_len); in th_comment_add_tag()
88 comment[tag_len]='='; in th_comment_add_tag()
89 memcpy(comment+tag_len+1,_val,val_len+1); in th_comment_add_tag()
97 int tag_len; in th_comment_query() local
98 tag_len=strlen(_tag); in th_comment_query()
101 if(!oc_tagcompare(_tc->user_comments[i],_tag,tag_len)){ in th_comment_query()
112 int tag_len; in th_comment_query_count() local
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/libtheora/lib/
H A Dinfo.c80 int tag_len; in th_comment_add_tag() local
82 tag_len=strlen(_tag); in th_comment_add_tag()
85 comment=_ogg_malloc(tag_len+val_len+2); in th_comment_add_tag()
87 memcpy(comment,_tag,tag_len); in th_comment_add_tag()
88 comment[tag_len]='='; in th_comment_add_tag()
89 memcpy(comment+tag_len+1,_val,val_len+1); in th_comment_add_tag()
97 int tag_len; in th_comment_query() local
98 tag_len=strlen(_tag); in th_comment_query()
101 if(!oc_tagcompare(_tc->user_comments[i],_tag,tag_len)){ in th_comment_query()
112 int tag_len; in th_comment_query_count() local
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/theora/vtktheora/lib/
H A Dinfo.c80 int tag_len; in th_comment_add_tag() local
82 tag_len=strlen(_tag); in th_comment_add_tag()
85 comment=_ogg_malloc(tag_len+val_len+2); in th_comment_add_tag()
87 memcpy(comment,_tag,tag_len); in th_comment_add_tag()
88 comment[tag_len]='='; in th_comment_add_tag()
89 memcpy(comment+tag_len+1,_val,val_len+1); in th_comment_add_tag()
97 int tag_len; in th_comment_query() local
98 tag_len=strlen(_tag); in th_comment_query()
101 if(!oc_tagcompare(_tc->user_comments[i],_tag,tag_len)){ in th_comment_query()
112 int tag_len; in th_comment_query_count() local
[all …]
/dports/math/vtk6/VTK-6.2.0/ThirdParty/oggtheora/vtkoggtheora/libtheora-1.1.1/lib/
H A Dinfo.c80 int tag_len; in th_comment_add_tag() local
82 tag_len=strlen(_tag); in th_comment_add_tag()
85 comment=_ogg_malloc(tag_len+val_len+2); in th_comment_add_tag()
87 memcpy(comment,_tag,tag_len); in th_comment_add_tag()
88 comment[tag_len]='='; in th_comment_add_tag()
89 memcpy(comment+tag_len+1,_val,val_len+1); in th_comment_add_tag()
97 int tag_len; in th_comment_query() local
98 tag_len=strlen(_tag); in th_comment_query()
101 if(!oc_tagcompare(_tc->user_comments[i],_tag,tag_len)){ in th_comment_query()
112 int tag_len; in th_comment_query_count() local
[all …]
/dports/devel/godot2-tools/godot-2.1.6-stable/thirdparty/libtheora/
H A Dinfo.c80 int tag_len; in th_comment_add_tag() local
82 tag_len=strlen(_tag); in th_comment_add_tag()
85 comment=_ogg_malloc(tag_len+val_len+2); in th_comment_add_tag()
87 memcpy(comment,_tag,tag_len); in th_comment_add_tag()
88 comment[tag_len]='='; in th_comment_add_tag()
89 memcpy(comment+tag_len+1,_val,val_len+1); in th_comment_add_tag()
97 int tag_len; in th_comment_query() local
98 tag_len=strlen(_tag); in th_comment_query()
101 if(!oc_tagcompare(_tc->user_comments[i],_tag,tag_len)){ in th_comment_query()
112 int tag_len; in th_comment_query_count() local
[all …]
/dports/devel/godot2/godot-2.1.6-stable/thirdparty/libtheora/
H A Dinfo.c80 int tag_len; in th_comment_add_tag() local
82 tag_len=strlen(_tag); in th_comment_add_tag()
85 comment=_ogg_malloc(tag_len+val_len+2); in th_comment_add_tag()
87 memcpy(comment,_tag,tag_len); in th_comment_add_tag()
88 comment[tag_len]='='; in th_comment_add_tag()
89 memcpy(comment+tag_len+1,_val,val_len+1); in th_comment_add_tag()
97 int tag_len; in th_comment_query() local
98 tag_len=strlen(_tag); in th_comment_query()
101 if(!oc_tagcompare(_tc->user_comments[i],_tag,tag_len)){ in th_comment_query()
112 int tag_len; in th_comment_query_count() local
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libtheora/lib/
H A Dinfo.c80 int tag_len; in th_comment_add_tag() local
82 tag_len=strlen(_tag); in th_comment_add_tag()
85 comment=_ogg_malloc(tag_len+val_len+2); in th_comment_add_tag()
87 memcpy(comment,_tag,tag_len); in th_comment_add_tag()
88 comment[tag_len]='='; in th_comment_add_tag()
89 memcpy(comment+tag_len+1,_val,val_len+1); in th_comment_add_tag()
97 int tag_len; in th_comment_query() local
98 tag_len=strlen(_tag); in th_comment_query()
101 if(!oc_tagcompare(_tc->user_comments[i],_tag,tag_len)){ in th_comment_query()
112 int tag_len; in th_comment_query_count() local
[all …]

12345678910>>...68