Searched refs:deliver (Results 1 - 14 of 14) sorted by path

/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DFAQ.pm594 you could just as well have a Perl subroutine deliver the value
/macosx-10.10/IOKitUser-1050.1.21/
H A DIOKitLib.c1066 boolean_t deliver = TRUE; local
1094 deliver = false;
1098 if(deliver)
/macosx-10.10/WebCore-7600.1.25/dom/
H A DMutationObserver.cpp177 void MutationObserver::deliver() function in class:WebCore::MutationObserver
230 observers[i]->deliver();
H A DMutationObserver.h95 void deliver();
/macosx-10.10/apache-793/httpd/modules/dav/main/
H A Dmod_dav.c518 /* deliver whatever might be remaining in the brigade */
847 /* okay... time to deliver the content */
848 if ((err = (*resource->hooks->deliver)(resource,
851 "Unable to deliver content.",
H A Dmod_dav.h1860 ** This function may be called without a following deliver(), to
1869 ** The provider should deliver the resource into the specified filter.
1873 ** The provider should determine what has content to deliver or not.
1881 dav_error * (*deliver)(const dav_resource *resource, member in struct:dav_hooks_repository
2226 ** return an error -- there is no way that mod_dav can deliver it
/macosx-10.10/libdispatch-442.1.4/src/
H A Dio.c1135 // If the operation is active, dont deliver data
1689 // Final release will deliver any pending data
1716 // Final release will deliver any pending data
2240 bool deliver = (flags & (DOP_DELIVER|DOP_DONE)) ||
2243 if (!deliver) {
2244 // Don't deliver data until low water mark has been reached
2246 deliver = true;
2274 op->data = deliver ? dispatch_data_empty : data;
2276 if (deliver) {
2287 if (deliver) {
[all...]
/macosx-10.10/postfix-255/Postfix.Config/
H A Dmaster.cf.defaultserver60 # The Cyrus deliver program has changed incompatibly, multiple times.
63 flags=R user=cyrus argv=/cyrus/bin/deliver -e -m ${extension} ${user}
67 user=_cyrus argv=/usr/bin/cyrus/bin/deliver -e -r ${sender} -m ${extension} ${user}
/macosx-10.10/postfix-255/
H A Dchunking.pl44 --deliveries n number of messages to deliver and check
517 my $status = deliver($delivery);
607 sub deliver subroutine
611 my $dtag = "deliver$delivery";
/macosx-10.10/procmail-14/procmail/src/
H A Dlmtp.c438 deliver: readmail(2,0L); /* fix up things */
522 goto deliver;
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/examples/smtpd/
H A Dtcl_smtpd26 proc deliver {sender recipients data} {
67 -deliver ::deliver \
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/smtpd/
H A Dsmtpd.tcl46 deliver {}
115 # and a procedure to handle delivery of incoming mail. The -deliver
117 # resources once the deliver proc has completed.
118 # An example might be to exec procmail to deliver the mail to users.
140 -deliver {set options(deliver) [Pop args 1]}
161 must be one of -deliverMIME, -deliver,\
373 if {[catch {deliver $channel} err]} {
480 # deliver is called once a mail transaction is completed and there is
481 # no deliver procedur
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Dip_icmp.c430 goto deliver;
436 goto deliver;
442 goto deliver;
448 deliver:
467 printf("deliver to protocol %d\n", icp->icmp_ip.ip_p);
/macosx-10.10/xnu-2782.1.97/bsd/netinet6/
H A Dicmp6.c531 * but don't deliver it to sockets. It practically lets us
573 goto deliver;
585 goto deliver;
600 goto deliver;
616 goto deliver;
875 /* ICMPv6 error: MUST deliver it by spec... */
877 /* deliver */
879 /* ICMPv6 informational: MUST not deliver */
883 deliver:
900 /* deliver th
[all...]

Completed in 334 milliseconds