Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/wpa/src/utils/
H A Djson.c427 token->type = JSON_NUMBER; in json_parse()
433 curr_token->type = JSON_NUMBER; in json_parse()
444 curr_token->type = JSON_NUMBER; in json_parse()
540 case JSON_NUMBER: in json_type_str()
H A Djson.h18 JSON_NUMBER, enumerator