Lines Matching refs:token_length
855 ssize_t token_length;
891 token_length = response_parse_tiny(iter, pos);
893 token_length = response_parse_short(iter, pos);
895 token_length = response_parse_medium(iter, pos);
897 token_length = response_parse_long(iter, pos);
899 token_length = response_parse_token(iter, pos);
901 if (token_length < 0)
902 return token_length;
904 pos += token_length;
905 total -= token_length;