HomeSort by relevance Sort by last modified time
    Searched full:out_tag (Results 1 - 4 of 4) sorted by null

  /system/core/liblog/
event_tag_map.c 29 #define OUT_TAG "EventTagMap"
79 OUT_TAG, fileName, strerror(errno));
86 fprintf(stderr, "%s: unable to seek map '%s'\n", OUT_TAG, fileName);
94 OUT_TAG, fileName, strerror(errno));
205 fprintf(stderr, "%s: file parse failed\n", OUT_TAG);
274 fprintf(stderr, "%s: map file missing EOL on last line\n", OUT_TAG);
294 "%s: more tags than expected (%d)\n", OUT_TAG, tagNum);
307 OUT_TAG, *cp, lineNum);
318 OUT_TAG, tagNum, map->numTags);
358 "%s: missing tag string on line %d\n", OUT_TAG, lineNum)
    [all...]
  /external/boringssl/src/crypto/bytestring/
cbs.c 169 static int cbs_get_any_asn1_element(CBS *cbs, CBS *out, unsigned *out_tag,
189 if (out_tag != NULL) {
190 *out_tag = tag;
241 int CBS_get_any_asn1_element(CBS *cbs, CBS *out, unsigned *out_tag,
243 return cbs_get_any_asn1_element(cbs, out, out_tag, out_header_len,
247 int CBS_get_any_ber_asn1_element(CBS *cbs, CBS *out, unsigned *out_tag,
249 return cbs_get_any_asn1_element(cbs, out, out_tag, out_header_len,
ber.c 143 unsigned out_tag = tag; local
145 out_tag &= ~CBS_ASN1_CONSTRUCTED;
147 if (!CBB_add_asn1(out, &out_contents_storage, out_tag)) {
  /external/boringssl/src/include/openssl/
bytestring.h 158 * |*cbs| (including header bytes) and advances |*cbs|. It sets |*out_tag| to
160 * of |out|, |out_tag|, and |out_header_len| may be NULL to ignore the value.
164 unsigned *out_tag,
172 unsigned *out_tag,

Completed in 2158 milliseconds