Home
last modified time | relevance | path

Searched refs:in_index (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_subr.c1541 int32_t error, in_index, out_index, index, c_tx_sz, out_str_len; in ud_compress() local
1553 error = in_index = out_index = c_tx_sz = 0; in ud_compress()
1555 for (in_index = 0; in_index < in_len; in_index += c_tx_sz) { in ud_compress()
1556 if ((c_tx_sz = ud_utf82utf16(&in_str[in_index], in ud_compress()
1557 &w2_char, in_len - in_index)) == 0) { in ud_compress()
1578 in_index = out_index; in ud_compress()
1581 for (index = 0; index < in_index; index++) { in ud_compress()