Lines Matching refs:win_address_buf
658 IP_ADAPTER_ADDRESSES* win_address_buf;
679 win_address_buf = NULL;
684 /* If win_address_buf is 0, then GetAdaptersAddresses will fail with.
690 win_address_buf,
696 uv__free(win_address_buf);
700 /* This happens when win_address_buf is NULL or too small to hold all
702 win_address_buf = uv__malloc(win_address_buf_size);
703 if (win_address_buf == NULL)
747 for (adapter = win_address_buf;
778 uv__free(win_address_buf);
788 for (adapter = win_address_buf;
806 uv__free(win_address_buf);
863 uv__free(win_address_buf);