Searched refs:msgid (Results 1 - 25 of 216) sorted by path

123456789

/macosx-10.9.5/CF-855.17/
H A DCFMessagePort.c148 int32_t msgid; member in struct:__CFMessagePortMachMessage0
157 int32_t msgid; member in struct:__CFMessagePortMachMessage1
168 static mach_msg_base_t *__CFMessagePortCreateMessage(bool reply, mach_port_t port, mach_port_t replyPort, int32_t convid, int32_t msgid, const uint8_t *bytes, int32_t byteslen) { argument
184 msg->msgid = CFSwapInt32HostToLittle(msgid);
204 msg->msgid = CFSwapInt32HostToLittle(msgid);
877 SInt32 CFMessagePortSendRequest(CFMessagePortRef remote, SInt32 msgid, CFDataRef data, CFTimeInterval sendTimeout, CFTimeInterval rcvTimeout, CFStringRef replyMode, CFDataRef *returnDatap) { argument
911 sendmsg = __CFMessagePortCreateMessage(false, CFMachPortGetPort(remote->_port), (replyMode != NULL ? CFMachPortGetPort(remote->_replyPort) : MACH_PORT_NULL), -desiredReply, msgid, (data ? CFDataGetBytePtr(data) : NULL), (data ? CFDataGetLength(data) : 0));
1003 int32_t msgid; local
[all...]
H A DCFMessagePort.h57 typedef CFDataRef (*CFMessagePortCallBack)(CFMessagePortRef local, SInt32 msgid, CFDataRef data, void *info);
76 CF_EXPORT SInt32 CFMessagePortSendRequest(CFMessagePortRef remote, SInt32 msgid, CFDataRef data, CFTimeInterval sendTimeout, CFTimeInterval rcvTimeout, CFStringRef replyMode, CFDataRef *returnData);
H A DCFPriv.h568 typedef CFDataRef (*CFMessagePortCallBackEx)(CFMessagePortRef local, SInt32 msgid, CFDataRef data, void *info, void *trailer, uintptr_t);
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/SOAP/Transport/
H A DPOP3.pm64 foreach my $msgid (keys %$messages) {
65 $self->SUPER::handle(join '', @{$self->get($msgid)});
67 $self->delete($msgid);
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/lib/SOAP/Transport/
H A DPOP3.pm65 foreach my $msgid (sort { $a <=> $b } (keys(%{$messages}) ) ) {
66 # foreach my $msgid (keys %$messages) {
67 $self->SUPER::handle(join '', @{$self->get($msgid)});
69 $self->delete($msgid);
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/lib/SOAP/Transport/
H A DPOP3.pm67 foreach my $msgid (sort { $a <=> $b } (keys(%{$messages}) ) ) {
68 # foreach my $msgid (keys %$messages) {
69 $self->SUPER::handle(join '', @{$self->get($msgid)});
71 $self->delete($msgid);
/macosx-10.9.5/Chess-310.5/Sources/
H A DMBCEngine.mm258 MBCMove * move = [MBCMove moveFromCompactMove:[message msgid]];
/macosx-10.9.5/Heimdal-323.92.1/lib/hdb/
H A Dhdb-ldap.c65 #define HDBSETMSGID(db,msgid) \
66 do { ((struct hdbldapdb *)(db)->hdb_db)->h_msgid = msgid; } while(0)
1435 int msgid, rc, parserc; local
1439 msgid = HDB2MSGID(db);
1440 if (msgid < 0)
1444 rc = ldap_result(HDB2LDAP(db), msgid, LDAP_MSG_ONE, NULL, &e);
1465 ldap_abandon_ext(HDB2LDAP(db), msgid, NULL, NULL); local
1478 ldap_abandon_ext(HDB2LDAP(db), msgid, NULL, NULL); local
1501 int msgid; local
1515 NULL, NULL, NULL, 0, &msgid);
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/tools/tzcode/
H A Dprivate.h257 #define _(msgid) gettext(msgid)
259 #define _(msgid) msgid
H A Dzdump.c141 #define _(msgid) gettext(msgid)
143 #define _(msgid) msgid
/macosx-10.9.5/IOKitUser-907.100.13/
H A DIOCFUnserialize.tab.c314 # define YY_(msgid) dgettext ("bison-runtime", msgid)
318 # define YY_(msgid) msgid
/macosx-10.9.5/Libc-997.90.3/stdtime/FreeBSD/
H A Dprivate.h285 #define _(msgid) gettext(msgid)
287 #define _(msgid) msgid
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/clients/tools/
H A Dcommon.c1491 int msgid, err, rc; local
1504 sctrlsp, NULL, &msgid );
1505 if ( msgid == -1 ) {
1512 rc = ldap_result( ld, msgid, LDAP_MSG_ALL, NULL, &result );
1874 tool_check_abandon( LDAP *ld, int msgid )
1880 rc = ldap_cancel_s( ld, msgid, NULL, NULL );
1886 rc = ldap_abandon_ext( ld, msgid, NULL, NULL );
H A Dcommon.h123 int tool_check_abandon LDAP_P(( LDAP *ld, int msgid ));
H A Dldapcompare.c276 int rc, msgid, code; local
288 sctrls, cctrls, &msgid );
299 if ( tool_check_abandon( ld, msgid ) ) {
H A Dldapmodify.c118 int msgid,
1096 int msgid; local
1098 rc = ldap_add_ext( ld, dn, pmods, pctrls, NULL, &msgid );
1100 rc = ldap_modify_ext( ld, dn, pmods, pctrls, NULL, &msgid );
1110 rc = process_response( ld, msgid,
1133 int msgid; local
1137 rc = ldap_delete_ext( ld, dn, pctrls, NULL, &msgid );
1143 rc = process_response( ld, msgid, LDAP_RES_DELETE, dn );
1167 int msgid; local
1176 pctrls, NULL, &msgid );
1214 process_response( LDAP *ld, int msgid, int op, const char *dn ) argument
[all...]
H A Dldapsearch.c1402 ber_int_t msgid; local
1451 sctrls, cctrls, tv_timelimitp, sizelimit, &msgid );
1481 if ( tool_check_abandon( ld, msgid ) ) {
1562 ber_printf(msgidber, "{i}", msgid);
1661 ber_int_t msgid; local
1671 rc = tool_check_abandon( ld, msgid );
1753 ber_printf(msgidber, "{i}", msgid);
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/ldaptcl/
H A DneoXldap.c310 int msgid; local
320 if ((msgid = ldap_search (ldap, base, scope, filter, attrs, 0)) == -1) {
334 resultCode = ldap_result (ldap, msgid, all, timeout_p, &resultMessage);
382 ldap_abandon(ldap, msgid);
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/include/
H A Dldap.h984 ber_tag_t request, ber_int_t msgid,
1128 int msgid,
1136 int msgid ));
1222 int *msgid ));
1847 int msgid,
1867 int msgid ));
H A Dldap_pvt.h323 struct ldap *ld, ber_int_t msgid ));
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/libldap/
H A Dabandon.c43 ber_int_t msgid,
52 * msgid The message id of the operation to abandon
60 * ldap_abandon_ext( ld, msgid, scntrls, ccntrls );
65 int msgid,
71 Debug( LDAP_DEBUG_TRACE, "ldap_abandon_ext %d\n", msgid, 0, 0 );
78 rc = do_abandon( ld, msgid, msgid, sctrls, 1 );
91 * msgid The message id of the operation to abandon
96 * ldap_abandon( ld, msgid );
99 ldap_abandon( LDAP *ld, int msgid )
63 ldap_abandon_ext( LDAP *ld, int msgid, LDAPControl **sctrls, LDAPControl **cctrls ) argument
121 do_abandon( LDAP *ld, ber_int_t origid, ber_int_t msgid, LDAPControl **sctrls, int sendabandon ) argument
[all...]
H A Dadd.c71 * msgid = ldap_add( ld, dn, attrs );
77 int msgid; local
79 rc = ldap_add_ext( ld, dn, attrs, NULL, NULL, &msgid );
84 return msgid;
108 * rc = ldap_add_ext( ld, dn, attrs, NULL, NULL, &msgid );
226 int msgid, rc; local
229 rc = ldap_add_ext( ld, dn, attrs, sctrls, cctrls, &msgid );
234 if ( ldap_result( ld, msgid, LDAP_MSG_ALL, (struct timeval *) NULL, &res ) == -1 || !res )
H A Dcompare.c43 * attr and value) are supplied. The msgid of the response is returned.
49 * sctrl, cctrl, &msgid )
114 * attr and value) are supplied. The msgid of the response is returned.
117 * msgid = ldap_compare( ld, "c=us@cn=bob", "userPassword", "secret" )
126 int msgid; local
134 return ldap_compare_ext( ld, dn, attr, &bvalue, NULL, NULL, &msgid ) == LDAP_SUCCESS
135 ? msgid : -1;
148 int msgid; local
151 rc = ldap_compare_ext( ld, dn, attr, bvalue, sctrl, cctrl, &msgid );
156 if ( ldap_result( ld, msgid, LDAP_MSG_AL
[all...]
H A Dcyrus.c399 int *msgid )
648 rc = ldap_sasl_bind( ld, dn, mech, &ccred, sctrls, cctrls, msgid );
1266 int *msgid )
H A Ddds.c139 int msgid; local
142 rc = ldap_refresh( ld, dn, ttl, sctrls, cctrls, &msgid );
145 rc = ldap_result( ld, msgid, LDAP_MSG_ALL, (struct timeval *)NULL, &res );

Completed in 316 milliseconds

123456789