Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/net/
Dbase64.c126 b64_ntop(src, srclength, target, targsize) in b64_ntop() argument
130 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() argument
193 size_t targsize;
216 if (tarindex >= targsize)
224 if (tarindex >= targsize)
228 if (tarindex + 1 < targsize)
[all …]