Searched refs:JSON_EMPTY (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/contrib/wpa/src/utils/
H A Djson.c247 curr_token->state == JSON_EMPTY) {
267 curr_token->state = JSON_EMPTY;
287 if (curr_token->child->state == JSON_EMPTY &&
311 curr_token->state == JSON_EMPTY) {
318 } else if (curr_token->state == JSON_EMPTY) {
356 curr_token->state = JSON_EMPTY;
383 curr_token->state == JSON_EMPTY) {
441 curr_token->state == JSON_EMPTY) {
H A Djson.h23 JSON_EMPTY, enumerator in enum:json_token::json_parsing_state

Completed in 178 milliseconds