Searched refs:msgid (Results 76 - 100 of 216) sorted by relevance

123456789

/macosx-10.9.5/gnudiff-19/diffutils/lib/
H A Dc-stack.c33 #define _(msgid) gettext (msgid)
/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/racoon/
H A Disakmp_cfg.c174 iph1->mode_cfg->last_msgid != packet->msgid )
176 isakmp_cfg_newiv(iph1, packet->msgid);
242 packet->msgid, payload)) == NULL) {
264 isakmp_cfg_attr_r(iph1, packet->msgid, attrpl, msg);
284 iph2 = ike_session_getph2bymsgid(iph1, packet->msgid);
305 isakmp_cfg_attr_r(iph1, msgid, attrpl, msg)
307 u_int32_t msgid;
328 iph1->msgid = msgid;
333 iph1->msgid
[all...]
H A Disakmp_inf.c192 u_int32_t msgid = 0;
207 msgid = ((struct isakmp *)msg0->v)->msgid;
223 ivm = oakley_newiv2(iph1, ((struct isakmp *)msg0->v)->msgid);
312 hash = oakley_compute_hash1(iph1, isakmp->msgid, payload);
386 msgid, encrypted);
391 msgid, encrypted);
436 isakmp_info_recv_n(phase1_handle_t *iph1, struct isakmp_pl_n *notify, u_int32_t msgid, int encrypted)
470 (struct isakmp_pl_ru *)notify, msgid);
475 (struct isakmp_pl_ru *)notify, msgid);
191 u_int32_t msgid = 0; local
435 isakmp_info_recv_n(phase1_handle_t *iph1, struct isakmp_pl_n *notify, u_int32_t msgid, int encrypted) argument
620 isakmp_info_recv_d(phase1_handle_t *iph1, struct isakmp_pl_d *delete, u_int32_t msgid, int encrypted) argument
1873 isakmp_info_recv_r_u(phase1_handle_t *iph1, struct isakmp_pl_ru *ru, u_int32_t msgid) argument
1931 isakmp_info_recv_r_u_ack(phase1_handle_t *iph1, struct isakmp_pl_ru *ru, u_int32_t msgid) argument
[all...]
/macosx-10.9.5/gnudiff-19/diffutils/src/
H A Dsystem.h249 #define _(msgid) gettext (msgid)
250 #define N_(msgid) msgid
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-meta/
H A Dbind.c308 int msgid,
372 rc = ldap_result( msc->msc_ld, msgid, LDAP_MSG_ALL, &tv, &res );
462 int msgid; local
516 ctrls, NULL, &msgid );
525 meta_back_bind_op_result( op, rs, mc, candidate, msgid, LDAP_BACK_DONTSEND, 1 );
593 int msgid; local
624 NULL, NULL, &msgid );
631 rs->sr_err = meta_back_bind_op_result( op, rs, mc, candidate, msgid, sendok, dolock );
869 ber_int_t msgid,
921 ber_int_t msgid,
303 meta_back_bind_op_result( Operation *op, SlapReply *rs, metaconn_t *mc, int candidate, int msgid, ldap_back_send_t sendok, int dolock ) argument
865 meta_back_default_rebind( LDAP *ld, LDAP_CONST char *url, ber_tag_t request, ber_int_t msgid, void *params ) argument
917 meta_back_cancel( metaconn_t *mc, Operation *op, SlapReply *rs, ber_int_t msgid, int candidate, ldap_back_send_t sendok ) argument
961 meta_back_op_result( metaconn_t *mc, Operation *op, SlapReply *rs, int candidate, ber_int_t msgid, time_t timeout, ldap_back_send_t sendok ) argument
1575 int msgid; local
[all...]
H A Dadd.c47 int msgid; local
179 attrs, ctrls, NULL, &msgid );
180 rs->sr_err = meta_back_op_result( mc, op, rs, candidate, msgid,
H A Dmodify.c49 int msgid; local
188 modv, ctrls, NULL, &msgid );
189 rs->sr_err = meta_back_op_result( mc, op, rs, candidate, msgid,
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/libldap/
H A Drequest.c90 ber_int_t msgid,
124 ber_int_t msgid)
170 rc = ldap_send_server_request( ld, ber, msgid, NULL,
224 ber_int_t msgid,
353 lr->lr_msgid = msgid;
406 msgid = -1;
410 return( msgid );
587 int msgid, rc; local
602 NULL, NULL, &msgid );
611 switch ( ldap_result( ld, msgid, LDAP_MSG_AL
119 ldap_send_initial_request( LDAP *ld, ber_tag_t msgtype, const char *dn, BerElement *ber, ber_int_t msgid) argument
221 ldap_send_server_request( LDAP *ld, BerElement *ber, ber_int_t msgid, LDAPRequest *parentreq, LDAPURLDesc **srvlist, LDAPConn *lc, LDAPreqinfo *bind, int m_noconn, int m_res ) argument
1506 re_encode_request( LDAP *ld, BerElement *origber, ber_int_t msgid, int sref, LDAPURLDesc *srv, int *type ) argument
[all...]
H A Dsasl.c55 * cred, NULL, NULL, &msgid )
167 int rc, msgid; local
182 rc = ldap_sasl_bind( ld, dn, mechanism, cred, sctrls, cctrls, &msgid );
194 if ( ldap_result( ld, msgid, LDAP_MSG_ALL, NULL, &result ) == -1 || !result ) {
424 int *msgid )
476 flags, interact, defaults, result, rmech, msgid );
508 int rc, msgid; local
513 flags, interact, defaults, result, &rmech, &msgid );
526 if ( ldap_result( ld, msgid, LDAP_MSG_ALL, NULL, &result ) == -1 || !result ) {
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/clients/tools/
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 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 ) ) {
/macosx-10.9.5/bash-92/bash-3.2/lib/intl/
H A Ddcigettext.c240 char msgid[ZERO]; member in struct:known_translation_t
268 result = strcmp (s1->msgid, s2->msgid);
495 alloca (offsetof (struct known_translation_t, msgid) + msgid_len);
496 memcpy (search->msgid, msgid1, msgid_len);
664 malloc (offsetof (struct known_translation_t, msgid)
669 mempcpy (newp->msgid, msgid1, msgid_len);
735 _nl_find_msg (domain_file, domainbinding, msgid, lengthp)
738 const char *msgid;
761 nls_uint32 len = strlen (msgid);
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/intl/
H A Ddcigettext.c236 char msgid[ZERO]; member in struct:known_translation_t
264 result = strcmp (s1->msgid, s2->msgid);
487 alloca (offsetof (struct known_translation_t, msgid) + msgid_len);
488 memcpy (search->msgid, msgid1, msgid_len);
656 malloc (offsetof (struct known_translation_t, msgid)
661 mempcpy (newp->msgid, msgid1, msgid_len);
727 _nl_find_msg (domain_file, domainbinding, msgid, lengthp)
730 const char *msgid;
753 nls_uint32 len = strlen (msgid);
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/tests/progs/
H A Dslapd-read.c350 /* make room for msgid */
400 int j, msgid; local
410 ">>> PID=%ld - Read maxloop=%d cnt=%d active=%d msgid=%d: "
469 msgid = ldap_msgid( res );
475 if ( msgids[ j ] == msgid ) {
480 "<<< PID=%ld - ReadDone maxloop=%d cnt=%d active=%d msgid=%d: "
482 (long) pid, maxloop, j, active, msgid, entry );
509 int msgid; local
512 NULL, LDAP_NO_LIMIT, &msgid );
H A Dslapd-search.c397 /* make room for msgid */
454 int j, msgid; local
464 ">>> PID=%ld - Search maxloop=%d cnt=%d active=%d msgid=%d: "
518 msgid = ldap_msgid( res );
524 if ( msgids[ j ] == msgid ) {
529 "<<< PID=%ld - SearchDone maxloop=%d cnt=%d active=%d msgid=%d: "
531 (long) pid, innerloop, j, active, msgid,
561 int msgid; local
564 NULL, LDAP_NO_LIMIT, &msgid );
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/nntp/
H A Dnntp.tcl270 # Retrieves the article specified by msgid, in the group specified by
271 # the 'nntpName group' command. If no msgid is specified the current
276 # msgid The article number to retrieve
296 proc ::nntp::_article {name {msgid ""}} {
300 return [::nntp::command $name "ARTICLE $msgid"]
331 # Retrieves the body of the article specified by msgid from the group
332 # specified by the 'nntpName group' command. If no msgid is specified
337 # msgid The number of the body of the article to retrieve
340 # Returns the body of article 'msgid' from the group specified through
341 # 'nntpName group'. If msgid i
[all...]
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dargmatch.c34 #define _(msgid) gettext (msgid)
H A Dsystem.h454 #define _(msgid) gettext (msgid)
455 #define N_(msgid) msgid
/macosx-10.9.5/xnu-2422.115.4/security/
H A Dmac_port.c275 mac_port_check_method(task_t task, struct label *sub, struct label *obj, int msgid) argument
279 MAC_CHECK(port_check_method, get_bsdtask_info(task), sub, obj, msgid);
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/zdump.tproj/
H A Dzdump.c108 #define _(msgid) gettext(msgid)
110 #define _(msgid) msgid
/macosx-10.9.5/system_cmds-597.90.1/zdump.tproj/
H A Dzdump.c108 #define _(msgid) gettext(msgid)
110 #define _(msgid) msgid
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/ldap/
H A Dapr_ldap_rebind.c293 * msgid Unused in this routine
301 * msgid Unused in this routine
305 ber_int_t msgid, void *params)
308 ber_int_t msgid)
342 * msgid Unused in this routine
344 static int LDAP_rebindproc(LDAP *ld, LDAP_CONST char *url, int request, ber_int_t msgid) argument
304 LDAP_rebindproc(LDAP *ld, LDAP_CONST char *url, ber_tag_t request, ber_int_t msgid, void *params) argument
/macosx-10.9.5/apr-30/apr-util/apr-util/ldap/
H A Dapr_ldap_rebind.c293 * msgid Unused in this routine
301 * msgid Unused in this routine
305 ber_int_t msgid, void *params)
308 ber_int_t msgid)
342 * msgid Unused in this routine
344 static int LDAP_rebindproc(LDAP *ld, LDAP_CONST char *url, int request, ber_int_t msgid) argument
304 LDAP_rebindproc(LDAP *ld, LDAP_CONST char *url, ber_tag_t request, ber_int_t msgid, void *params) argument
/macosx-10.9.5/vim-53/src/
H A Dos_macosx.c552 mch_gettext(const char *msgid) argument
560 if (!msgid)
563 TRACE("mch_gettext(%s)\n", msgid);
565 strkey = CFStringCreateWithCString(NULL, msgid, enc);
568 TRACE(" Can't create a CFString for msgid.\n");
575 TRACE(" No localized strings for msgid.\n");
595 return (char *)(msg ? msg : msgid);

Completed in 344 milliseconds

123456789