Lines Matching defs:val
615 static void put_num(int64_t val, char **buf, size_t *remain, size_t *needed)
617 int64_t tmpval = val;
631 BIO_snprintf(*buf, *remain, "%lld", (long long int)val);
648 const char *val;
670 val = ossl_property_name_str(ctx, prop->name_idx);
671 if (val == NULL)
673 put_str(val, &buf, &bufsize, &needed);
684 val = ossl_property_value_str(ctx, prop->v.str_val);
685 if (val == NULL)
687 put_str(val, &buf, &bufsize, &needed);