Home
last modified time | relevance | path

Searched refs:MJ_JSON_ENCODE (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/crypto/external/bsd/netpgp/dist/src/libmj/
H A Dmj.h40 MJ_JSON_ENCODE = 1 /* encoded JSON */ enumerator
H A Dmj.c58 case MJ_JSON_ENCODE: in strnsave()
128 atom->value.s = strnsave(s, (int)len, MJ_JSON_ENCODE); in create_string()
264 case MJ_JSON_ENCODE: in mj_snprint()
353 atom->value.s = strnsave(&s[*from + 1], *to - *from - 2, MJ_JSON_ENCODE); in mj_parse()
/netbsd-src/crypto/external/bsd/netpgp/dist/src/lib/
H A Dnetpgp.c992 ret = mj_asprint(json, &obj, MJ_JSON_ENCODE); in netpgp_list_keys_json()
1093 ret = mj_asprint(json, &id_array, MJ_JSON_ENCODE); in netpgp_match_keys_json()
H A Dkeyring.c1138 mj_asprint(&s, obj, MJ_JSON_ENCODE); in pgp_keyring_json()