Lines Matching defs:value
294 Local<Value> value;
295 if (!maybe_value.ToLocal(&value))
299 if (value->IsUndefined())
302 return !target->Set(context, name, value).IsNothing();
602 // could be used to make a value look like it was escaped (i.e., enclosed
787 int val_type = gen->d.otherName->value->type;
795 PrintUtf8AltName(out, gen->d.otherName->value->value.utf8string,
798 PrintLatin1AltName(out, gen->d.otherName->value->value.ia5string,
960 // We intentionally ignore the value of X509_NAME_ENTRY_set because the
962 // anyway, and multi-value RDNs are rare, i.e., the vast majority of
963 // Relative Distinguished Names contains a single type-value pair only.
965 const ASN1_STRING* value = X509_NAME_ENTRY_get_data(entry);
986 // characters in the value. The old implementation did not decode/unescape
991 int value_str_size = ASN1_STRING_to_UTF8(&value_str, value);