Home
last modified time | relevance | path

Searched refs:JSON_NUMBER (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/file/src/
H A Dis_json.c58 #define JSON_NUMBER 2 macro
398 t = JSON_NUMBER; in json_parse()
457 P(JSON_NUMBER), P(JSON_ARRAYN)) in file_is_json()
/freebsd/contrib/wpa/src/ap/
H A Dafc.c422 if (!token || token->type != JSON_NUMBER) in hostad_afc_parse_available_freq_info()
427 if (!token || token->type != JSON_NUMBER) in hostad_afc_parse_available_freq_info()
435 token->type != JSON_NUMBER)) in hostad_afc_parse_available_freq_info()
538 if (!token || token->type != JSON_NUMBER) in hostad_afc_parse_available_chan_info()
556 if (chan_arr->type != JSON_NUMBER || in hostad_afc_parse_available_chan_info()
558 power_arr->type != JSON_NUMBER)) { in hostad_afc_parse_available_chan_info()
703 if (reply_elem && reply_elem->type == JSON_NUMBER) in hostapd_afc_parse_reply()
/freebsd/contrib/wpa/src/utils/
H A Djson.c496 token->type = JSON_NUMBER; in json_parse()
510 curr_token->type = JSON_NUMBER; in json_parse()
529 curr_token->type = JSON_NUMBER; in json_parse()
648 case JSON_NUMBER: in json_type_str()
H A Djson.h18 JSON_NUMBER, enumerator
/freebsd/contrib/wpa/src/common/
H A Ddpp.c2524 if (token->type != JSON_NUMBER) { in dpp_conf_req_rx()
2589 if (token && token->type == JSON_NUMBER) { in dpp_conf_req_rx()
3298 if (token && token->type == JSON_NUMBER) { in dpp_parse_conf_obj()
3839 if (!token || token->type != JSON_NUMBER) { in dpp_conn_status_result_rx()
4288 if (token && token->type == JSON_NUMBER) { in dpp_peer_intro()
4384 if (token && token->type == JSON_NUMBER) in dpp_get_connector_version()