Searched refs:try_len (Results 1 - 1 of 1) sorted by relevance

/external/bluetooth/glib/glib/
H A Dgiochannel.c2167 gsize try_len = MIN (from_buf_len, space_in_buf); local
2171 if (!g_utf8_validate (from_buf, try_len, &badchar))
2174 gsize incomplete_len = from_buf + try_len - badchar;
2184 if (try_len == from_buf_len)
2211 left_len = from_buf_len - try_len;

Completed in 38 milliseconds