Searched refs:received (Results 1 - 25 of 105) sorted by relevance

12345

/macosx-10.10.1/OpenSSL098-52/src/crypto/jpake/
H A Djpake.h69 int JPAKE_STEP1_process(JPAKE_CTX *ctx, const JPAKE_STEP1 *received);
78 int JPAKE_STEP2_process(JPAKE_CTX *ctx, const JPAKE_STEP2 *received);
88 int JPAKE_STEP3A_process(JPAKE_CTX *ctx, const JPAKE_STEP3A *received);
93 int JPAKE_STEP3B_process(JPAKE_CTX *ctx, const JPAKE_STEP3B *received);
H A Djpake.c303 int JPAKE_STEP1_process(JPAKE_CTX *ctx, const JPAKE_STEP1 *received) argument
305 if(!is_legal(received->p1.gx, ctx))
311 if(!is_legal(received->p2.gx, ctx))
319 if(!verify_zkp(&received->p1, ctx->p.g, ctx))
326 if(!verify_zkp(&received->p2, ctx->p.g, ctx))
333 if(BN_is_one(received->p2.gx))
340 BN_copy(ctx->p.gxc, received->p1.gx);
341 BN_copy(ctx->p.gxd, received->p2.gx);
416 int JPAKE_STEP2_process(JPAKE_CTX *ctx, const JPAKE_STEP2 *received) argument
432 if(verify_zkp(received, t
466 JPAKE_STEP3A_process(JPAKE_CTX *ctx, const JPAKE_STEP3A *received) argument
493 JPAKE_STEP3B_process(JPAKE_CTX *ctx, const JPAKE_STEP3B *received) argument
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/devtools/
H A Ddialog.tcl38 set received {}
145 global received
164 lappend received $line
277 ::coserv::run $id {set received {}}
320 proc ::dialog::received {} {
323 set received [::coserv::run $id [list set received]]
324 ::coserv::run $id [list set received {}]
325 return $received
/macosx-10.10.1/ruby-106/ruby/test/-ext-/old_thread_select/
H A Dtest_old_thread_select.rb72 received = false
73 trap(:INT) { received = true }
96 assert_not_equal false, received, "SIGINT not received"
/macosx-10.10.1/tcl-105/tcl_ext/tktreectrl/tktreectrl/demos/
H A Dmailwasher.tcl36 $T column create -text Received -textpadx $pad -arrow up -tags received
106 from styAny subject styAny received styAny \
117 set received [clock format $seconds -format "%d/%m/%y %I:%M %p"]
118 $T item text $item size $size from $from subject $subject received $received
131 set ::SortColumn received
170 received {
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dif_arp.h129 uint32_t rxrequests; /* # of ARP requests received by this host. */
130 uint32_t rxreplies; /* # of ARP replies received by this host. */
131 uint32_t received; /* # of ARP packets received by this host. */ member in struct:arpstat
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/tests/
H A Dsignal.test53 } 0 {1 {SIGHUP signal received} {SIGHUP signal received
71 } 0 {{1 {SIGHUP signal received}} {1 {SIGTERM signal received}}}
297 } 1 {SIGINT signal received}
301 } 1 {SIGINT signal received}
305 } 1 {SIGINT signal received}
/macosx-10.10.1/CPANInternal-159.1/PlRPC-0.2020/
H A DMakefile.PL21 While loading the Sys::Syslog module, I received the following error message:
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_ssl/regressions/
H A Dssl-47-falsestart.c229 size_t sent, received; local
263 ortn = SSLRead(ctx, reply, sizeof(reply)-1, &received);
271 reply[received]=0;
/macosx-10.10.1/apr-32/apr/apr/test/
H A Dtestshm.c133 /* exit with the number of messages received so that the parent
134 * can check that all messages were received.
168 int sent, received; local
212 rv = apr_proc_wait(&pidconsumer, &received, &why, APR_WAIT);
227 ABTS_INT_EQUAL(tc, sent, received);
/macosx-10.10.1/emacs-93/emacs/lisp/gnus/
H A Dnntp.el22 ;; You should have received a copy of the GNU General Public License
622 ;; received NO reponse for
660 (received 0)
686 (incf received))
687 (< received count))
692 (zerop (% received 20))
694 (/ (* received 100) number)))
700 ;; Now all of replies are received. Fold continuation lines.
725 (received 0)
752 (incf received))
[all...]
/macosx-10.10.1/emacs-93/emacs/nt/
H A Denvadd.bat18 rem You should have received a copy of the GNU General Public License
H A Dmulti-install-info.bat20 rem You should have received a copy of the GNU General Public License
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.25/lib/HTTP/Proxy/
H A DBodyFilter.pm69 of body data received,
167 the buffer after the last piece of data is received from the origin
177 on to the following filter once the full message body has been received.
190 only receive complete lines. The "chunks" of data received by the
215 some actions to be taken only when the full page has been received
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.300/lib/HTTP/Proxy/
H A DBodyFilter.pm69 of body data received,
167 the buffer after the last piece of data is received from the origin
177 on to the following filter once the full message body has been received.
190 only receive complete lines. The "chunks" of data received by the
215 some actions to be taken only when the full page has been received
/macosx-10.10.1/CPANInternal-159.1/SOAP-Lite-1.11/bin/
H A DSOAPsh.pl69 headers sent and received.
/macosx-10.10.1/procmail-14/procmail/src/
H A Dheader.h15 X(received, "Received:") /* ditto ... */
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/tkextlib/treectrl/
H A Dmailwasher.rb27 :arrowpad=>[4,0], :tag=>'received')
48 :arrowpad=>[4,0], :tag=>'received')
135 received = Tk::Clock.format(seconds, '%d/%m/%y %I:%M %p')
136 t.item_text(item, 3, size, 4, frm, 5, subj, 6, received)
187 when 'received'
/macosx-10.10.1/ntp-92/include/
H A Dntp_request.h424 u_int32 timereceived; /* time since a packet received */
503 u_int32 received; /* packets received */ member in struct:info_sys_stats
550 u_int32 received; /* received packets */ member in struct:info_io_stats
554 u_int32 int_received; /* received by interrupt handler */
672 u_int32 firsttime; /* first time we received a packet */
674 u_int32 count; /* count of packets received */
693 u_int32 firsttime; /* first time we received a packet */
695 u_int32 count; /* count of packets received */
901 int32 received; /* number of incoming packets */ member in struct:info_if_stats
[all...]
H A Dntp.h192 volatile long received; /* number of incoming packets */ member in struct:interface
283 * Variables set by received packet
386 u_long timereceived; /* last packet received time */
390 u_long received; /* packets received */ member in struct:peer
396 u_long selbroken; /* KoD received */
/macosx-10.10.1/vim-55/runtime/syntax/
H A Delmfilt.vim31 syn keyword elmfiltCond contained cc bcc lines always subject sender from to lines received skipnl skipwhite nextgroup=elmfiltString
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.25/lib/HTTP/Proxy/BodyFilter/
H A Dcomplete.pm58 message body after the whole message has been received by the proxy.
H A Dlines.pm86 of data received by the following filters with either end with C<\n>
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.300/lib/HTTP/Proxy/BodyFilter/
H A Dcomplete.pm58 message body after the whole message has been received by the proxy.
H A Dlines.pm86 of data received by the following filters with either end with C<\n>

Completed in 841 milliseconds

12345