Searched refs:tokstr (Results 1 – 2 of 2) sorted by relevance
562 JSONToken *json_token(JSONTokenType type, int x, int y, GString *tokstr) in json_token() argument564 JSONToken *token = g_malloc(sizeof(JSONToken) + tokstr->len + 1); in json_token()567 memcpy(token->str, tokstr->str, tokstr->len); in json_token()568 token->str[tokstr->len] = 0; in json_token()
51 JSONToken *json_token(JSONTokenType type, int x, int y, GString *tokstr);