Home | History | Annotate | Download | only in libevent

Lines Matching full:bind_address

1166 	if (evcon->bind_address != NULL)
1167 mm_free(evcon->bind_address);
1180 if (evcon->bind_address)
1181 mm_free(evcon->bind_address);
1182 if ((evcon->bind_address = mm_strdup(address)) == NULL)
2195 evcon->bind_address, evcon->bind_port, 0 /*reuse*/);
2198 __func__, evcon->bind_address));