Home
last modified time | relevance | path

Searched refs:is_constructed (Results 1 – 25 of 94) sorted by relevance

1234

/dports/security/libksba/libksba-1.6.0/src/
H A Dcms-parser.c161 && ti.is_constructed) ) in parse_content_info()
173 && !ti.is_constructed && ti.length) ) in parse_content_info()
275 && ti.is_constructed) ) in parse_encrypted_content_info()
287 && !ti.is_constructed && ti.length) ) in parse_encrypted_content_info()
312 && ti.is_constructed) ) in parse_encrypted_content_info()
451 && ti.is_constructed) ) in parse_cms_version()
463 && !ti.is_constructed && ti.length) ) in parse_cms_version()
534 && ti.is_constructed) ) in _ksba_cms_parse_signed_data_part_1()
670 && ti.is_constructed)) in _ksba_cms_parse_signed_data_part_2()
731 && ti.is_constructed)) in _ksba_cms_parse_signed_data_part_2()
[all …]
H A Dber-help.c111 ti->is_constructed = !!(c & 0x20); in _ksba_ber_read_tl()
221 ti->is_constructed = !!(c & 0x20); in _ksba_ber_parse_tl()
495 && ti->is_constructed) ) in _ksba_parse_sequence()
515 else if (!(ti->class == CLASS_CONTEXT && ti->is_constructed)) in _ksba_parse_context_tag()
536 && !ti->is_constructed) ) in _ksba_parse_enumerated()
559 && !ti->is_constructed) ) in _ksba_parse_integer()
580 && !ti->is_constructed) ) in _ksba_parse_octet_string()
610 && !ti.is_constructed) in _ksba_parse_optional_boolean()
644 && !ti.is_constructed) in _ksba_parse_optional_null()
675 && !ti.is_constructed) ) in _ksba_parse_object_id_into_str()
[all …]
H A Dcrl.c315 && ti.is_constructed) ) in ksba_crl_get_auth_key_id()
711 && !ti.is_constructed) in parse_one_extension()
792 && ti.is_constructed) ) in parse_to_next_update()
804 && ti.is_constructed) ) in parse_to_next_update()
866 && ti.is_constructed) ) in parse_to_next_update()
931 && !ti.is_constructed) ) in parse_to_next_update()
958 && !ti.is_constructed ) in parse_to_next_update()
987 && ti.is_constructed ) in parse_to_next_update()
1098 && ti.is_constructed) ) in parse_crl_entry()
1118 && !ti.is_constructed) ) in parse_crl_entry()
[all …]
H A Dder-builder.c48 unsigned int is_constructed:1; /* This is a constructed element. */
129 d->items[idx].is_constructed = 0;
350 d->items[d->nitems].is_constructed = 1;
509 if (d->items[idx].is_constructed)
527 if (d->items[idx].is_constructed)
635 (d->items[idx].is_constructed
H A Dcert.c663 && ti.is_constructed) ) in get_name()
1104 && ti.is_constructed) ) in ksba_cert_is_ca()
1211 && !ti.is_constructed) ) in ksba_cert_get_key_usage()
1334 && ti.is_constructed) ) in ksba_cert_get_cert_policies()
1358 && ti.is_constructed) ) in ksba_cert_get_cert_policies()
1477 && ti.is_constructed) ) in ksba_cert_get_ext_key_usages()
1741 && ti.is_constructed) ) in ksba_cert_get_crl_dist_point()
1758 && ti.is_constructed) ) in ksba_cert_get_crl_dist_point()
1858 && ti.is_constructed) ) in ksba_cert_get_auth_key_id()
2002 && !ti.is_constructed) ) in get_simple_octet_string_ext()
[all …]
H A Docsp.c1016 else if (ti.class == CLASS_CONTEXT && ti.tag == 0 && !ti.is_constructed) in parse_single_response()
1031 else if (ti.class == CLASS_CONTEXT && ti.tag == 1 && ti.is_constructed) in parse_single_response()
1076 else if (ti.class == CLASS_CONTEXT && ti.tag == 2 && !ti.is_constructed in parse_single_response()
1119 else if (ti.class == CLASS_CONTEXT && ti.tag == 0 && ti.is_constructed) in parse_single_response()
1128 else if (ti.class == CLASS_CONTEXT && ti.tag == 1 && ti.is_constructed) in parse_single_response()
1144 if (ti.class == CLASS_CONTEXT && ti.tag == 1 && ti.is_constructed) in parse_single_response()
1213 else if (ti.class == CLASS_CONTEXT && ti.tag == 1 && ti.is_constructed) in parse_response_data()
1220 else if (ti.class == CLASS_CONTEXT && ti.tag == 2 && ti.is_constructed) in parse_response_data()
1338 && !ti.is_constructed) ) in parse_response()
H A Dcms.c225 && !ti.is_constructed) in read_and_hash_cont()
233 && ti.is_constructed) in read_and_hash_cont()
257 && !ti.is_constructed) in read_and_hash_cont()
283 && ti.is_constructed) in read_and_hash_cont()
292 && !ti.is_constructed) in read_and_hash_cont()
307 && !ti.is_constructed) in read_and_hash_cont()
344 && !ti.is_constructed) in read_encrypted_cont()
360 && ti.is_constructed) in read_encrypted_cont()
393 && !ti.is_constructed) in read_encrypted_cont()
497 && ti.is_constructed) ) in ksba_cms_identify()
[all …]
H A Dber-decoder.c293 ti->is_constructed? 'c':'p', in dump_tlv()
457 return ti->is_constructed? 2:1; in cmp_tag()
871 else if (ti.class == CLASS_CONTEXT && ti.is_constructed in decoder_next()
965 if (!ti.is_constructed) in decoder_next()
975 ti.is_constructed? "con":"pri"); in decoder_next()
1015 if (ti.is_constructed && (ti.length || ti.ndef)) in decoder_next()
1041 d->val.primitive = !ti.is_constructed; in decoder_next()
/dports/security/gnupg/gnupg-2.3.3/common/
H A Dtlv-builder.c36 unsigned int is_constructed:1; /* This is a constructed element. */ member
159 tb->items[tb->nitems].is_constructed = 1; in tlv_builder_add_tag()
194 if (tb->items[idx].is_constructed) in compute_lengths()
202 tb->items[idx].is_constructed, in compute_lengths()
204 if (tb->items[idx].is_constructed) in compute_lengths()
267 tb->items[idx].is_constructed, in tlv_builder_finalize()
/dports/devel/eastl/EASTL-3.13.06/test/source/
H A DTestMemory.cpp175 EATEST_VERIFY(!gLCTestObjectTrue.is_constructed()); in TestMemory()
179 EATEST_VERIFY(gLCTestObjectTrue.is_constructed()); in TestMemory()
188 EATEST_VERIFY(!gLCTestObjectTrue.is_constructed()); in TestMemory()
192 EATEST_VERIFY(gLCTestObjectTrue.is_constructed()); in TestMemory()
207 EATEST_VERIFY(!gLCTestObjectFalse.is_constructed()); in TestMemory()
211 EATEST_VERIFY(!gLCTestObjectFalse.is_constructed()); in TestMemory()
217 EATEST_VERIFY(gLCTestObjectFalse.is_constructed()); in TestMemory()
226 EATEST_VERIFY(!gLCTestObjectFalse.is_constructed()); in TestMemory()
232 EATEST_VERIFY(gLCTestObjectFalse.is_constructed()); in TestMemory()
/dports/devel/onetbb/oneTBB-2021.4.0/test/tbb/
H A Dtest_enumerable_thread_specific.cpp60 bool is_constructed; member in minimal
63 minimal() : utils::NoAssign(), my_value(0) { ++construction_counter; is_constructed = true; } in minimal()
64 …l &m ) : utils::NoAssign(), my_value(m.my_value) { ++construction_counter; is_constructed = true; } in minimal()
65 ~minimal() { ++destruction_counter; REQUIRE(is_constructed); is_constructed = false; } in ~minimal()
66 void set_value( const int i ) { REQUIRE(is_constructed); my_value = i; } in set_value()
67 int value( ) const { REQUIRE(is_constructed); return my_value; } in value()
/dports/lang/gleam/gleam-0.18.2/cargo-crates/der-parser-5.1.2/src/
H A Dmacros.rs57 if !hdr.is_constructed() {
472 if !hdr.is_constructed() {
488 if !hdr.is_constructed() {
594 ber_read_element_content_as(content, $type, hdr.len, hdr.is_constructed(), max_size)
/dports/shells/fish/fish-3.3.1/src/
H A Dbuiltin_fg.cpp44 if (j->is_constructed() && (!j->is_completed()) && in builtin_fg()
78 if (!job || !job->is_constructed() || job->is_completed()) { in builtin_fg()
H A Dproc.h355 } else if (p->pid && !is_constructed() && this->get_pgid() == maybe_t<pid_t>{p->pid}) { in can_reap()
447 bool is_constructed() const { return flags().constructed; } in is_constructed() function
454 return !is_completed() && is_constructed() && !flags().disown_requested; in is_visible()
/dports/math/octave/octave-6.4.0/libinterp/octave-value/
H A Dcdef-property.cc115 if (! obj.is_constructed ()) in get_value()
190 if (! obj.is_constructed ()) in set_value()
H A Dcdef-object.h172 virtual bool is_constructed (void) const in is_constructed() function
317 bool is_constructed (void) const { return rep->is_constructed (); } in is_constructed() function
522 bool is_constructed (void) const { return ctor_list.empty (); } in is_constructed() function
/dports/security/suricata/suricata-6.0.4/rust/vendor/snmp-parser/src/
H A Dsnmp.rs266 …call!(ber_read_element_content_as, BerTag::OctetString, hdr.len as usize, hdr.is_constructed(), 0), in parse_objectsyntax()
280 … call!(ber_read_element_content_as, BerTag::Integer, hdr.len as usize, hdr.is_constructed(), 0), in parse_objectsyntax()
302 … call!(ber_read_element_content_as, BerTag::Integer, hdr.len as usize, hdr.is_constructed(), 0), in parse_objectsyntax()
311 … call!(ber_read_element_content_as, BerTag::Integer, hdr.len as usize, hdr.is_constructed(), 0), in parse_objectsyntax()
325 … call!(ber_read_element_content_as, hdr.tag, hdr.len as usize, hdr.is_constructed(), 0), in parse_objectsyntax()
/dports/lang/gleam/gleam-0.18.2/cargo-crates/der-parser-5.1.2/src/der/
H A Dparser.rs87 der_read_element_content_as(i, hdr.tag, hdr.len, hdr.is_constructed(), MAX_RECURSION)?; in parse_der_with_tag()
467 der_read_element_content_as(i, tag, hdr.len, hdr.is_constructed(), max_recursion) in parse_der_content()
499 der_read_element_content_as(i, tag, hdr.len, hdr.is_constructed(), max_recursion) in parse_der_content2()
586 match der_read_element_content_as(i, hdr.tag, hdr.len, hdr.is_constructed(), max_depth) { in der_read_element_content_recursive()
/dports/security/suricata/suricata-6.0.4/rust/vendor/der-parser-3.0.4/src/der/
H A Dparser.rs37 … o: call!(der_read_element_content_as, hdr.tag, hdr.len as usize, hdr.is_constructed(), 0) >> in parse_der_with_tag()
98 custom_check!(hdr.is_constructed(), BerError::DerConstraintFailed) >> in parse_der_bitstring()
330 match der_read_element_content_as(i, hdr.tag, hdr.len as usize, hdr.is_constructed(), 0) { in der_read_element_content()
/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/contrib/viewer/
H A Dmodel_browser.py376 o.index_set().is_constructed():
383 o.index_set().is_constructed():
408 o.index_set().is_constructed():
414 o.index_set().is_constructed():
/dports/security/suricata/suricata-6.0.4/rust/vendor/der-parser/src/der/
H A Dparser.rs77 …o: call!(der_read_element_content_as, hdr.tag, hdr.len as usize, hdr.is_constructed(), MAX_RECUR… in parse_der_with_tag()
138 custom_check!(hdr.is_constructed(), BerError::DerConstraintFailed) >> in parse_der_bitstring()
403 hdr.is_constructed(), in der_read_element_content_recursive()
/dports/security/pear-Crypt_RSA/Crypt_RSA-1.2.1/RSA/
H A DKeyPair.php286 * @param bool $is_constructed
292 function _ASN1Store($str, $tag, $is_constructed = false, $is_private = false) argument
297 $tag_ext = ($is_constructed ? 0x20 : 0) | ($is_private ? 0xc0 : 0);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/
H A Dcss_style_sheet.h199 void SetIsConstructed(bool is_constructed) { in SetIsConstructed() argument
200 is_constructed_ = is_constructed; in SetIsConstructed()
/dports/chinese/librime/librime-1.7.3/src/rime/gear/
H A Dtable_translator.cc64 static bool is_constructed(const DictEntry* e) { in is_constructed() function
73 string comment(is_constructed(e.get()) ? kUnitySymbol : e->comment); in Peek()
104 is_constructed(uter_.Peek().get()))) in PreferUserPhrase()
322 if (is_constructed(e)) { in Memorize()
/dports/x11-wm/xfce4-panel/xfce4-panel-4.16.3/plugins/applicationsmenu/
H A Dapplicationsmenu.c60 guint is_constructed : 1; member
379 if (plugin->is_constructed) in applications_menu_plugin_set_property()
387 if (plugin->is_constructed) in applications_menu_plugin_set_property()
444 plugin->is_constructed = TRUE; in applications_menu_plugin_construct()

1234