Searched refs:comm (Results 51 - 75 of 98) sorted by relevance

1234

/macosx-10.10.1/CPANInternal-159.1/PlRPC-0.2020/lib/RPC/
H A DPlClient.pm50 my $comm = $self->{'comm'} = RPC::PlClient::Comm->new($self);
76 $comm->Write($socket, [$app, $version, $user, $password]);
78 my $reply = $comm->Read($socket);
107 my $comm = $self->{'comm'};
108 $comm->Write($socket, [@_]);
109 my $msg = $comm->Read($socket);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_ssl/regressions/
H A Dssl-42-ciphers.c196 int comm; member in struct:__anon5010
558 close(ssl->comm);
567 int comm, CFArrayRef certs, SSLProtocol proto)
577 handle->comm = comm;
580 handle->st = make_ssl_ref(server, client_side_auth, dh_anonymous, dtls, comm, certs, proto);
566 ssl_test_handle_create(uint32_t session_id, bool resume, bool server, bool client_side_auth, bool dh_anonymous, bool dtls, int comm, CFArrayRef certs, SSLProtocol proto) argument
H A Dssl-43-ciphers.c313 int comm; member in struct:__anon5012
626 int comm, CFArrayRef certs, SSLProtocol prot)
635 handle->comm = comm;
637 handle->st = make_ssl_ref(server, client_side_auth, dh_anonymous, dtls, comm, certs, prot);
625 ssl_test_handle_create(uint32_t session_id, bool resume, bool server, bool client_side_auth, bool dh_anonymous, bool dtls, int comm, CFArrayRef certs, SSLProtocol prot) argument
/macosx-10.10.1/IOGraphics-485/IONDRVSupport/
H A DIONDRVFramebuffer.cpp1222 VDCommunicationRec comm; local
1231 comm.csBusID = kVideoDefaultBus;
1232 comm.csCommFlags = 0;
1233 comm.csMinReplyDelay = 0;
1234 comm.csReserved2 = 0;
1236 comm.csSendAddress = 0xA0;
1237 comm.csSendType = kVideoSimpleI2CType;
1238 comm.csSendBuffer = &edidRequest[0];
1239 comm.csSendSize = 0x01;
1241 comm
2856 VDCommunicationRec comm; local
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/net/
H A Dtls.el7 ;; Keywords: comm, tls, gnutls, ssl
56 :group 'comm)
H A Deudc-vars.el8 ;; Keywords: comm
40 :group 'comm)
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/examples/widget/
H A Dscreenruler.tcl50 package require comm
52 $dlg menu add command -label "COMM: [comm::comm self]" -state disabled
/macosx-10.10.1/Libsystem-1213/xcodescripts/
H A Dlinker_arguments.sh75 comm -13 ${FROMUSRLIBSYSTEM} ${POSSIBLEUSRLOCALLIBSYSTEM} > ${FROMUSRLOCALLIBSYSTEM}
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/tiff/
H A DtiffJpeg.c64 * are going. comm can be used to refer to the fields
75 struct jpeg_common_struct comm; member in union:__anon13001::__anon13002
392 return CALLVJPEG(sp, jpeg_abort(&sp->cinfo.comm));
399 return CALLVJPEG(sp, jpeg_destroy(&sp->cinfo.comm));
410 (*sp->cinfo.comm.mem->alloc_sarray)
411 (&sp->cinfo.comm, pool_id, samplesperrow, numrows));
698 assert(sp->cinfo.comm.is_decompressor);
746 assert(sp->cinfo.comm.is_decompressor);
1052 assert(!sp->cinfo.comm.is_decompressor);
1176 assert(!sp->cinfo.comm
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_jpeg.c119 * are going. comm can be used to refer to the fields
130 struct jpeg_common_struct comm; member in union:__anon12920::__anon12921
372 return CALLVJPEG(sp, jpeg_abort(&sp->cinfo.comm));
378 return CALLVJPEG(sp, jpeg_destroy(&sp->cinfo.comm));
386 (*sp->cinfo.comm.mem->alloc_sarray)
387 (&sp->cinfo.comm, pool_id, samplesperrow, numrows));
647 assert(sp->cinfo.comm.is_decompressor);
692 assert(sp->cinfo.comm.is_decompressor);
1173 assert(!sp->cinfo.comm.is_decompressor);
1307 assert(!sp->cinfo.comm
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/gnus/
H A Ddig.el46 :group 'comm)
/macosx-10.10.1/ksh-23/ksh/src/lib/libcmd/
H A DMakefile23 comm.c cp.c cut.c dirname.c date.c expr.c fds.c fmt.c fold.c \
/macosx-10.10.1/screen-22/screen/
H A Dcomm.c35 #include "comm.h"
41 struct comm comms[RC_LAST + 1] =
H A Dcomm.h2 * This file is automagically created from comm.c -- DO NOT EDIT
5 struct comm struct
H A Dcomm.h.dist2 * This file is automagically created from comm.c -- DO NOT EDIT
5 struct comm
/macosx-10.10.1/xnu-2782.1.97/EXTERNAL_HEADERS/architecture/i386/
H A Dasm_help.h257 .comm name,size
/macosx-10.10.1/CPAN-56/
H A DGNUmakefile163 rm -fv `comm -12 $(VERSIONBINLIST) $(MYVERSIONBINLIST)`
190 rm -fv `comm -12 $(VERSIONMANLIST) $(MYVERSIONMANLIST)`
/macosx-10.10.1/CPANInternal-159.1/Config-Std-0.900/lib/Config/
H A DStd.pm81 my ($val,$sep,$comm) = @{$vals->[$n]}{qw(val sep comm)};
92 $serialization .= $comm || q{};
131 my ($self, $sep, $val, $comm) = @_;
132 push @{$vals_of{ident $self}}, {val=>$val, sep=>$sep, comm=>$comm};
256 my ($self, $key, $sep, $val, $comm) = @_;
264 $seen->{$key}->multivalue($sep, $val, $comm);
269 = Config::Std::Keyval->new({key=>$key, sep=>$sep, val=>$val, comm=>$comm});
[all...]
/macosx-10.10.1/CPANInternal-159.1/Config-Std-0.901/lib/Config/
H A DStd.pm81 my ($val,$sep,$comm) = @{$vals->[$n]}{qw(val sep comm)};
92 $serialization .= $comm || q{};
131 my ($self, $sep, $val, $comm) = @_;
132 push @{$vals_of{ident $self}}, {val=>$val, sep=>$sep, comm=>$comm};
257 my ($self, $key, $sep, $val, $comm) = @_;
265 $seen->{$key}->multivalue($sep, $val, $comm);
270 = Config::Std::Keyval->new({key=>$key, sep=>$sep, val=>$val, comm=>$comm});
[all...]
/macosx-10.10.1/ruby-106/ruby/tool/
H A Drbinstall.rb388 install?(:ext, :comm, :'ext-comm') do
394 install?(:ext, :comm, :'ext-comm') do
429 install?(:local, :comm, :bin, :'bin-comm') do
507 install?(:local, :comm, :lib) do
524 install?(:local, :comm, :man) do
703 install?(:ext, :comm, :gem) do
/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/apps/comm/
H A Dget-regression.xotcl4 package require xotcl::comm::httpAccess
H A Dlink-checker.xotcl53 package require xotcl::comm::httpAccess
H A Dwebserver.xotcl36 #::xotcl::package import ::xotcl::comm::httpd
37 package require xotcl::comm::httpd
/macosx-10.10.1/architecture-266/i386/
H A Dasm_help.h291 .comm name,size
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dfinder.el63 (comm . "communications, networking, remote access to files")

Completed in 215 milliseconds

1234