Lines Matching refs:buffer_size
36 char **buffer, size_t *buffer_size, in __nss_hostname_digits_dots() argument
47 if (buffer_size == NULL) in __nss_hostname_digits_dots()
54 (ctx, name, resbuf, buffer, buffer_size, buflen, in __nss_hostname_digits_dots()
63 char **buffer, size_t *buffer_size, in __nss_hostname_digits_dots_context() argument
105 if (buffer_size == NULL) in __nss_hostname_digits_dots_context()
116 else if (buffer_size != NULL && *buffer_size < size_needed) in __nss_hostname_digits_dots_context()
119 *buffer_size = size_needed; in __nss_hostname_digits_dots_context()
120 new_buf = (char *) realloc (*buffer, *buffer_size); in __nss_hostname_digits_dots_context()
127 *buffer_size = 0; in __nss_hostname_digits_dots_context()
170 if (buffer_size == NULL) in __nss_hostname_digits_dots_context()
210 if (buffer_size == NULL) in __nss_hostname_digits_dots_context()
239 if (buffer_size == NULL) in __nss_hostname_digits_dots_context()
262 if (buffer_size == NULL) in __nss_hostname_digits_dots_context()
278 if (buffer_size == NULL) in __nss_hostname_digits_dots_context()