Searched refs:MJ_JSON_ENCODE (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/crypto/external/bsd/netpgp/dist/src/libmj/ |
H A D | mj.h | 40 MJ_JSON_ENCODE = 1 /* encoded JSON */ enumerator
|
H A D | mj.c | 58 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 D | netpgp.c | 992 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 D | keyring.c | 1138 mj_asprint(&s, obj, MJ_JSON_ENCODE); in pgp_keyring_json()
|