Home
last modified time | relevance | path

Searched refs:otag (Results 1 – 4 of 4) sorted by relevance

/third_party/openssl/crypto/asn1/
Dtasn_dec.c42 static int asn1_check_tlen(long *olen, int *otag, unsigned char *oclass,
177 int otag; in asn1_item_embed_d2i() local
232 ret = asn1_check_tlen(NULL, &otag, &oclass, NULL, NULL, in asn1_item_embed_d2i()
249 if (!(ASN1_tag2bit(otag) & it->utype)) { in asn1_item_embed_d2i()
256 return asn1_d2i_ex_primitive(pval, in, len, it, otag, 0, 0, ctx); in asn1_item_embed_d2i()
1135 static int asn1_check_tlen(long *olen, int *otag, unsigned char *oclass, in asn1_check_tlen() argument
1213 if (otag != NULL) in asn1_check_tlen()
1214 *otag = ptag; in asn1_check_tlen()
/third_party/node/deps/openssl/openssl/crypto/asn1/
Dtasn_dec.c42 static int asn1_check_tlen(long *olen, int *otag, unsigned char *oclass,
177 int otag; in asn1_item_embed_d2i() local
232 ret = asn1_check_tlen(NULL, &otag, &oclass, NULL, NULL, in asn1_item_embed_d2i()
249 if (!(ASN1_tag2bit(otag) & it->utype)) { in asn1_item_embed_d2i()
256 return asn1_d2i_ex_primitive(pval, in, len, it, otag, 0, 0, ctx); in asn1_item_embed_d2i()
1135 static int asn1_check_tlen(long *olen, int *otag, unsigned char *oclass, in asn1_check_tlen() argument
1213 if (otag != NULL) in asn1_check_tlen()
1214 *otag = ptag; in asn1_check_tlen()
/third_party/icu/icu4c/source/test/intltest/
Dloctest.cpp5042 std::string otag = testCases[i].localeID; in TestCanonicalize() local
5043 Locale loc = Locale::forLanguageTag(otag.c_str(), status); in TestCanonicalize()
5048 otag.c_str(), in TestCanonicalize()
5672 std::string otag = testCases[i].inputTag; in TestForLanguageTag() local
5673 std::string tag = Locale::forLanguageTag(otag.c_str(), status).getName(); in TestForLanguageTag()
5676 otag.c_str(), in TestForLanguageTag()
5778 std::string otag = testCases[i].localeID; in TestToLanguageTag() local
5779 … std::string tag = Locale::forLanguageTag(otag.c_str(), status).toLanguageTag<std::string>(status); in TestToLanguageTag()
5782 otag.c_str(), in TestToLanguageTag()
/third_party/ffmpeg/libavformat/
Dmux.c295 const uint32_t otag = av_codec_get_tag(s->oformat->codec_tag, par->codec_id); in init_muxer() local
298 av_fourcc2str(par->codec_tag), par->codec_id, av_fourcc2str(otag)); in init_muxer()