Searched refs:sent (Results 1 - 25 of 152) sorted by relevance

1234567

/macosx-10.10/dtrace-147/test/tst/common/proc/
H A Dtst.sigwait.d34 sent = 1;
38 /pid == $1 && args[0] == SIGUSR1 && sent/
/macosx-10.10/apr-32/apr/apr/test/
H A Dtestshmproducer.c44 int sent = 0; local
61 * in this code. The original code actually sent N_BOXES - 1 messages,
65 for (i = N_BOXES - 1, sent = 0; i >= 0; i--, sent++) {
75 return sent;
/macosx-10.10/postfix-255/postfix/src/global/
H A Dsent.h6 /* sent 3h
8 /* log that message was sent
10 /* #include <sent.h>
31 extern int sent(int, const char *, MSG_STATS *, RECIPIENT *, const char *,
H A Dsent.c3 /* sent 3
5 /* log that a message was or could be sent
7 /* #include <sent.h>
9 /* int sent(flags, queue_id, stats, recipient, relay, dsn)
17 /* sent() logs that a message was successfully delivered,
87 #include <sent.h>
93 /* sent - log that a message was or could be sent */
95 int sent(int flags, const char *id, MSG_STATS *stats, function
106 msg_warn("sent
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/network/curl/
H A DFormDataStreamCurl.cpp65 size_t sent; local
79 sent = fread(ptr, blockSize, numberOfBlocks, m_file);
94 sent = elementSize > toSend ? toSend : elementSize;
95 memcpy(ptr, element.m_data.data() + m_formDataElementDataOffset, sent);
96 if (elementSize > sent)
97 m_formDataElementDataOffset += sent;
104 return sent;
/macosx-10.10/Security-57031.1.35/Security/sec/SOSCircle/SecureObjectSync/
H A DSOSPeerCoder.h13 bool SOSPeerCoderSendMessageIfNeeded(SOSPeerRef peer, CFDataRef *message_to_send, CFStringRef circle_id, CFStringRef peer_id, SOSEnginePeerMessageSentBlock *sent, CFErrorRef *error);
19 bool SOSPeerSendMessageIfNeeded(SOSPeerRef peer, CFDataRef *message, CFDataRef *message_to_send, SOSCoderRef *coder, CFStringRef circle_id, CFStringRef peer_id, SOSEnginePeerMessageSentBlock *sent, CFErrorRef *error);
21 void SOSPeerCoderConsume(SOSEnginePeerMessageSentBlock *sent, bool ok);
H A DSOSPeerCoder.c59 void SOSPeerCoderConsume(SOSEnginePeerMessageSentBlock *sent, bool ok){ argument
60 if (*sent)
61 (*sent)(ok);
125 bool SOSPeerCoderSendMessageIfNeeded(SOSPeerRef peer, CFDataRef *message_to_send, CFStringRef circle_id, CFStringRef peer_id, SOSEnginePeerMessageSentBlock *sent, CFErrorRef *error){ argument
134 CFDataRef message = SOSEngineCreateMessageToSyncToPeer(SOSPeerGetEngine(peer), peer_id, sent, error);
151 *sent = Block_copy(^(bool wasSent){
H A DSOSTransportCoder.c163 SOSEnginePeerMessageSentBlock sent = NULL; local
170 CFDataRef message = SOSEngineCreateMessageToSyncToPeer(SOSTransportMessageGetEngine(transport), peer_id, &sent, error);
187 sent = Block_copy(^(bool wasSent){
204 if (sent)
205 sent(ok);
211 Block_release(sent);
/macosx-10.10/dtrace-147/
H A Ddtrace_dyld.cpp65 uint32_t sent, recv; local
66 connection->send_notice(CORESYMBOLICATION_DYLD_PING_MSGH_ID, sent, recv);
/macosx-10.10/postfix-255/postfix/src/local/
H A Dindirect.c52 #include <sent.h>
81 return (sent(BOUNCE_FLAGS(state.request), SENT_ATTR(state.msg_attr)));
H A Dfile.c69 #include <sent.h>
123 return (sent(BOUNCE_FLAGS(state.request),
196 deliver_status = sent(BOUNCE_FLAGS(state.request),
H A Dmaildir.c67 #include <sent.h>
109 return (sent(BOUNCE_FLAGS(state.request), SENT_ATTR(state.msg_attr)));
246 deliver_status = sent(BOUNCE_FLAGS(state.request),
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/Security/
H A Dtls_record_internal.h49 size_t sent; member in struct:WaitingRecord
H A DSSLRecordInternal.c210 out->sent = 0;
293 { buf.data = rec->data + rec->sent;
294 buf.length = rec->length - rec->sent;
296 rec->sent += written;
297 if (rec->sent >= rec->length)
299 check(rec->sent == rec->length);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/lib/
H A Dtls_record_internal.h49 size_t sent; member in struct:WaitingRecord
H A DSSLRecordInternal.c210 out->sent = 0;
293 { buf.data = rec->data + rec->sent;
294 buf.length = rec->length - rec->sent;
296 rec->sent += written;
297 if (rec->sent >= rec->length)
299 check(rec->sent == rec->length);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/security_ssl/
H A Dtls_record_internal.h49 size_t sent; member in struct:WaitingRecord
/macosx-10.10/emacs-93/emacs/lisp/play/
H A Ddoctor.el69 (defvar sent) (defvar sexlst) (defvar shortbeclst) function
244 '(((doc$ whysay)(doc// sent) \?)
245 (is it because of (doc$ things) that you say (doc// sent) \?) ))
396 (is it because (doc// sent) that you came to me \?)
397 ((doc$ bother)(doc// sent) \?)
398 (when did you first know that (doc// sent) \?)
399 (is the fact that (doc// sent) the real reason \?)
400 (does the fact that (doc// sent) explain anything else \?)
401 ((doc$ areyou)(doc$ sure)(doc// sent) \? ) ))
504 ((doc$ whysay) (doc// sent) \
[all...]
/macosx-10.10/ruby-106/ruby/test/ruby/
H A Dsentence.rb19 # }, :exp, 2) {|sent| p sent }
47 # Sentence.each(syntax, :exp, 2) {|sent| p sent }
63 # Sentence.each(syntax, :exp, 2) {|sent| p sent.to_s }
105 @sent = ary
118 @sent.join('')
134 @sent.flatten.join(sep)
146 @sent
[all...]
/macosx-10.10/emacs-93/emacs/lisp/gnus/
H A Dnnlistserv.el121 (headers '(sent name email subject id))
122 sent name email subject id)
139 (format "Date: %s\n\n" sent))))
/macosx-10.10/screen-22/screen/
H A Dsocket.c121 struct sent struct
123 struct sent *next;
126 } *slist, **slisttail, *sent, *nsent; local
227 if ((sent = (struct sent *)malloc(sizeof(struct sent))) == 0)
229 sent->next = 0;
230 sent->name = SaveStr(name);
231 sent->mode = mode;
232 *slisttail = sent;
[all...]
/macosx-10.10/postfix-255/postfix/src/discard/
H A Ddiscard.c24 /* Delivery status reports are sent to the \fBtrace\fR(8)
122 #include <sent.h>
177 status = sent(BOUNCE_FLAGS(request), request->queue_id,
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/smtpd/clients/
H A Dmail-test.pl42 This is a sample message in no particular format, sent by Perl's
56 This is a sample message in no particular format, sent by Perl's
/macosx-10.10/cups-408/cups/backend/
H A Ddnssd.c69 sent; /* Did we list the device? */ member in struct:__anon7248
423 int sent; /* Number of sent */ local
426 best = NULL, count = 0, sent = 0;
430 if (device->sent)
431 sent ++;
436 if (!device->ref && !device->sent)
482 else if (!device->sent)
515 best->sent = 1;
518 sent
[all...]
/macosx-10.10/postfix-255/postfix/src/virtual/
H A Dmaildir.c62 #include <sent.h>
104 return (sent(BOUNCE_FLAGS(state.request),
243 deliver_status = sent(BOUNCE_FLAGS(state.request),

Completed in 367 milliseconds

1234567