Searched refs:response_truncated (Results 1 – 1 of 1) sorted by relevance
32 bool response_truncated);608 bool response_truncated = false; in handle_poll() local610 ret = recv_response(client, &response, &response_truncated); in handle_poll()621 ret = handle_response(client, &response, response_truncated); in handle_poll()770 bool response_truncated) in handle_response() argument906 if (block_option > 0 || response_truncated) { in handle_response()908 last_block = response_truncated ? false : !GET_MORE(block_option); in handle_response()