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

/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Dbase64.c217 int tarindex, state, ch; local
221 tarindex = 0;
237 if ((size_t)tarindex >= targsize)
239 target[tarindex] = (pos - Base64) << 2;
245 if ((size_t)tarindex + 1 >= targsize)
247 target[tarindex] |= (pos - Base64) >> 4;
248 target[tarindex+1] = ((pos - Base64) & 0x0f)
251 tarindex++;
256 if ((size_t)tarindex + 1 >= targsize)
258 target[tarindex] |
[all...]

Completed in 20 milliseconds