Searched refs:utype (Results 1 - 16 of 16) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/asn1/
H A Dtasn_prn.c95 return asn1_primitive_print(out, fld, it->utype, indent, name);
171 static int asn1_primitive_print(BIO *out, void *fld, long utype, int indent, argument
176 if (utype == V_ASN1_BOOLEAN) {
182 } else if ((utype == V_ASN1_INTEGER)
183 || (utype == V_ASN1_ENUMERATED)) {
186 if (utype == V_ASN1_INTEGER)
192 } else if (utype == V_ASN1_NULL) {
194 } else if (utype == V_ASN1_UTCTIME) {
197 } else if (utype == V_ASN1_GENERALIZEDTIME) {
200 } else if (utype
[all...]
H A Dtasn_new.c312 int utype; local
321 utype = -1;
323 utype = it->utype;
324 switch (utype) {
350 *pval = (ASN1_VALUE *)ASN1_STRING_type_new(utype);
360 int utype; local
370 utype = -1;
372 utype = it->utype;
[all...]
H A Dasn1_gen.c106 int utype; member in struct:__anon9
119 static ASN1_TYPE *asn1_multi(int utype, const char *section, X509V3_CTX *cnf);
120 static ASN1_TYPE *asn1_str2type(const char *str, int format, int utype);
158 if ((asn1_tags.utype == V_ASN1_SEQUENCE)
159 || (asn1_tags.utype == V_ASN1_SET)) {
165 ret = asn1_multi(asn1_tags.utype, asn1_tags.str, cnf);
167 ret = asn1_str2type(asn1_tags.str, asn1_tags.format, asn1_tags.utype);
271 int utype; local
287 utype = asn1_str2tag(elem, len);
289 if (utype
426 asn1_multi(int utype, const char *section, X509V3_CTX *cnf) argument
609 asn1_str2type(const char *str, int format, int utype) argument
[all...]
H A Dtasn_fre.c197 int utype; local
209 utype = typ->type;
214 utype = -1;
218 utype = it->utype;
219 if ((utype != V_ASN1_BOOLEAN) && !*pval)
223 switch (utype) {
H A Dtasn_dec.c230 if (!(ASN1_tag2bit(otag) & it->utype)) {
253 exptag = it->utype;
290 | it->utype);
714 int ret = 0, utype; local
727 utype = tag;
730 utype = it->utype;
732 if (utype == V_ASN1_ANY) {
745 ret = asn1_check_tlen(NULL, &utype, &oclass, NULL, NULL,
752 utype
845 asn1_ex_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it) argument
[all...]
H A Dtasn_enc.c485 int utype; local
489 utype = it->utype;
495 len = asn1_ex_i2c(pval, NULL, &utype, it);
500 * call to asn1_ex_i2c() could change utype.
502 if ((utype == V_ASN1_SEQUENCE) || (utype == V_ASN1_SET) ||
503 (utype == V_ASN1_OTHER))
521 tag = utype;
527 asn1_ex_i2c(pval, *out, &utype, i
547 int utype; local
[all...]
H A Dx_bignum.c80 int utype, char *free_cont, const ASN1_ITEM *it);
141 int utype, char *free_cont, const ASN1_ITEM *it)
140 bn_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it) argument
H A Dx_long.c76 int utype, char *free_cont, const ASN1_ITEM *it);
153 int utype, char *free_cont, const ASN1_ITEM *it)
152 long_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it) argument
H A Dtasn_utl.c78 int *sel = offset2ptr(*pval, it->utype);
90 sel = offset2ptr(*pval, it->utype);
H A Dasn1t.h554 long utype; /* underlying type */ member in struct:ASN1_ITEM_st
600 * structure. In this case the 'utype' field
658 int len, int utype, char *free_cont,
881 int utype, char *free_cont, const ASN1_ITEM *it);
/freebsd-9.3-release/contrib/gdb/gdb/
H A Ddwarfread.c1352 struct type *utype; local
1373 utype = lookup_utype (dip->die_ref);
1374 if (utype == NULL)
1379 else if (TYPE_CODE (utype) == TYPE_CODE_UNDEF)
1389 *utype = *type;
1420 struct type *utype; local
1423 utype = lookup_utype (dip->die_ref);
1424 if (utype == NULL)
1426 utype = lookup_pointer_type (type);
1427 alloc_utype (dip->die_ref, utype);
1462 struct type *utype; local
[all...]
/freebsd-9.3-release/contrib/tnftp/src/
H A Dfetch.c322 parse_url(const char *url, const char *desc, url_t *utype, argument
330 if (url == NULL || desc == NULL || utype == NULL || uuser == NULL
337 *utype = UNKNOWN_URL_T;
344 *utype = HTTP_URL_T;
349 *utype = FTP_URL_T;
354 *utype = FILE_URL_T;
379 if (*utype == FTP_URL_T) /* skip first / for ftp URLs */
386 if (*utype == FTP_URL_T)
453 if (*utype == FTP_URL_T) /* skip first / for ftp URLs */
/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-loop-ivopts.c3039 tree utype = TREE_TYPE (ubase), ctype = TREE_TYPE (cbase); local
3050 if (TYPE_PRECISION (utype) > TYPE_PRECISION (ctype))
3064 if (TYPE_UNSIGNED (utype))
3065 uutype = utype;
3068 uutype = unsigned_type_for (utype);
3081 if (TYPE_PRECISION (utype) < TYPE_PRECISION (ctype))
3852 tree utype = TREE_TYPE (ubase), ctype; local
3868 if (TYPE_PRECISION (utype) > TYPE_PRECISION (ctype))
3887 if (TYPE_PRECISION (utype) != TYPE_PRECISION (ctype))
3909 if (!divide (TYPE_PRECISION (utype), ustep
5374 tree step, ctype, utype; local
[all...]
H A Dtree-ssa-loop-niter.c1804 tree utype; local
1813 utype = unsigned_type_for (type);
1817 fold_convert (utype, estimation),
H A Dfold-const.c4350 tree utype, minv, maxv;
4354 utype = lang_hooks.types.unsigned_type (etype);
4355 maxv = fold_convert (utype, TYPE_MAX_VALUE (etype));
4358 minv = fold_convert (utype, TYPE_MIN_VALUE (etype));
4362 etype = utype;
4324 tree utype, minv, maxv; local
/freebsd-9.3-release/contrib/llvm/tools/clang/utils/TableGen/
H A DNeonEmitter.cpp1993 std::string utype = "U" + typestr.str(); local
1995 abd = "(" + TypeString('d', utype) + ")" + abd;
1996 s += Extend(utype, abd) + ";";

Completed in 220 milliseconds