Home
last modified time | relevance | path

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

/dports/mail/mailfromd/mailfromd-8.10/src/builtin/
H A Ddns.bi205 struct dns_reply *reply_tab;
211 return n == -1 || rs->reply_tab[n].type == -1;
217 rs->reply_tab[n].type = -1;
225 return &rs->reply_tab[n];
234 rs->reply_tab = NULL;
246 dns_reply_free(&rs->reply_tab[i]);
250 free(rs->reply_tab);
264 *return_reply = &rs->reply_tab[i];
272 rs->reply_tab = mu_2nrealloc(rs->reply_tab, &rs->reply_max,
273 sizeof(rs->reply_tab[0]));
[all …]
H A Ddns.c632 struct dns_reply *reply_tab; member
638 return n == -1 || rs->reply_tab[n].type == -1; in dns_reply_entry_unused()
644 rs->reply_tab[n].type = -1; in dns_reply_entry_release()
652 return &rs->reply_tab[n]; in dns_reply_entry_locate()
661 rs->reply_tab = NULL; in dns_reply_storage_alloc()
673 dns_reply_free(&rs->reply_tab[i]); in dns_reply_storage_destroy()
677 free(rs->reply_tab); in dns_reply_storage_destroy()
697 *return_reply = &rs->reply_tab[i]; in dns_reply_entry_alloc()
705 rs->reply_tab = mu_2nrealloc(rs->reply_tab, &rs->reply_max, in dns_reply_entry_alloc()
706 sizeof(rs->reply_tab[0])); in dns_reply_entry_alloc()
[all …]
/dports/net/p5-Net-SMPP/Net-SMPP-1.19/
H A Desme-rec.pl29 use constant reply_tab => { constant
201 if (defined reply_tab->{$pdu->{cmd}}) {
202 &{reply_tab->{$pdu->{cmd}}{reply}}($c, $pdu);
H A Dsmsc.pl31 use constant reply_tab => { constant
217 if (defined reply_tab->{$pdu->{cmd}}) {
218 &{reply_tab->{$pdu->{cmd}}{reply}}($c, $pdu);
/dports/www/osticket/upload/scp/css/
H A Dscp.css1874 #response_options .reply_tab.tell {