Home | History | Annotate | Download | only in bytestring

Lines Matching full:present

445   int present = 0;
451 present = 1;
455 *out_present = present;
464 int present;
465 if (!CBS_get_optional_asn1(cbs, &child, &present, tag)) {
468 if (present) {
477 *out_present = present;
485 int present;
486 if (!CBS_get_optional_asn1(cbs, &child, &present, tag)) {
489 if (present) {
503 int present;
504 if (!CBS_get_optional_asn1(cbs, &child, &present, tag)) {
507 if (present) {