Searched refs:json_token (Results 1 – 3 of 3) sorted by relevance
51 JSONToken *json_token(JSONTokenType type, int x, int y, GString *tokstr);
82 token = json_token(type, x, y, input); in json_message_process_token()
562 JSONToken *json_token(JSONTokenType type, int x, int y, GString *tokstr) in json_token() function