Lines Matching refs:err

98 	return tok->err;  in json_tokener_get_error()
156 tok->err = json_tokener_success; in json_tokener_reset()
176 *error = tok->err; in json_tokener_parse_verbose()
177 if(tok->err != json_tokener_success) { in json_tokener_parse_verbose()
213 (((tok)->err = json_tokener_success), 0) \
215 (((tok)->err = json_tokener_continue), 0) \
246 tok->err = json_tokener_success; in json_tokener_parse_ex()
254 tok->err = json_tokener_error_size; in json_tokener_parse_ex()
306 tok->err = json_tokener_error_parse_unexpected; in json_tokener_parse_ex()
342 tok->err = json_tokener_error_parse_unexpected; in json_tokener_parse_ex()
380 tok->err = json_tokener_error_parse_unexpected; in json_tokener_parse_ex()
417 tok->err = json_tokener_error_parse_null; in json_tokener_parse_ex()
430 tok->err = json_tokener_error_parse_comment; in json_tokener_parse_ex()
528 tok->err = json_tokener_error_parse_string; in json_tokener_parse_ex()
621 tok->err = json_tokener_error_parse_string; in json_tokener_parse_ex()
659 tok->err = json_tokener_error_parse_boolean; in json_tokener_parse_ex()
697 tok->err = json_tokener_error_parse_number; in json_tokener_parse_ex()
706 tok->err = json_tokener_error_parse_number; in json_tokener_parse_ex()
721 tok->err = json_tokener_error_parse_unexpected; in json_tokener_parse_ex()
728 tok->err = json_tokener_error_depth; in json_tokener_parse_ex()
752 tok->err = json_tokener_error_parse_array; in json_tokener_parse_ex()
763 tok->err = json_tokener_error_parse_unexpected; in json_tokener_parse_ex()
773 tok->err = json_tokener_error_parse_object_key_name; in json_tokener_parse_ex()
808 tok->err = json_tokener_error_parse_object_key_sep; in json_tokener_parse_ex()
815 tok->err = json_tokener_error_depth; in json_tokener_parse_ex()
839 tok->err = json_tokener_error_parse_object_value_sep; in json_tokener_parse_ex()
855 tok->err = json_tokener_error_parse_unexpected; in json_tokener_parse_ex()
860 tok->err = json_tokener_error_parse_eof; in json_tokener_parse_ex()
868 if (tok->err == json_tokener_success) in json_tokener_parse_ex()
880 json_tokener_errors[tok->err], tok->char_offset); in json_tokener_parse_ex()