Lines Matching refs:buflen
117 size_t buflen, int *errnop, int *h_errnop,
124 char *buffer, size_t buflen,
131 char *buffer, size_t buflen,
139 char *buffer, size_t buflen,
163 char *buffer, size_t buflen, int *errnop, in _nss_dns_gethostbyname3_r() argument
174 (ctx, name, af, result, buffer, buflen, errnop, h_errnop, ttlp, canonp); in _nss_dns_gethostbyname3_r()
183 char *buffer, size_t buflen, int *errnop, in libc_hidden_def()
280 (ctx, host_buffer.buf, n, name, type, result, buffer, buflen, in libc_hidden_def()
301 char *buffer, size_t buflen, int *errnop, in _nss_dns_gethostbyname2_r() argument
307 return _nss_dns_gethostbyname3_r (name, af, result, buffer, buflen, errnop, in _nss_dns_gethostbyname2_r()
314 char *buffer, size_t buflen, int *errnop, in libc_hidden_def()
330 buflen, errnop, h_errnop, NULL, NULL); in libc_hidden_def()
333 buflen, errnop, h_errnop, NULL, NULL); in libc_hidden_def()
341 char *buffer, size_t buflen, int *errnop, in libc_hidden_def()
391 resplen2, name, pat, buffer, buflen, in libc_hidden_def()
401 name, pat, buffer, buflen, in libc_hidden_def()
447 struct hostent *result, char *buffer, size_t buflen, in libc_hidden_def()
474 buflen = buflen > pad ? buflen - pad : 0; in libc_hidden_def()
476 if (__glibc_unlikely (buflen < sizeof (struct host_data))) in libc_hidden_def()
565 (ctx, host_buffer.buf, n, qbuf, T_PTR, result, buffer, buflen, in libc_hidden_def()
589 struct hostent *result, char *buffer, size_t buflen, in libc_hidden_def()
592 return _nss_dns_gethostbyaddr2_r (addr, len, af, result, buffer, buflen, in libc_hidden_def()
646 struct hostent *result, char *buffer, size_t buflen, in getanswer_r() argument
668 buflen = buflen > pad ? buflen - pad : 0; in getanswer_r()
669 if (__glibc_unlikely (buflen < sizeof (struct host_data))) in getanswer_r()
678 linebuflen = buflen - sizeof (struct host_data); in getanswer_r()
679 if (buflen - sizeof (struct host_data) != linebuflen) in getanswer_r()
711 if (sizeof (struct host_data) + (ancount + 1) * sizeof (char *) >= buflen) in getanswer_r()
1041 size_t buflen = *buflenp; in gaih_getanswer_slice() local
1060 if (n != -1 && __ns_name_ntop (packtmp, buffer, buflen) == -1) in gaih_getanswer_slice()
1105 (h_namelen = __ns_name_ntop (packtmp, buffer, buflen)) == -1) in gaih_getanswer_slice()
1121 buflen -= h_namelen; in gaih_getanswer_slice()
1176 buflen += h_namelen; in gaih_getanswer_slice()
1180 if (__glibc_unlikely (n > buflen)) in gaih_getanswer_slice()
1190 buflen -= n; in gaih_getanswer_slice()
1219 buflen = buflen > pad ? buflen - pad : 0; in gaih_getanswer_slice()
1221 if (__glibc_unlikely (buflen < sizeof (struct gaih_addrtuple))) in gaih_getanswer_slice()
1226 buflen -= sizeof (struct gaih_addrtuple); in gaih_getanswer_slice()
1259 *buflenp = buflen; in gaih_getanswer_slice()
1282 struct gaih_addrtuple **pat, char *buffer, size_t buflen, in gaih_getanswer() argument
1380 &pat, &buffer, &buflen, in gaih_getanswer()
1396 &pat, &buffer, &buflen, in gaih_getanswer()
1417 char *buffer, size_t buflen, in gaih_getanswer_noaaaa() argument
1425 &pat, &buffer, &buflen, in gaih_getanswer_noaaaa()