Searched refs:reads (Results 1 - 25 of 60) sorted by relevance

123

/macosx-10.9.5/BerkeleyDB-21/db/repmgr/
H A Drepmgr_posix.c538 fd_set reads, writes; local
554 FD_ZERO(&reads);
561 FD_SET((u_int)db_rep->listen_fd, &reads);
564 FD_SET((u_int)db_rep->read_pipe, &reads);
590 FD_SET((u_int)conn->fd, &reads);
607 FD_SET((u_int)conn->fd, &reads);
626 &reads, &writes, NULL, select_timeout_p)) == -1) {
656 conn, &reads, &writes, flow_control)) != 0)
665 if (FD_ISSET((u_int)db_rep->read_pipe, &reads)) {
677 if (FD_ISSET((u_int)db_rep->listen_fd, &reads)
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Dlock003.tcl18 set reads 65
46 # $testdir $iter $objs $wait $ldegree $reads &"
49 $testdir $iter $objs $wait $ldegree $reads &]
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/
H A Dencstr_usage.rb5 This reads 'iso2022-kr' text (from discription of \
H A Dbinstr_usage.rb7 This reads the image data from the file as the binary sequence.
/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Dselect.h93 int tpf_select_libcurl(int maxfds, fd_set* reads, fd_set* writes,
H A Dselect.c507 int tpf_select_libcurl(int maxfds, fd_set* reads, fd_set* writes, argument
512 rc = tpf_select_bsd(maxfds, reads, writes, excepts, tv);
/macosx-10.9.5/llvmCore-3425.0.33/bindings/ocaml/bitreader/
H A Dllvm_bitreader.mli17 (** [get_module context mb] reads the bitcode for a new module [m] from the
/macosx-10.9.5/patch_cmds-17/diffstat/package/
H A Ddiffstat.spec15 Diffstat is is useful for reviewing large, complex patch files. It reads from
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DCalcSpillWeights.cpp148 bool reads, writes; local
149 tie(reads, writes) = mi->readsWritesVirtualRegister(li.reg);
150 weight = LiveIntervals::getSpillWeight(writes, reads, loopDepth);
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/unix/
H A Dentropy.c394 fd_set reads; local
398 FD_ZERO(&reads);
407 FD_SET(fd, &reads);
425 FD_SET(fd, &reads);
436 cc = select(maxfd + 1, &reads, &writes, NULL, NULL);
/macosx-10.9.5/ntp-88/lib/isc/unix/
H A Dentropy.c394 fd_set reads; local
398 FD_ZERO(&reads);
407 FD_SET(fd, &reads);
425 FD_SET(fd, &reads);
436 cc = select(maxfd + 1, &reads, &writes, NULL, NULL);
/macosx-10.9.5/Libinfo-449.1.3/util.subproj/
H A Drcmd.c122 fd_set reads; local
259 FD_ZERO(&reads);
260 FD_SET(s, &reads);
261 FD_SET(s2, &reads);
263 if (select(nfds, &reads, 0, 0, 0) < 1 || !FD_ISSET(s2, &reads)){
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/Storage/DBI/Replicated/Balancer/
H A DRandom.pm35 default, does no reads from master, while a value of 1 gives it the same
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/Config/
H A DPropertyConfigurator.pm146 Log::Log4perl::Config::PropertyConfigurator - reads properties file
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dnnvirtual.el76 (defvoo nnvirtual-mapping-reads nil
241 nnvirtual-mapping-reads nil
326 (setcar (cddr info) nnvirtual-mapping-reads)
700 reads beg)
796 ;; We need to convert the unreads to reads. We compress the
808 (push i reads)
809 (push (cons beg i) reads))
813 (push i reads)
814 (push (cons i nnvirtual-mapping-len) reads)))
816 ;; Store the reads lis
[all...]
H A Dgnus-start.el225 Gnus always reads its own startup file, which is called
2471 symbol reads num1)
2518 reads nil)
2548 (push num1 reads)
2555 reads)
2559 (push num1 reads))
2591 (gnus-info-set-read info (nreverse reads))
2598 (setq level (if reads
2608 (if reads
2611 (nreverse reads))))
[all...]
/macosx-10.9.5/IOFWDVComponents-207.4.1/
H A DIsochComponentsRef80 In reads: if 'buffer' is supplied, the data is read into the buffer
298 for reads or writes. The configuration structure is defined in the atom description above.
351 kIDHOpenForReadTransactions - Indicates that the device will be opened for reads. The value of
352 this flag is 1. One or more clients can open a device for reads unless a client specifies
389 The IDHRead function reads data from the currently opened device configuration.
786 // we are doing isoch reads with only one buffer at a time
826 // we are doing isoch reads with only one buffer at a time
872 // we are doing isoch reads with only one buffer at a time
912 // we are doing isoch reads with only one buffer at a time
975 Setting up notification for a device being enabled for reads
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/Config/
H A DPropertyConfigurator.pm141 Log::Log4perl::Config::PropertyConfigurator - reads properties file
/macosx-10.9.5/CPANInternal-140/TermReadKey/
H A DReadKey.pm23 non-blocking reads, if the architecture allows, and some generalized handy
95 non-blocking reads, then a C<ReadKey -1> can die with a fatal error. This
106 possible that non-blocking reads will fail when reading repeating keys from
120 mechanism for non-blocking reads, then a C<ReadLine 1> can die with a fatal
/macosx-10.9.5/BerkeleyDB-21/db/examples_c/csv/
H A DREADME212 csv file. By default, csv_code reads from stdin.
235 database. By default, csv_load reads from stdin.
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/Storage/DBI/
H A DReplicated.pm50 Now, just use the $schema as you normally would. Automatically all reads will
60 Now $RS will force everything (both reads and writes) to use whatever was setup
679 Sets the current $schema to be use the </balancer> for all reads, while all
1016 to be an item, you should force the master to handle reads. Otherwise, due to
1043 ## $new_schema will use only the Master storage for all reads/writes while
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/SQL/Translator/Parser/DBIx/
H A DClass.pm404 C<SQL::Translator::Parser::DBIx::Class> reads a DBIx::Class schema,
/macosx-10.9.5/CPANInternal-140/Term-ReadPassword/
H A DReadPassword.pm225 The B<read_password> function prompts for input, reads a line of text from
/macosx-10.9.5/CPANInternal-140/Term-ReadPassword-0.11/
H A DReadPassword.pm225 The B<read_password> function prompts for input, reads a line of text from
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dicon.vim23 syn keyword iconFunction pos proc pull push put read reads

Completed in 601 milliseconds

123