Searched refs:JSON_T_NONE (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A DJSON_parser.h35 JSON_T_NONE = 0, enumerator in enum:__anon7301
68 \param type An element of JSON_type but not JSON_T_NONE.
H A DJSON_parser.c489 if (jc->type != JSON_T_NONE) {
646 if ((jc->type != JSON_T_NONE) | !((next_class == C_SPACE) | (next_class == C_WHITE)) /* non-white-space */) { \
759 assert(jc->type == JSON_T_NONE);
766 assert(jc->type == JSON_T_NONE);
772 assert(jc->type == JSON_T_NONE);
778 assert(jc->type == JSON_T_NONE);
787 assert(jc->type == JSON_T_NONE);
819 jc->type = JSON_T_NONE;
846 jc->type = JSON_T_NONE;
862 jc->type = JSON_T_NONE;
[all...]

Completed in 123 milliseconds