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

/bind-9.11.3/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.11.3/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.11.3/lib/isc/
H A Dhash.c137 size_t vlen; local
158 vlen = sizeof(hash_random_t) * (limit + 1);
159 rv = isc_mem_get(mctx, vlen);
184 hctx->vectorlen = vlen;
198 isc_mem_put(mctx, rv, vlen);
H A Dhttpd.c383 size_t hlen, vlen = 0; local
389 vlen = strlen(value);
425 if (strncasecmp(h, value, vlen) == 0)
426 if (strchr(eov, h[vlen]) != NULL)

Completed in 1062 milliseconds