Home
last modified time | relevance | path

Searched refs:parse_value (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/base/
H A Djson.c292 parse_value(struct parse_ctx *ctx);
455 key = parse_value(ctx); in parse_pair()
477 value = parse_value(ctx); in parse_pair()
572 value = parse_value(ctx); in parse_item()
612 parse_value(struct parse_ctx *ctx) in parse_value() function
692 o = parse_value(&ctx); in heim_json_create_with_bytes()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/property/
H A Dproperty_parse.c256 static int parse_value(OSSL_LIB_CTX *ctx, const char *t[], in parse_value() function
375 if (!parse_value(ctx, &s, prop, 1)) { in ossl_parse_property()
445 if (!parse_value(ctx, &s, prop, create_values)) in ossl_parse_query()