Searched defs:c_tx_sz (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/udfs/ |
H A D | udf_subr.c | 1541 int32_t error, in_index, out_index, index, c_tx_sz, out_str_len; local 1553 error = in_index = out_index = c_tx_sz = 0; 1555 for (in_index = 0; in_index < in_len; in_index += c_tx_sz) { 1556 if ((c_tx_sz = ud_utf82utf16(&in_str[in_index], 1565 ASSERT(c_tx_sz > 0); 1566 ASSERT(c_tx_sz < 7); 1679 int32_t error, index, c_tx_sz, len_till_now; local 1761 if ((c_tx_sz = ud_utf162utf8(w2_char, utf8)) == 0) { 1765 ASSERT(c_tx_sz > 0); 1766 ASSERT(c_tx_sz < [all...] |
Completed in 64 milliseconds