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

/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Dbase64.c146 b64_ntop(u_char const *src, size_t srclength, char *target, size_t targsize) { argument
167 if (datalength + 4 > targsize)
189 if (datalength + 4 > targsize)
199 if (datalength >= targsize)
212 b64_pton(src, target, targsize)
215 size_t targsize;
237 if ((size_t)tarindex >= targsize)
245 if ((size_t)tarindex + 1 >= targsize)
256 if ((size_t)tarindex + 1 >= targsize)
267 if ((size_t)tarindex >= targsize)
[all...]

Completed in 15 milliseconds