HomeSort by relevance Sort by last modified time
    Searched defs:msgid (Results 1 - 21 of 21) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_localemodule.c 588 char *domain, *msgid; local
590 if (!PyArg_ParseTuple(args, "zsi", &domain, &msgid, &category))
592 return PyString_FromString(dcgettext(domain,msgid,category));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_localemodule.c 588 char *domain, *msgid; local
590 if (!PyArg_ParseTuple(args, "zsi", &domain, &msgid, &category))
592 return PyString_FromString(dcgettext(domain,msgid,category));
  /external/python/cpython2/Modules/
_localemodule.c 589 char *domain, *msgid; local
591 if (!PyArg_ParseTuple(args, "zsi", &domain, &msgid, &category))
593 return PyString_FromString(dcgettext(domain,msgid,category));
  /external/python/cpython3/Modules/
_localemodule.c 491 char *domain, *msgid; local
493 if (!PyArg_ParseTuple(args, "zsi", &domain, &msgid, &category))
495 return PyUnicode_DecodeLocale(dcgettext(domain,msgid,category), NULL);
  /bionic/libc/kernel/uapi/linux/
ipmi.h 83 long msgid; member in struct:ipmi_req
97 long msgid; member in struct:ipmi_recv
  /external/curl/lib/
openldap.c 159 int msgid; member in struct:ldapconninfo
166 int msgid; member in struct:ldapreqinfo
305 NULL, NULL, &li->msgid);
313 rc = ldap_result(li->ld, li->msgid, LDAP_MSG_ONE, tvp, &msg);
384 int msgid; local
406 NULL, NULL, NULL, 0, &msgid);
415 lr->msgid = msgid;
432 if(lr->msgid) {
434 ldap_abandon_ext(li->ld, lr->msgid, NULL, NULL)
    [all...]
  /external/ipsec-tools/src/racoon/
isakmp_inf.c 130 u_int32_t msgid = 0;
144 msgid = ((struct isakmp *)msg0->v)->msgid;
156 ivm = oakley_newiv2(iph1, ((struct isakmp *)msg0->v)->msgid);
230 hash = oakley_compute_hash1(iph1, isakmp->msgid, payload);
295 msgid, encrypted);
300 msgid, encrypted);
331 isakmp_info_recv_n(iph1, notify, msgid, encrypted)
334 u_int32_t msgid;
363 (struct isakmp_pl_ru *)notify, msgid);
129 u_int32_t msgid = 0; local
    [all...]
handler.h 132 u_int32_t msgid; /* message id */ member in struct:ph1handle
206 u_int32_t msgid2; /* msgid counter for Phase 2 */
286 u_int32_t msgid; /* msgid for phase 2 */ member in struct:ph2handle
isakmp.c 407 u_int32_t msgid = isakmp->msgid; local
454 if (isakmp->msgid == 0) {
549 if (isakmp->msgid != 0) {
674 isakmp->msgid));
694 isakmp_pindex(&iph1->index, iph1->msgid));
699 iph2 = getph2bymsgid(iph1, msgid);
1044 iph1->msgid = 0;
1161 iph1->msgid = 0;
    [all...]
isakmp.h 71 u_int32_t msgid; member in struct:isakmp
  /external/kernel-headers/original/uapi/linux/
ipmi.h 227 * responses back. You can use the msgid value to correlate commands
229 * incoming messages are for which command and find the proper msgid
257 long msgid; /* The sequence number for the message. This member in struct:ipmi_req
312 long msgid; /* The sequence number specified in the request member in struct:ipmi_recv
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
ipmi.h 234 * responses back. You can use the msgid value to correlate commands
236 * incoming messages are for which command and find the proper msgid
264 long msgid; /* The sequence number for the message. This member in struct:ipmi_req
319 long msgid; /* The sequence number specified in the request member in struct:ipmi_recv
  /external/e2fsprogs/intl/
dcigettext.c 241 char msgid[ZERO]; member in struct:known_translation_t
266 result = strcmp (s1->msgid, s2->msgid);
424 /* Look up MSGID in the DOMAINNAME message catalog for the current
450 /* If no real MSGID is given return NULL. */
483 alloca (offsetof (struct known_translation_t, msgid) + msgid_len);
484 memcpy (search->msgid, msgid1, msgid_len);
610 domain. Return the MSGID. */
652 malloc (offsetof (struct known_translation_t, msgid)
657 mempcpy (newp->msgid, msgid1, msgid_len)
    [all...]
loadmsgcat.c 1323 const char *msgid = inmem_orig_sysdep_tab[i].pointer; local
    [all...]
  /toolchain/binutils/binutils-2.27/intl/
dcigettext.c 236 char msgid[ZERO]; member in struct:known_translation_t
264 result = strcmp (s1->msgid, s2->msgid);
423 /* Look up MSGID in the DOMAINNAME message catalog for the current
454 /* If no real MSGID is given return NULL. */
487 alloca (offsetof (struct known_translation_t, msgid) + msgid_len);
488 memcpy (search->msgid, msgid1, msgid_len);
614 domain. Return the MSGID. */
656 malloc (offsetof (struct known_translation_t, msgid)
661 mempcpy (newp->msgid, msgid1, msgid_len)
    [all...]
loadmsgcat.c 1232 const char *msgid = inmem_orig_sysdep_tab[i].pointer; local
1233 nls_uint32 hash_val = hash_string (msgid);
    [all...]
  /external/ltp/testcases/kernel/sched/process_stress/
process.c 134 int msgid; /* message queue for leaf nodes */ variable
230 msgid, type);
277 extern int msgid;
280 if (msgctl(msgid, IPC_RMID, NULL) && errno != EINVAL) {
281 fprintf(errfp, "msgctl failed msgid: errno %d\n", errno);
341 severe("msgsnd failed: %d msgid %d mtyp %d mtext %d\n",
357 severe("msgsnd failed: %d msgid %d mtyp %d mtext %d\n",
425 extern int msgid;
445 rc = send_message(msgid, (mtyp_t) * listp, mtext);
448 ("notify: send_message Failed: %d msgid %d mtyp %d mtext %d\n"
    [all...]
  /external/wpa_supplicant_8/hs20/client/
oma_dm_client.c 109 const char *url, int msgid)
121 xml_node_create_text(ctx->xml, synchdr, NULL, "MsgID", int2str(msgid));
293 const char *url, int msgid, const char *oper)
299 syncml = oma_dm_build_hdr(ctx, url, msgid);
331 const char *url, int msgid)
335 syncml = build_oma_dm_1(ctx, url, msgid, DM_HS20_SUBSCRIPTION_CREATION);
344 const char *url, int msgid)
348 syncml = build_oma_dm_1(ctx, url, msgid,
358 const char *url, int msgid)
1152 int msgid = 0; local
1189 int msgid = 0; local
1251 int msgid = 0; local
1298 int msgid = 0; local
    [all...]
  /external/mdnsresponder/mDNSCore/
uDNS.c 2903 mDNSOpaque16 msgid; local
    [all...]
  /external/tcpdump/
print-isakmp.c 90 msgid_t msgid; member in struct:isakmp
    [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-darwin.c 5703 mach_msg_id_t msgid; member in struct:__anon42404
    [all...]

Completed in 724 milliseconds