Lines Matching defs:fin
845 * An entire integer is decoded successfully, decoded, the |*fin| is
853 static ssize_t decode_length(uint32_t *res, size_t *shift_ptr, int *fin,
861 *fin = 0;
866 *fin = 1;
913 *fin = 1;
1691 int fin = 0;
1694 fin = 1;
1697 (size_t)(last - in), fin);
2300 ssize_t nghttp2_hd_decode_length(uint32_t *res, size_t *shift_ptr, int *fin,
2303 return decode_length(res, shift_ptr, fin, initial, shift, in, last, prefix);