Home
last modified time | relevance | path

Searched refs:srv_curr (Results 1 – 5 of 5) sorted by relevance

/dports/dns/py-pycares/pycares-3.1.1/deps/c-ares/src/
H A Dares_parse_srv_reply.c59 struct ares_srv_reply *srv_curr; in ares_parse_srv_reply() local
126 srv_curr = ares_malloc_data(ARES_DATATYPE_SRV_REPLY); in ares_parse_srv_reply()
127 if (!srv_curr) in ares_parse_srv_reply()
134 srv_last->next = srv_curr; in ares_parse_srv_reply()
138 srv_head = srv_curr; in ares_parse_srv_reply()
140 srv_last = srv_curr; in ares_parse_srv_reply()
143 srv_curr->priority = DNS__16BIT(vptr); in ares_parse_srv_reply()
145 srv_curr->weight = DNS__16BIT(vptr); in ares_parse_srv_reply()
147 srv_curr->port = DNS__16BIT(vptr); in ares_parse_srv_reply()
149 srv_curr->ttl = rr_ttl; in ares_parse_srv_reply()
[all …]
/dports/dns/c-ares/c-ares-1.17.2/src/lib/
H A Dares_parse_srv_reply.c48 struct ares_srv_reply *srv_curr; in ares_parse_srv_reply() local
114 srv_curr = ares_malloc_data(ARES_DATATYPE_SRV_REPLY); in ares_parse_srv_reply()
115 if (!srv_curr) in ares_parse_srv_reply()
122 srv_last->next = srv_curr; in ares_parse_srv_reply()
126 srv_head = srv_curr; in ares_parse_srv_reply()
128 srv_last = srv_curr; in ares_parse_srv_reply()
131 srv_curr->priority = DNS__16BIT(vptr); in ares_parse_srv_reply()
133 srv_curr->weight = DNS__16BIT(vptr); in ares_parse_srv_reply()
135 srv_curr->port = DNS__16BIT(vptr); in ares_parse_srv_reply()
138 status = ares_expand_name (vptr, abuf, alen, &srv_curr->host, &len); in ares_parse_srv_reply()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/c-ares-809d5e84/src/lib/
H A Dares_parse_srv_reply.c48 struct ares_srv_reply *srv_curr;
114 srv_curr = ares_malloc_data(ARES_DATATYPE_SRV_REPLY);
115 if (!srv_curr)
122 srv_last->next = srv_curr;
126 srv_head = srv_curr;
128 srv_last = srv_curr;
131 srv_curr->priority = DNS__16BIT(vptr);
133 srv_curr->weight = DNS__16BIT(vptr);
135 srv_curr->port = DNS__16BIT(vptr);
138 status = ares_expand_name (vptr, abuf, alen, &srv_curr->host, &len);
/dports/www/node10/node-v10.24.1/deps/cares/src/
H A Dares_parse_srv_reply.c59 struct ares_srv_reply *srv_curr; in ares_parse_srv_reply() local
125 srv_curr = ares_malloc_data(ARES_DATATYPE_SRV_REPLY); in ares_parse_srv_reply()
126 if (!srv_curr) in ares_parse_srv_reply()
133 srv_last->next = srv_curr; in ares_parse_srv_reply()
137 srv_head = srv_curr; in ares_parse_srv_reply()
139 srv_last = srv_curr; in ares_parse_srv_reply()
142 srv_curr->priority = DNS__16BIT(vptr); in ares_parse_srv_reply()
144 srv_curr->weight = DNS__16BIT(vptr); in ares_parse_srv_reply()
146 srv_curr->port = DNS__16BIT(vptr); in ares_parse_srv_reply()
149 status = ares_expand_name (vptr, abuf, alen, &srv_curr->host, &len); in ares_parse_srv_reply()
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/cares/cares/
H A Dares_parse_srv_reply.c59 struct ares_srv_reply *srv_curr; in ares_parse_srv_reply() local
125 srv_curr = ares_malloc_data(ARES_DATATYPE_SRV_REPLY); in ares_parse_srv_reply()
126 if (!srv_curr) in ares_parse_srv_reply()
133 srv_last->next = srv_curr; in ares_parse_srv_reply()
137 srv_head = srv_curr; in ares_parse_srv_reply()
139 srv_last = srv_curr; in ares_parse_srv_reply()
142 srv_curr->priority = DNS__16BIT(vptr); in ares_parse_srv_reply()
144 srv_curr->weight = DNS__16BIT(vptr); in ares_parse_srv_reply()
146 srv_curr->port = DNS__16BIT(vptr); in ares_parse_srv_reply()
149 status = ares_expand_name (vptr, abuf, alen, &srv_curr->host, &len); in ares_parse_srv_reply()