Searched refs:targsize (Results 1 – 1 of 1) sorted by relevance
126 b64_ntop(src, srclength, target, targsize) in b64_ntop() argument130 size_t targsize;148 if (datalength + 4 > targsize)167 if (datalength + 4 > targsize)177 if (datalength >= targsize)190 b64_pton(src, target, targsize) in b64_pton() argument193 size_t targsize;216 if (tarindex >= targsize)224 if (tarindex >= targsize)228 if (tarindex + 1 < targsize)[all …]