Home
last modified time | relevance | path

Searched refs:eq_append (Results 1 – 2 of 2) sorted by relevance

/dports/math/polymake/polymake-4.5/perllib/Polymake/Test/
H A DShell.pm80 …my $eq_append = !defined($self->expected_append) || $self->expected_append eq $self->gotten_append;
81 unless ($eq && $eq_append && $self->expected_offset==$self->gotten_offset) {
90 unless ($eq_append) {
/dports/www/kannel/gateway-1.4.4/test/
H A Dtest_smsc.c219 static void eq_append(EventQueue *eq, Event *e) in eq_append() function
340 eq_append(p->eq, eq_create_event(got_smsc)); in smpp_emu_handle_pdu()
348 eq_append(p->eq, in smpp_emu_handle_pdu()
354 eq_append(p->eq, eq_create_event(deliver_ack)); in smpp_emu_handle_pdu()
359 eq_append(p->eq, eq_create_event(got_enquire_link)); in smpp_emu_handle_pdu()
534 eq_append(undelivered_messages, eq_create_event(deliver)); in smsc_emu_deliver()
606 eq_append(eq, eq_create_http_request(client, in httpd_emu()