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

/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/include/idn/
H A Dunicode.h111 * which can hold 'vlen' characters. The number of decomposed characters
123 * idn_buffer_overflow -- 'vlen' is too small.
127 int compat, unsigned long *v, size_t vlen,
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/lib/
H A Dunicode.c152 int compat, unsigned long *v, size_t vlen,
158 assert(v != NULL && vlen >= 0 && decomp_lenp != NULL);
174 if ((t_offset == 0 && vlen < 2) || (t_offset > 0 && vlen < 3))
205 r = idn__unicode_decompose(version, compat, v, vlen, c, &dlen);
208 vlen -= dlen;
210 if (vlen < 1)
213 vlen--;
151 idn__unicode_decompose(idn__unicode_version_t version, int compat, unsigned long *v, size_t vlen, unsigned long c, int *decomp_lenp) argument
/bind-9.6-ESV-R11/lib/isc/
H A Dhash.c147 size_t vlen; local
168 vlen = sizeof(hash_random_t) * (limit + 1);
169 rv = isc_mem_get(mctx, vlen);
194 hctx->vectorlen = vlen;
208 isc_mem_put(mctx, rv, vlen);

Completed in 22 milliseconds