Searched refs:msg (Results 51 - 75 of 3480) sorted by relevance

1234567891011>>

/macosx-10.9.5/CPANInternal-140/PlRPC/lib/RPC/PlServer/
H A DComm.pm89 my($self, $socket, $msg) = @_;
91 my $encodedMsg = Storable::nfreeze($msg);
101 $msg = '';
103 $msg .= $cipher->encrypt(substr($encodedMsg, $i, $size));
105 $encodedMsg = $msg;
159 my $msg = '';
162 my $result = $socket->read($msg, $rs, length($msg));
171 my $encodedMsg = $msg;
172 $msg
[all...]
/macosx-10.9.5/CPANInternal-140/PlRPC-0.2020/lib/RPC/PlServer/
H A DComm.pm89 my($self, $socket, $msg) = @_;
91 my $encodedMsg = Storable::nfreeze($msg);
101 $msg = '';
103 $msg .= $cipher->encrypt(substr($encodedMsg, $i, $size));
105 $encodedMsg = $msg;
159 my $msg = '';
162 my $result = $socket->read($msg, $rs, length($msg));
171 my $encodedMsg = $msg;
172 $msg
[all...]
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/CocoaRepl/
H A Dobservable.rb13 observers.each do |obj, msg|
14 obj.send(msg, self, key, *args)
18 def add_observer(obj, msg)
19 observers[obj] = msg
/macosx-10.9.5/dtrace-118.1/libelf/
H A Dmsg.h26 /* In lieu of Solaris msg.h */
30 #define _elf_seterr(msg, x) _SHIM_elf_seterr(x)
/macosx-10.9.5/swig-10/Lib/
H A Dattribute.i14 #define %attribute_exception(code,msg) printf("%s\n",msg)
/macosx-10.9.5/swig-10/Lib/r/
H A Dexception.i5 %define_as(SWIG_exception(code, msg),
6 %block(switch (code) {case SWIG_IndexError: return Rf_ScalarLogical(NA_LOGICAL); default: %error(code, msg); SWIG_fail;} ))
/macosx-10.9.5/vim-53/runtime/tools/
H A Dmve.awk13 msg=$5
22 printf("%s, line %d, col %d : %s\n", file,line,col,msg)
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DgenerateErrStrings.pl80 $msg = "//\n// Security error code tables.\n// $warning\n//\n";
90 $msg = $msg . "\n/* $errx */\n\"$value\" = \"$str\";\n";
93 $msg = $msg . "\n";
94 $output = encode("UTF-16", $msg, Encode::FB_PERLQQ);
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DgenerateErrStrings.pl80 $msg = "//\n// Security error code tables.\n// $warning\n//\n";
90 $msg = $msg . "\n/* $errx */\n\"$value\" = \"$str\";\n";
93 $msg = $msg . "\n";
94 $output = encode("UTF-16", $msg, Encode::FB_PERLQQ);
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DgenerateErrStrings.pl80 $msg = "//\n// Security error code tables.\n// $warning\n//\n";
90 $msg = $msg . "\n/* $errx */\n\"$value\" = \"$str\";\n";
93 $msg = $msg . "\n";
94 $output = encode("UTF-16", $msg, Encode::FB_PERLQQ);
/macosx-10.9.5/curl-78.94.1/curl/tests/unit/
H A Dcurlcheck.h25 #define fail_if(expr, msg) \
28 __FILE__, __LINE__, #expr, msg); \
32 #define fail_unless(expr, msg) \
35 __FILE__, __LINE__, #expr, msg); \
48 #define fail(msg) do { \
50 __FILE__, __LINE__, msg); \
56 #define abort_if(expr, msg) \
59 __FILE__, __LINE__, #expr, msg); \
64 #define abort_unless(expr, msg) \
67 __FILE__, __LINE__, #expr, msg); \
[all...]
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/dlopen-RTLD_NOW/
H A Dmain.c43 const char* msg = dlerror(); local
44 if ( strstr(msg, "foo2") != NULL ) {
48 FAIL("dlopen(test.bundle, RTLD_NOW) failed but error message did not contain foo2: %s", msg);
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/dlopen-codesign/
H A Dmain.c19 const char* msg = dlerror(); local
20 if ( strstr(msg, "signature") == NULL ) {
21 FAIL("dlopen-codesign: load of libfoo.dylib failed, but message was wrong: %s", msg);
/macosx-10.9.5/swig-10/Lib/csharp/
H A Ddirector.swg29 DirectorException(const char* msg) : swig_msg(msg) {
31 DirectorException(const std::string &msg) : swig_msg(msg) {
43 DirectorPureVirtualException(const char* msg) : DirectorException(std::string("Attempt to invoke pure virtual method ") + msg) {
/macosx-10.9.5/tcl-102/tcl_ext/quicktimetcl/quicktimetcl/ExampleCode/
H A DAsyncUrlMovie.tcl5 proc MyLoadCheck {w msg {err {}}} {
6 puts "w=$w, msg=$msg, err=$err"
9 } elseif {(($msg == "playable") || ($msg == "complete")) && ![winfo ismapped $w]} {
H A DStreamFromBBCAsync.tcl35 proc MyLoadCheck { w msg {err {}} } {
36 puts "w=$w, msg=$msg, err=$err"
39 } elseif {(($msg == "playable") || ($msg == "complete")) && ![winfo ismapped $w]} {
/macosx-10.9.5/tcl-102/tcl_ext/tclsoap/tclsoap/samples/
H A Dtclhttpd-sample.tcl23 if {[catch {expr {rand() * $num}} msg]} {
24 return -code error -errorcode Client -errorinfo $msg \
27 return [rpcvar::rpcvar float $msg]
/macosx-10.9.5/Heimdal-323.92.1/lib/hx509/
H A Derror.c45 char *msg; member in struct:hx509_error_data
83 heim_error_t msg; local
88 msg = heim_error_createv(code, fmt, ap);
89 if (msg) {
91 heim_error_append(msg, context->error);
94 context->error = msg;
136 heim_error_t msg = context->error; local
141 if (msg == NULL || heim_error_get_code(msg) != error_code) {
155 s = heim_error_copy_string(msg);
194 const char *msg; local
[all...]
/macosx-10.9.5/postfix-252/postfix/src/util/
H A Dunix_send_fd.c43 #include <msg.h>
62 struct msghdr msg;
77 memset((char *) &msg, 0, sizeof(msg)); /* Fix 200512 */
78 msg.msg_control = control_un.control;
80 msg.msg_controllen = CMSG_LEN(sizeof(sendfd)); /* Fix 200506 */
82 msg.msg_controllen = sizeof(control_un.control); /* normal */
84 cmptr = CMSG_FIRSTHDR(&msg);
90 msg.msg_accrights = (char *) &sendfd;
91 msg
[all...]
/macosx-10.9.5/Security-55471.14.18/sec/SecurityTool/
H A Dtool_errors.h39 sec_error(const char *msg, ...) argument
45 va_start(args, msg);
46 vfprintf(stderr, msg, args);
53 sec_perror(const char *msg, int err) argument
55 sec_error("%s: %s", msg, sec_errstr(err));
/macosx-10.9.5/remote_cmds-41.90.1/talk.tproj/
H A Dinvite.c63 * The msg.id's for the invitations
85 msg.addr = *(struct osockaddr *)&my_addr; /* XXX new to old style*/
86 msg.addr.sa_family = htons(my_addr.sin_family);
88 msg.addr = *(struct sockaddr *)&my_addr;
90 msg.id_num = htonl(-1); /* an impossible id_num */
117 msg.id_num = htonl(local_id);
118 ctl_transact(my_machine_addr, msg, DELETE, &response);
119 msg.id_num = htonl(remote_id);
120 ctl_transact(his_machine_addr, msg, DELETE, &response);
138 msg
[all...]
H A Dget_names.c53 extern CTL_MSG msg;
116 msg.vers = TALK_VERSION;
117 msg.addr.sa_family = htons(AF_INET);
118 msg.ctl_addr.sa_family = htons(AF_INET);
119 msg.id_num = htonl(0);
120 strncpy(msg.l_name, my_name, NAME_SIZE);
121 msg.l_name[NAME_SIZE - 1] = '\0';
122 strncpy(msg.r_name, his_name, NAME_SIZE);
123 msg.r_name[NAME_SIZE - 1] = '\0';
124 strncpy(msg
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/blackberry/
H A DLayerMessage.h50 inline void dispatchCompositingMessage(PlatformMessage* msg) argument
52 BlackBerry::Platform::userInterfaceThreadMessageClient()->dispatchMessage(msg);
55 inline void dispatchSyncCompositingMessage(PlatformMessage* msg) argument
57 BlackBerry::Platform::userInterfaceThreadMessageClient()->dispatchSyncMessage(msg);
62 inline void dispatchWebKitMessage(PlatformMessage* msg, PlatformMessagePriority priority = PlatformMessagePriorityNormal) argument
65 msg->setPriority(BlackBerry::Platform::webKitThreadMessageClient()->threadPriority() + priority);
66 BlackBerry::Platform::webKitThreadMessageClient()->dispatchMessage(msg);
/macosx-10.9.5/apache-786.1/httpd/modules/proxy/
H A Dajp.h181 * @param msg AJP Message to check
185 apr_status_t ajp_msg_check_header(ajp_msg_t *msg, apr_size_t *len);
190 * @param msg AJP Message to reset
193 apr_status_t ajp_msg_reset(ajp_msg_t *msg);
198 * @param msg AJP Message to reuse
201 apr_status_t ajp_msg_reuse(ajp_msg_t *msg);
206 * @param msg AJP Message to end
209 apr_status_t ajp_msg_end(ajp_msg_t *msg);
214 * @param msg AJP Message to get value from
218 apr_status_t ajp_msg_append_uint32(ajp_msg_t *msg, apr_uint32_
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/ldapc++/src/
H A DLDAPConnection.cpp35 LDAPMessageQueue* msg=0; local
38 msg = LDAPAsynConnection::bind(dn,passwd,cons);
39 res = (LDAPResult*)msg->getNext();
41 delete msg;
50 delete msg;
55 delete msg;
60 delete msg; // memcheck
69 LDAPMessageQueue* msg=0; local
72 msg = LDAPAsynConnection::saslInteractiveBind(mech, flags, sih, cons);
73 res = (LDAPResult*)msg
104 LDAPMessageQueue* msg=0; local
144 LDAPMessageQueue* msg=0; local
179 LDAPMessageQueue* msg=0; local
214 LDAPMessageQueue* msg=0; local
251 LDAPMessageQueue* msg=0; local
333 LDAPMessageQueue* msg=0; local
[all...]

Completed in 123 milliseconds

1234567891011>>