Searched defs: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; 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],
1557 &w2_char, in_len - in_index)) == 0) {
1578 in_index = out_index;
1581 for (index = 0; index < in_index; index++) {

Completed in 46 milliseconds