Home
last modified time | relevance | path

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

/freebsd/lib/libpmc/pmu-events/
H A Djson.c152 int json_len(jsmntok_t *t) in json_len() function
160 unsigned len = json_len(t); in json_streq()
H A Djson.h11 int json_len(jsmntok_t *t);
H A Djevents.c131 int blen = bt ? json_len(bt) : 0; in addfield()
240 json_len(val), map + val->start); in lookup_msr()
/freebsd/contrib/wpa/src/common/
H A Ddpp.c787 size_t json_len, clear_len; in dpp_build_conf_req_attr() local
803 json_len = os_strlen(json); in dpp_build_conf_req_attr()
804 wpa_hexdump_ascii(MSG_DEBUG, "DPP: configRequest JSON", json, json_len); in dpp_build_conf_req_attr()
807 clear_len = 4 + nonce_len + 4 + json_len; in dpp_build_conf_req_attr()
878 wpabuf_put_le16(clear, json_len); in dpp_build_conf_req_attr()
879 wpabuf_put_data(clear, json, json_len); in dpp_build_conf_req_attr()