Lines Matching refs:token_length
1016 ssize_t token_length; in response_parse() local
1052 token_length = response_parse_tiny(iter, pos); in response_parse()
1054 token_length = response_parse_short(iter, pos); in response_parse()
1056 token_length = response_parse_medium(iter, pos); in response_parse()
1058 token_length = response_parse_long(iter, pos); in response_parse()
1060 token_length = 1; in response_parse()
1062 token_length = response_parse_token(iter, pos); in response_parse()
1064 if (token_length < 0) in response_parse()
1065 return token_length; in response_parse()
1070 pos += token_length; in response_parse()
1071 total -= token_length; in response_parse()