Lines Matching defs:buf4
249 nss_XbyY_buf_t *buf4 = NULL;
318 if ((buf4 = __IPv6_alloc(NSS_BUFLEN_HOSTS)) == NULL) {
324 nssin.arg.nss.host.buf = buf4->buffer;
325 nssin.arg.nss.host.buflen = buf4->buflen;
326 nssout.nss.host.hent = buf4->result;
330 __IPv6_cleanup(buf4);
331 buf4 = NULL;
335 if (buf6 == NULL && buf4 == NULL) {
343 if (buf4 != NULL) {
358 hp = __mapv4tov6(buf4->result,
368 if (buf4 == NULL && buf6 != NULL) {
400 /* We could have results in buf6 or buf4, not both */
408 /* We have what we need in buf4. */
409 hp = buf4->result;
444 if (buf4 != NULL) {
445 if (buf4->result == hp)
446 buf4->result = NULL;
447 __IPv6_cleanup(buf4);