Searched refs:msgid (Results 101 - 125 of 216) sorted by relevance

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...]
/macosx-10.9.5/bind9-45.100/bind9/contrib/sdb/ldap/
H A Dldapdb.c234 int i, j, errno, msgid; local
260 msgid = ldap_search(*ldp, data->base, LDAP_SCOPE_SUBTREE, fltr, NULL, 0);
261 if (msgid == -1) {
264 msgid = ldap_search(*ldp, data->base, LDAP_SCOPE_SUBTREE, fltr, NULL, 0);
267 if (*ldp == NULL || msgid == -1) {
274 while ((errno = ldap_result(*ldp, msgid, 0, NULL, &res)) != LDAP_RES_SEARCH_RESULT ) {
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/libldap/
H A Dextended.c125 int msgid; local
135 sctrls, cctrls, &msgid );
141 if ( ldap_result( ld, msgid, LDAP_MSG_ALL, (struct timeval *) NULL, &res ) == -1 || !res ) {
H A Drb_response.c181 LDAPMessage *ldap_resp_rbt_find_msg( LDAP *ld, ber_int_t msgid )
189 rbn = rb_tree_find_node( ld->ld_rbt_responses, &msgid );
246 fprintf( stderr, " * msgid %d, type %lu\n",
257 " * msgid %d, type %lu\n",
/macosx-10.9.5/gpatch-3/patch/
H A Dquotearg.c196 gettext_quote (char const *msgid, enum quoting_style s) argument
198 char const *translation = _(msgid);
199 if (translation == msgid && s == clocale_quoting_style)
H A Dgetopt.c84 # define _(msgid) gettext (msgid)
87 # define _(msgid) (msgid)
/macosx-10.9.5/adv_cmds-153/gencat/
H A Dgenlib.c301 int setid = 1, msgid = 0; local
326 msgid = 0;
356 ++msgid;
359 MCAddMsg(msgid, "", hconst);
366 MCAddMsg(msgid, "", hconst);
371 msgid = atoi(cptr);
379 MCAddMsg(msgid, "", hconst);
382 MCDelMsg(msgid);
386 MCAddMsg(msgid, str, hconst);
/macosx-10.9.5/bash-92/bash-3.2/lib/intl/
H A DgettextP.h184 const char *msgid, size_t *lengthp))
/macosx-10.9.5/configd-596.15/configd.tproj/
H A D_SCD.h171 mach_msg_id_t msgid,
/macosx-10.9.5/cxxfilt-11/cxxfilt/intl/
H A DgettextP.h184 const char *msgid, size_t *lengthp))
/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Dgetopt.c89 # define _(msgid) gettext (msgid)
91 # define _(msgid) (msgid)
/macosx-10.9.5/gnudiff-19/diffutils/lib/
H A Dgetopt.c84 # define _(msgid) gettext (msgid)
87 # define _(msgid) (msgid)
/macosx-10.9.5/gnuserv-7/gnuserv/
H A Dgetopt.c89 # define _(msgid) gettext (msgid)
91 # define _(msgid) (msgid)
/macosx-10.9.5/srm-7/srm/lib/
H A Dgetopt.c85 # define _(msgid) gettext (msgid)
87 # define _(msgid) (msgid)
/macosx-10.9.5/text_cmds-87/sort/
H A Dsystem.h429 #define _(msgid) gettext (msgid)
430 #define N_(msgid) msgid
/macosx-10.9.5/xnu-2422.115.4/security/
H A Dmac_mach_internal.h65 int mac_port_check_method(task_t task, struct label *sub, struct label *obj, int msgid);
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-ldap/
H A Dbind.c214 ber_int_t msgid; local
265 &op->orb_cred, ctrls, NULL, &msgid );
268 rc = ldap_back_op_result( lc, op, rs, msgid,
543 int msgid; local
557 rc = ldap_start_tls( ld, NULL, NULL, &msgid );
567 rc = ldap_result( ld, msgid, LDAP_MSG_ALL, &tv, &res );
1314 ber_int_t msgid; local
1501 NULL, NULL, &msgid );
1558 rc = ldap_back_op_result( lc, op, rs, msgid,
1605 ber_int_t msgid, voi
1604 ldap_back_default_rebind( LDAP *ld, LDAP_CONST char *url, ber_tag_t request, ber_int_t msgid, void *params ) argument
1675 ldap_back_cancel( ldapconn_t *lc, Operation *op, SlapReply *rs, ber_int_t msgid, ldap_back_send_t sendok ) argument
1704 ldap_back_op_result( ldapconn_t *lc, Operation *op, SlapReply *rs, ber_int_t msgid, time_t timeout, ldap_back_send_t sendok ) argument
2197 int msgid; local
2219 int msgid; local
[all...]
H A Dsearch.c141 msgid; local
237 op->ors_slimit, op->ors_deref, &msgid );
254 rc = ldap_back_op_result( lc, op, rs, msgid, 0, LDAP_BACK_DONTSEND );
296 for ( rc = -2; rc != -1; rc = ldap_result( lc->lc_ld, msgid, LDAP_MSG_ONE, &tv, &res ) )
303 (void)ldap_back_cancel( lc, op, rs, msgid, LDAP_BACK_DONTSEND );
314 (void)ldap_back_cancel( lc, op, rs, msgid, LDAP_BACK_DONTSEND );
329 (void)ldap_back_cancel( lc, op, rs, msgid, LDAP_BACK_DONTSEND );
389 (void)ldap_back_cancel( lc, op, rs, msgid, LDAP_BACK_DONTSEND );
/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/racoon/
H A Disakmp.c397 if (isakmp->msgid == 0) { //%%%%% does this apply to V2
529 if (isakmp->msgid != 0) {
617 u_int32_t msgid = isakmp->msgid; local
625 isakmp->msgid));
647 "there is no valid ISAKMP-SA, %s\n", isakmp_pindex(&iph1->index, iph1->msgid));
652 iph2 = ike_session_getph2bymsgid(iph1, msgid);
697 isakmp_pindex(&iph1->index, iph1->msgid));
746 iph1->msgid = 0;
881 iph1->msgid
[all...]
H A Dhandler.h97 u_int32_t msgid; /* message id */ member in struct:phase1handle
176 u_int32_t msgid2; /* msgid counter for Phase 2 */
242 u_int32_t msgid; /* msgid for phase 2 */ member in struct:phase2handle
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Doperation.c176 ber_int_t msgid,
202 op->o_msgid = msgid;
174 slap_op_alloc( BerElement *ber, ber_int_t msgid, ber_tag_t tag, ber_int_t id, void *ctx ) argument
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dhuman.c32 #define _(msgid) gettext (msgid)
H A Dobstack.c404 # define _(msgid) gettext (msgid)
/macosx-10.9.5/man-16/man/gencat/
H A Dgenlib.c353 int setid, msgid = 0; local
379 msgid = 0;
408 ++msgid;
411 MCAddMsg(msgid, "", hconst);
418 MCAddMsg(msgid, "", hconst);
423 msgid = atoi(cptr);
428 if (!*cptr) MCDelMsg(msgid);
431 MCAddMsg(msgid, str, hconst);
/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/
H A DSCDNotifierInformViaCallback.c67 mach_msg_id_t msgid = buf->not_header.msgh_id; local
71 if (msgid == MACH_NOTIFY_NO_SENDERS) {
618 mach_msg_id_t msgid;
639 msgid = notify_msg.msg.header.msgh_id;
643 if (msgid == MACH_NOTIFY_NO_SENDERS) {

Completed in 475 milliseconds

123456789