Home
last modified time | relevance | path

Searched refs:mj_arraycount (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/crypto/external/bsd/netpgp/dist/src/libmj/
H A Dmj.h65 int mj_arraycount(mj_t */*atom*/);
H A Dmj.c192 mj_arraycount(mj_t *atom) in mj_arraycount() function
/netbsd-src/crypto/external/bsd/netpgp/dist/src/lib/
H A Dnetpgp.c651 for (i = mj_object_find(obj, "duration", 0, 2) + 2; i < mj_arraycount(obj) ; i += 2) { in format_json_key()
1954 if ((idc = mj_arraycount(&ids)) == 1 && strchr(json, '{') == NULL) { in netpgp_format_json()