Searched refs:exchange (Results 1 - 25 of 50) sorted by relevance

12

/macosx-10.9.5/ppp-727.90.1/Shared/
H A Dfd_exchange.h13 void fd_exchange_destroy(struct fd_exchange *exchange);
14 void fd_exchange_set_request_handler(struct fd_exchange *exchange, int type, FDExchangeMsgHandler handler);
15 bool fd_exchange_send_response(struct fd_exchange *exchange, int type, int fd, const void *data, size_t data_len);
16 bool fd_exchange_send_request(struct fd_exchange *exchange, int type, int fd, const void *data, size_t data_len, FDExchangeMsgHandler handler);
H A Dfd_exchange.c46 fd_exchange_add_handler(struct fd_exchange *exchange, int fd_type, FDExchangeMessageType msg_type, FDGenericHandler handler) argument
52 STAILQ_INSERT_TAIL(&exchange->handler_queue, new_handler, link);
56 fd_exchange_remove_handler(struct fd_exchange *exchange, struct fd_msg_handler *handler) argument
58 STAILQ_REMOVE(&exchange->handler_queue, handler, fd_msg_handler, link);
119 fd_exchange_handle_message(struct fd_exchange *exchange, int msg_type, int fd_type, int received_fd, void *ancilliary_data, size_t ancilliary_data_size) argument
122 dispatch_sync(exchange->queue, ^{
125 STAILQ_FOREACH(handler, &exchange->handler_queue, link) {
135 fd_exchange_remove_handler(exchange, handler);
248 SCLog(TRUE, LOG_ERR, CFSTR("Got a fd exchange message that is too short (%d)"), result);
265 fd_exchange_destroy(struct fd_exchange *exchange) argument
296 fd_exchange_set_request_handler(struct fd_exchange *exchange, int type, FDExchangeMsgHandler handler) argument
304 fd_exchange_send_response(struct fd_exchange *exchange, int type, int fd, const void *data, size_t data_size) argument
325 fd_exchange_send_request(struct fd_exchange *exchange, int type, int fd, const void *data, size_t data_size, FDExchangeMsgHandler handler) argument
[all...]
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/rdata/in_1/
H A Dkx_36.h30 dns_name_t exchange; member in struct:dns_rdata_in_kx
H A Dkx_36.c179 dns_name_toregion(&kx->exchange, &region);
205 dns_name_init(&kx->exchange, NULL);
206 RETERR(name_duporclone(&name, mctx, &kx->exchange));
222 dns_name_free(&kx->exchange, kx->mctx);
/macosx-10.9.5/Heimdal-323.92.1/plugins/GSSCredentialSelector/
H A DGSSCredentialSelector.m69 bool exchange = false;
88 exchange = true;
92 if (!exchange) {
/macosx-10.9.5/CPANInternal-140/Net-DNS/lib/Net/DNS/RR/
H A DMX.pm38 ($self->{"exchange"}) = Net::DNS::Packet::dn_expand($data, $offset);
49 $self->{"exchange"} = $2;
50 $self->{"exchange"} =~ s/\.+$//;;
60 ? "$self->{preference} $self->{exchange}."
70 $rdata .= $packet->dn_comp($self->{"exchange"},
83 $rdata .= $self->_name2wire(lc($self->{"exchange"}))
111 Returns the preference for this mail exchange.
113 =head2 exchange
115 print "exchange = ", $rr->exchange, "\
[all...]
/macosx-10.9.5/CPANInternal-140/Net-DNS/demo/
H A Dmx39 print $rr->preference, "\t", $rr->exchange, "\n";
H A Dcheck_zone159 my $ans = $res->send($rr->exchange, "A", $class);
160 print "\t", $rr->exchange, " has no A record\n"
/macosx-10.9.5/xnu-2422.115.4/libkern/x86_64/
H A DOSAtomic.s85 xaddq %rdi, (%rsi) #; Atomic exchange and add
103 xaddl %edi, (%rsi) #; Atomic exchange and add
/macosx-10.9.5/JavaScriptCore-7537.78.1/heap/
H A DCopiedSpace.cpp150 void CopiedSpace::doneFillingBlock(CopiedBlock* block, CopiedBlock** exchange) argument
154 if (exchange)
155 *exchange = allocateBlockForCopyingPhase();
/macosx-10.9.5/bc-21/bc/lib/
H A Dgetopt.c226 exchange (argv)
395 exchange them so that the options come first. */
398 exchange ((char **) argv);
413 then exchange with previous non-options as if it were an option,
421 exchange ((char **) argv);
223 exchange (argv) function
/macosx-10.9.5/uucp-11/uucp/lib/
H A Dgetopt.c144 exchange (argv)
274 exchange them so that the options come first. */
277 exchange ((char **) argv);
297 then exchange with previous non-options as if it were an option,
305 exchange ((char **) argv);
141 exchange (argv) function
/macosx-10.9.5/ppp-727.90.1/Controller/
H A Dflow_divert_controller.c240 struct fd_exchange *exchange = serv->u.vpn.plugin[index].fd_exchange; local
242 if (exchange != NULL) {
251 fd_exchange_set_request_handler(exchange, kVPNFDTypeFlowDivertControl, ^(int fd, const void *ancilliary_data, size_t ancilliary_data_size) {
311 if (!fd_exchange_send_response(exchange, kVPNFDTypeFlowDivertControl, ctl_sock, NULL, 0)) {
316 fd_exchange_set_request_handler(exchange, kVPNFDTypeFlowDivertDNSUTUN, ^(int fd, const void *ancilliary_data, size_t ancilliary_data_size) {
364 if (!fd_exchange_send_response(exchange,
/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Dgetopt.c316 static void exchange (char **);
320 exchange (char **argv)
566 exchange them so that the options come first. */
569 exchange ((char **) argv);
583 then exchange with previous non-options as if it were an option,
591 exchange ((char **) argv);
317 exchange (char **argv) function
/macosx-10.9.5/gnudiff-19/diffutils/lib/
H A Dgetopt.c310 static void exchange (char **);
314 exchange (argv)
573 exchange them so that the options come first. */
576 exchange ((char **) argv);
590 then exchange with previous non-options as if it were an option,
598 exchange ((char **) argv);
311 exchange (argv) function
/macosx-10.9.5/gnuserv-7/gnuserv/
H A Dgetopt.c293 static void exchange (char **);
297 exchange (char **argv)
543 exchange them so that the options come first. */
546 exchange ((char **) argv);
560 then exchange with previous non-options as if it were an option,
568 exchange ((char **) argv);
294 exchange (char **argv) function
/macosx-10.9.5/gpatch-3/patch/
H A Dgetopt.c310 static void exchange (char **);
314 exchange (argv)
573 exchange them so that the options come first. */
576 exchange ((char **) argv);
590 then exchange with previous non-options as if it were an option,
598 exchange ((char **) argv);
311 exchange (argv) function
/macosx-10.9.5/srm-7/srm/lib/
H A Dgetopt.c304 static void exchange (char **);
308 exchange (argv)
564 exchange them so that the options come first. */
567 exchange ((char **) argv);
581 then exchange with previous non-options as if it were an option,
589 exchange ((char **) argv);
305 exchange (argv) function
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dcmacexp.el187 (let ((exchange (= (point) start)))
190 (if exchange
191 (exchange-point-and-mark)))
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/cursor/
H A Dcursor.tcl27 draft_small draped_box exchange fleur gobbler gumby hand1 hand2 \
/macosx-10.9.5/vim-53/runtime/syntax/
H A Damiga.vim60 syn keyword amiKey cmd exchange input overscan serial wbpattern
/macosx-10.9.5/ruby-104/ruby/lib/
H A Dresolv.rb28 # p ress.map { |r| [r.exchange.to_s, r.preference] }
1900 # +exchange+.
1902 def initialize(preference, exchange)
1904 @exchange = exchange
1915 attr_reader :exchange
1919 msg.put_name(@exchange)
1924 exchange = msg.get_name
1925 return self.new(preference, exchange)
/macosx-10.9.5/CPANInternal-140/Net-DNS/contrib/
H A Dcheck_zone521 print "\tchecking MX RR '", $mx_rr->exchange, "' to A\n" if( $opt_v );
523 xcheck_name( $mx_rr->exchange, $domain, $class, $nsl );
/macosx-10.9.5/emacs-92/emacs/lib-src/
H A Dgetopt.c176 exchange (char **argv, struct _getopt_data *d)
425 exchange them so that the options come first. */
429 exchange ((char **) argv, d);
443 then exchange with previous non-options as if it were an option,
452 exchange ((char **) argv, d);
173 exchange (char **argv, struct _getopt_data *d) function
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dgetopt.c155 exchange (char **argv, struct _getopt_data *d)
404 exchange them so that the options come first. */
408 exchange ((char **) argv, d);
422 then exchange with previous non-options as if it were an option,
431 exchange ((char **) argv, d);
152 exchange (char **argv, struct _getopt_data *d) function

Completed in 339 milliseconds

12