Home
last modified time | relevance | path

Searched refs:constructed (Results 1 – 25 of 194) sorted by relevance

12345678

/openbsd/lib/libcrypto/asn1/
H A Dasn1_old_lib.c74 int constructed, indefinite; in ASN1_get_object() local
87 if (!asn1_get_object_cbs(&cbs, 0, &tag_class, &constructed, &tag_number, in ASN1_get_object()
114 if (constructed) in ASN1_get_object()
126 ASN1_put_object(unsigned char **pp, int constructed, int length, int tag, in ASN1_put_object() argument
132 i = (constructed) ? V_ASN1_CONSTRUCTED : 0; in ASN1_put_object()
149 if (constructed == 2) in ASN1_put_object()
193 ASN1_object_size(int constructed, int length, int tag) in ASN1_object_size() argument
205 if (constructed == 2) in ASN1_object_size()
H A Dasn1_lib.c145 int constructed, indefinite; in asn1_get_object_cbs() local
156 if (!asn1_get_identifier_cbs(cbs, der_mode, &tag_class, &constructed, in asn1_get_object_cbs()
163 if (indefinite && !constructed) in asn1_get_object_cbs()
167 *out_constructed = constructed; in asn1_get_object_cbs()
179 int constructed, indefinite; in asn1_get_primitive() local
188 if (!asn1_get_identifier_cbs(cbs, der_mode, &tag_class, &constructed, in asn1_get_primitive()
195 if (constructed || indefinite) in asn1_get_primitive()
H A Dtasn_dec.c109 int constructed, indefinite; in asn1_check_tag() local
174 *out_constructed = constructed; in asn1_check_tag()
184 int constructed; in asn1_collect() local
210 if (constructed) { in asn1_collect()
485 } else if (constructed) { in asn1_d2i_primitive_content()
526 int constructed, indefinite; in asn1_d2i_any() local
563 int constructed, indefinite; in asn1_d2i_mstring() local
610 int constructed, indefinite; in asn1_d2i_primitive() local
781 if (!constructed) { in asn1_item_d2i_sequence()
1164 int constructed, indefinite; in asn1_template_d2i() local
[all …]
H A Dasn1_par.c65 static int asn1_print_info(BIO *bp, int tag, int xclass, int constructed,
71 asn1_print_info(BIO *bp, int tag, int xclass, int constructed, in asn1_print_info() argument
77 if (constructed & V_ASN1_CONSTRUCTED) in asn1_print_info()
/openbsd/regress/lib/csu/ctors/
H A Dctors.c7 int constructed = 0; variable
12 constructed = 1; in foo()
18 return !constructed; in main()
/openbsd/usr.sbin/ldapd/
H A Dlogmsg.c98 int constructed; in ldap_debug_elements() local
116 constructed = root->be_encoding; in ldap_debug_elements()
119 constructed = 0; in ldap_debug_elements()
263 if (constructed) in ldap_debug_elements()
264 root->be_encoding = constructed; in ldap_debug_elements()
325 if (constructed && root->be_sub) { in ldap_debug_elements()
/openbsd/gnu/usr.bin/gcc/gcc/doc/
H A Dconfigfiles.texi16 @file{Makefile} is constructed from @file{Makefile.in}, together with
36 @file{fixinc/Makefile} is constructed from @file{fixinc/Makefile.in}.
38 @file{gccbug}, a script for reporting bugs in GCC, is constructed from
41 @file{intl/Makefile} is constructed from @file{intl/Makefile.in}.
44 is constructed from @file{mklibgcc.in}.
/openbsd/gnu/gcc/gcc/doc/
H A Dconfigfiles.texi16 @file{Makefile} is constructed from @file{Makefile.in}, together with
36 @file{fixinc/Makefile} is constructed from @file{fixinc/Makefile.in}.
38 @file{gccbug}, a script for reporting bugs in GCC, is constructed from
41 @file{intl/Makefile} is constructed from @file{intl/Makefile.in}.
44 is constructed from @file{mklibgcc.in}.
/openbsd/usr.sbin/snmpd/
H A Dsmi.c216 int constructed; in smi_debug_elements() local
224 constructed = root->be_encoding; in smi_debug_elements()
227 constructed = 0; in smi_debug_elements()
370 if (constructed) in smi_debug_elements()
371 root->be_encoding = constructed; in smi_debug_elements()
373 if (constructed && root->be_sub) { in smi_debug_elements()
/openbsd/usr.bin/snmp/
H A Dsmi.c75 int constructed; in smi_debug_elements() local
83 constructed = root->be_encoding; in smi_debug_elements()
86 constructed = 0; in smi_debug_elements()
230 if (constructed) in smi_debug_elements()
231 root->be_encoding = constructed; in smi_debug_elements()
233 if (constructed && root->be_sub) { in smi_debug_elements()
/openbsd/usr.bin/ldap/
H A Daldap.c1110 int constructed; in ldap_debug_elements() local
1119 constructed = root->be_encoding; in ldap_debug_elements()
1122 constructed = 0; in ldap_debug_elements()
1239 if (constructed) in ldap_debug_elements()
1240 root->be_encoding = constructed; in ldap_debug_elements()
1297 if (constructed && root->be_sub) { in ldap_debug_elements()
/openbsd/libexec/login_ldap/
H A Daldap.c1110 int constructed; in ldap_debug_elements() local
1119 constructed = root->be_encoding; in ldap_debug_elements()
1122 constructed = 0; in ldap_debug_elements()
1239 if (constructed) in ldap_debug_elements()
1240 root->be_encoding = constructed; in ldap_debug_elements()
1297 if (constructed && root->be_sub) { in ldap_debug_elements()
/openbsd/usr.sbin/ypldap/
H A Daldap.c1146 int constructed; in ldap_debug_elements() local
1155 constructed = root->be_encoding; in ldap_debug_elements()
1158 constructed = 0; in ldap_debug_elements()
1275 if (constructed) in ldap_debug_elements()
1276 root->be_encoding = constructed; in ldap_debug_elements()
1333 if (constructed && root->be_sub) { in ldap_debug_elements()
/openbsd/gnu/gcc/intl/
H A DREADME17 * aclocal.m4 was constructed using automake's "aclocal -I ../config".
/openbsd/gnu/llvm/llvm/docs/
H A DInAlloca.rst12 instances that are passed by value are constructed directly into
32 that passes two default-constructed ``Foo`` objects to ``g`` in the
79 constructed argument ``b`` before restoring the stack pointer. If the
/openbsd/regress/usr.sbin/snmpd/
H A Dsnmp.c951 int constructed; in smi_debug_elements() local
959 constructed = root->be_encoding; in smi_debug_elements()
962 constructed = 0; in smi_debug_elements()
1105 if (constructed) in smi_debug_elements()
1106 root->be_encoding = constructed; in smi_debug_elements()
1108 if (constructed && root->be_sub) { in smi_debug_elements()
/openbsd/bin/ed/test/
H A DREADME12 constructed
/openbsd/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp260 atomic_uint8_t constructed; member
266 atomic_store_relaxed(&constructed, 1); in Allocator()
449 atomic_load_relaxed(&constructed) && in Deallocate()
/openbsd/gnu/lib/libstdc++/libstdc++/include/ext/
H A Dfunctional98 * functor is constructed from two functions/functors, @c f and @c g.
103 * @c binary_compose is constructed from three functors, @c f, @c g1,
263 /** These three functors are each constructed from a single arbitrary
/openbsd/gnu/gcc/libstdc++-v3/include/ext/
H A Dfunctional102 * functor is constructed from two functions/functors, @c f and @c g.
107 * @c binary_compose is constructed from three functors, @c f, @c g1,
286 /** These three functors are each constructed from a single arbitrary
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/
H A DREADME.txt72 Since now constructors are seen before the variable that is constructed
74 is constructed into. See ExprEngine::VisitCXXConstructExpr().
/openbsd/gnu/gcc/config/
H A Dlib-link.m4192 dnl and the already constructed $LIBNAME/$LTLIBNAME.
292 dnl or the already constructed $LIBNAME
346 dnl constructed $INCNAME,
395 dnl constructed $LIBNAME,
/openbsd/gnu/usr.bin/binutils-2.17/config/
H A Dlib-link.m4192 dnl and the already constructed $LIBNAME/$LTLIBNAME.
292 dnl or the already constructed $LIBNAME
346 dnl constructed $INCNAME,
395 dnl constructed $LIBNAME,
/openbsd/gnu/usr.bin/texinfo/m4/
H A Dlib-link.m4192 dnl and the already constructed $LIBNAME/$LTLIBNAME.
292 dnl or the already constructed $LIBNAME
346 dnl constructed $INCNAME,
395 dnl constructed $LIBNAME,
/openbsd/gnu/llvm/clang/docs/analyzer/developer-docs/
H A DInitializerLists.rst17 constructed on the heap only to be put into a brace-initialized STL container,
215 change the data after the object is constructed - so this region's contents are
314 current (v2) version of this patch, these objects are constructed elsewhere and
317 this case as well. Additionally, objects would need to be constructed in the

12345678