HomeSort by: relevance | last modified time | path
    Searched defs:reply_info (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/unbound/dist/util/data/
msgreply.h 127 struct reply_info { struct
247 /** the hash table entry, data is struct reply_info* */
266 * @return the reply_info base struct with the array for putting the rrsets
269 struct reply_info*
290 * Allocates reply_info and packed_rrsets. These are not yet added to any
294 * @param rep: allocated reply_info is returned (only on no error).
303 struct query_info* qinf, struct reply_info** rep,
323 struct reply_info** rep, struct regional* region);
326 struct reply_info* parse_reply_in_temp_region(struct sldns_buffer* pkt,
333 void reply_info_sortref(struct reply_info* rep)
    [all...]
  /src/external/bsd/unbound/dist/services/
outside_network.c 949 struct comm_reply* reply_info)
953 (void)(*w->cb)(c, w->cb_arg, error, reply_info); local
1296 struct comm_reply *reply_info)
1395 waiting_tcp_callback(w, c, error, reply_info);
1481 struct comm_reply *reply_info)
1496 log_assert(reply_info);
1500 memcpy(&key.addr, &reply_info->remote_addr, reply_info->remote_addrlen);
1501 key.addrlen = reply_info->remote_addrlen;
1504 &reply_info->remote_addr, reply_info->remote_addrlen)
1552 (void)(*p->cb)(p->pc->cp, p->cb_arg, NETEVENT_NOERROR, reply_info); local
    [all...]

Completed in 27 milliseconds