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

  /src/usr.bin/mail/
thread.c 222 first_message(struct message *mp) function
342 for (mp = first_message(mp); mp; mp = mp->m_flink) {
380 for (mp = first_message(tp->t_head); mp; mp = next_message(mp))
388 for (mp = first_message(tp->t_head); mp; mp = next_message(mp))
727 for (mp = first_message(current_thread.t_head);
1104 for (mp = first_message(current_thread.t_head); mp; mp = next_message(mp))
1725 for (mp = first_message(current_thread.t_head); mp; mp = next_message(mp)) {
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
dnssd-proxy.c 2246 dns_message_t *first_message = NULL; local
2306 first_message = first_query->response_msg;
2307 first_qdcount = first_message->qdcount;
2308 first_ancount = first_message->ancount;
2309 first_nscount = first_message->nscount;
2310 first_arcount = first_message->arcount;
2330 first_section = &first_message->section_name; \
2334 first_count = &first_message->counter_name; \
2374 first_query->response->qdcount = htons(first_message->qdcount);
2375 first_query->response->ancount = htons(first_message->ancount)
    [all...]

Completed in 29 milliseconds