Searched refs:token_length (Results 1 – 1 of 1) sorted by relevance
855 ssize_t token_length; in response_parse() local891 token_length = response_parse_tiny(iter, pos); in response_parse()893 token_length = response_parse_short(iter, pos); in response_parse()895 token_length = response_parse_medium(iter, pos); in response_parse()897 token_length = response_parse_long(iter, pos); in response_parse()899 token_length = response_parse_token(iter, pos); in response_parse()901 if (token_length < 0) in response_parse()902 return token_length; in response_parse()904 pos += token_length; in response_parse()905 total -= token_length; in response_parse()