Searched refs:parse_value (Results 1 – 4 of 4) sorted by relevance
| /freebsd/crypto/krb5/src/util/support/ |
| H A D | json.c | 710 static int parse_value(struct decode_ctx *ctx, k5_json_value *val_out); 872 ret = parse_value(ctx, &val); in parse_object_association() 944 ret = parse_value(ctx, &val); in parse_array_item() 1002 parse_value(struct decode_ctx *ctx, k5_json_value *val_out) in parse_value() function 1081 ret = parse_value(&ctx, &val); in k5_json_decode()
|
| /freebsd/crypto/openssl/crypto/property/ |
| H A D | property_parse.c | 256 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()
|
| /freebsd/contrib/ntp/sntp/libopts/ |
| H A D | configfile.c | 1174 txt = parse_value(txt+len, pType); in parse_attrs() 1275 parse_value(char const * txt, tOptionValue * typ) in parse_value() function
|
| H A D | proto.h | 99 parse_value(char const * txt, tOptionValue * typ);
|