Searched refs:loop (Results 201 - 225 of 533) sorted by relevance

1234567891011>>

/macosx-10.10.1/postfix-255/postfix/src/master/
H A Dmulti_server.c104 /* within the event loop, whenever an I/O or timer event has happened,
536 MAIL_SERVER_LOOP_FN loop = 0; local
730 loop = va_arg(ap, MAIL_SERVER_LOOP_FN);
893 * The event loop, at last.
903 delay = loop ? loop(multi_server_name, multi_server_argv) : -1;
H A Dsingle_server.c97 /* within the event loop, whenever an I/O or timer event has happened,
418 MAIL_SERVER_LOOP_FN loop = 0; local
608 loop = va_arg(ap, MAIL_SERVER_LOOP_FN);
761 * The event loop, at last.
771 delay = loop ? loop(single_server_name, single_server_argv) : -1;
H A Dtrigger_server.c102 /* within the event loop, whenever an I/O or timer event has happened,
419 MAIL_SERVER_LOOP_FN loop = 0; local
611 loop = va_arg(ap, MAIL_SERVER_LOOP_FN);
658 * socket stays readable, so that the program goes into a wasteful loop.
779 * The event loop, at last.
789 delay = loop ? loop(trigger_server_name, trigger_server_argv) : -1;
/macosx-10.10.1/ruby-106/ruby/lib/rubygems/package/
H A Dold.rb119 loop do
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/examples/ftp/
H A Dftpdemo.tcl163 label .op.f.f3.v0.value -anchor w -textvariable test(loop)
392 proc test_10list {loop} {
398 ftp::DisplayMsg $test(conn) "*** TEST $loop.1 (long directory listing) ***" header
406 proc test_20nlist {loop} {
412 ftp::DisplayMsg $test(conn) "*** TEST $loop.2 (short directory listing) ***" header
425 proc test_30dir {loop} {
430 ftp::DisplayMsg $test(conn) "*** TEST $loop.3 (directory commands cd,mkdir,rmdir) ***" header
450 proc test_40afile {loop} {
456 ftp::DisplayMsg $test(conn) "*** TEST $loop.4 (put/get ascii files) ***" header
485 proc test_50bfile {loop} {
[all...]
/macosx-10.10.1/vim-55/runtime/ftplugin/
H A Dvhdl.vim40 \ s:notend.'\<loop\>:\<end\s\+loop\>,'.
/macosx-10.10.1/OpenSSL098-52/src/demos/tunala/
H A Dtunala.c31 /* This structure is used as the data for running the main loop. Namely, in a
55 /* Our outside "loop" context stuff */
290 unsigned int loop; local
520 /* We're ready to loop */
526 for(loop = 0; loop < world.tunnels_used; loop++)
527 selector_add_tunala(&world.selector, world.tunnels + loop);
556 /* Give each tunnel its moment, note the while loop is because it makes
559 loop
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Doasys.c71 bfd_boolean loop = TRUE; local
100 while (loop)
177 loop = FALSE;
343 bfd_boolean loop = TRUE; local
362 while (loop)
531 loop = FALSE;
546 bfd_boolean loop = TRUE; local
562 while (loop)
622 loop = FALSE;
/macosx-10.10.1/BerkeleyDB-21/db/clib/
H A Dqsort.c110 loop: SWAPINIT(a, es);
178 goto loop;
/macosx-10.10.1/BerkeleyDB-21/db/mutex/
H A Dmut_win32.c134 loop: /* Attempt to acquire the resource for N spins. */
212 * loop is needed to work around a race where the signal from the
234 goto loop;
/macosx-10.10.1/BerkeleyDB-21/db/test/
H A Drep038.tcl165 set loop 10
171 while { $i < $loop } {
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.25/lib/HTTP/Proxy/Engine/
H A DScoreBoard.pm198 last unless $proxy->loop();
243 The module defines the following methods, used by HTTP::Proxy main loop:
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.25/lib/HTTP/Proxy/
H A DEngine.pm87 The role of an engine is to implement the main fork+serve loop
122 This method is the main loop of the master process.
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.300/lib/HTTP/Proxy/Engine/
H A DScoreBoard.pm198 last unless $proxy->loop();
243 The module defines the following methods, used by L<HTTP::Proxy> main loop:
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.300/lib/HTTP/Proxy/
H A DEngine.pm87 The role of an engine is to implement the main fork+serve loop
122 This method is the main loop of the master process.
/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Dqsort.c124 loop: SWAPINIT(a, es);
198 goto loop;
/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGThunks.cpp118 MacroAssembler::Label loop = jit.label(); local
126 jit.branchPtr(MacroAssembler::NotEqual, GPRInfo::regT1, MacroAssembler::TrustedImmPtr(bitwise_cast<void*>(-static_cast<intptr_t>(JSStack::CallFrameHeaderSize)))).linkTo(loop, &jit);
/macosx-10.10.1/JavaScriptCore-7600.1.17/jit/
H A DRegisterPreservationWrapperGenerator.cpp90 AssemblyHelpers::Label loop = jit.label(); local
95 jit.branchTest32(AssemblyHelpers::NonZero, GPRInfo::regT2).linkTo(loop, &jit);
/macosx-10.10.1/Libc-1044.1.2/stdlib/FreeBSD/
H A Dqsort.c144 loop:
235 goto loop;
/macosx-10.10.1/OpenSSL098-52/src/crypto/bn/
H A Dbn_prime.pl9 loop: while ($#primes < $num-1) label
16 next loop if (($p%$primes[$i]) == 0);
/macosx-10.10.1/OpenSSL098-52/src/crypto/engine/
H A Deng_table.c230 int initres, loop = 0; local
263 ret = sk_ENGINE_value(fnd->sk, loop++);
/macosx-10.10.1/apr-32/apr-util/apr-util/dbm/sdbm/
H A Dsdbm_pair.c199 register int loop = (m + 8 - 1) >> 3; local
207 } while (--loop);
/macosx-10.10.1/emacs-93/emacs/nt/
H A Denvadd.bat34 rem just to avoid an endless loop:
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/
H A Dirbtkw.rbw138 loop {
/macosx-10.10.1/ruby-106/ruby/sample/
H A Dmine.rb37 loop do
148 loop do

Completed in 270 milliseconds

1234567891011>>