Lines Matching refs:bytes
955 gssize bytes;
962 bytes = g_input_stream_read (G_INPUT_STREAM (data->stream),
964 g_assert_cmpint (bytes, ==, read_length);
966 bytes = g_input_stream_skip (G_INPUT_STREAM (data->stream),
968 g_assert_cmpint (bytes, ==, skip_length);
993 gssize bytes;
995 bytes = g_buffered_input_stream_fill_finish (buffer, result, &error);
997 if (bytes <= 0)
999 if (bytes < 0)
1011 /* only proceed if we got more bytes... */
1026 /* didn't find a full line; need to buffer some more bytes */