Home
last modified time | relevance | path

Searched refs:msgids (Results 1 – 25 of 89) sorted by relevance

1234

/netbsd-src/external/bsd/openldap/dist/tests/progs/
H A Dslapd-read.c258 int *msgids = NULL, active = 0; in do_read() local
262 msgids = (int *)calloc( sizeof(int), maxloop ); in do_read()
263 if ( !msgids ) { in do_read()
287 NULL, LDAP_NO_LIMIT, &msgids[i] ); in do_read()
294 (long) pid, maxloop, i, active, msgids[i], in do_read()
357 if ( msgids[ j ] == msgid ) { in do_read()
358 msgids[ j ] = -1; in do_read()
435 if ( msgids != NULL ) { in do_read()
436 free( msgids ); in do_read()
H A Dslapd-search.c305 int *msgids = NULL, active = 0; in do_search() local
309 msgids = (int *)calloc( sizeof(int), innerloop ); in do_search()
310 if ( !msgids ) { in do_search()
337 NULL, LDAP_NO_LIMIT, &msgids[i] ); in do_search()
344 (long) pid, innerloop, i, active, msgids[i], in do_search()
402 if ( msgids[ j ] == msgid ) { in do_search()
403 msgids[ j ] = -1; in do_search()
482 if ( msgids != NULL ) { in do_search()
483 free( msgids ); in do_search()
/netbsd-src/sys/compat/common/
H A Dsysv_ipc_50.c107 dssize = sizeof(msgsi->msgids[0]); in sysctl_kern_sysvipc50()
188 SYSCTL_FILL_MSG(msqs[i].msq_u, msgsi->msgids[i]); in sysctl_kern_sysvipc50()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
H A Dmessage_queue.c77 (*new_bc)->msgids = op->o_tmpcalloc(ntargets, sizeof(int),op->o_tmpmemctx); in asyncmeta_new_bm_context()
107 (*new_bc)->msgids[i] = META_MSGID_UNDEFINED; in asyncmeta_new_bm_context()
H A Dback-asyncmeta.h107 int *msgids; member
/netbsd-src/sys/kern/
H A Dsysv_ipc.c397 dssize = sizeof(msgsi->msgids[0]); in sysctl_kern_sysvipc()
479 SYSCTL_FILL_MSG(msqs[i].msq_u, msgsi->msgids[i]); in sysctl_kern_sysvipc()
/netbsd-src/external/gpl2/diffutils/dist/po/
H A Den@quot.header2 # The msgids must be ASCII and therefore cannot contain real quotation
H A Den@boldquot.header2 # The msgids must be ASCII and therefore cannot contain real quotation
/netbsd-src/external/bsd/flex/dist/po/
H A Den@quot.header2 # The msgids must be ASCII and therefore cannot contain real quotation
H A Den@boldquot.header2 # The msgids must be ASCII and therefore cannot contain real quotation
H A DMakevars58 # --previous to keep previous msgids of translated messages,
/netbsd-src/external/gpl2/gmake/dist/po/
H A Den@quot.header2 # The msgids must be ASCII and therefore cannot contain real quotation
H A Den@boldquot.header2 # The msgids must be ASCII and therefore cannot contain real quotation
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/po/
H A Den@quot.header2 # The msgids must be ASCII and therefore cannot contain real quotation
H A Den@boldquot.header2 # The msgids must be ASCII and therefore cannot contain real quotation
/netbsd-src/crypto/external/cpl/tpm-tools/dist/po/
H A Den@quot.header2 # The msgids must be ASCII and therefore cannot contain real quotation
H A Den@boldquot.header2 # The msgids must be ASCII and therefore cannot contain real quotation
/netbsd-src/external/gpl2/texinfo/dist/po/
H A Den@quot.header2 # The msgids must be ASCII and therefore cannot contain real quotation
H A Den@boldquot.header2 # The msgids must be ASCII and therefore cannot contain real quotation
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/po/
H A Den@quot.header2 # The msgids must be ASCII and therefore cannot contain real quotation
H A Den@boldquot.header2 # The msgids must be ASCII and therefore cannot contain real quotation
/netbsd-src/sys/sys/
H A Dmsg.h133 struct msgid_ds_sysctl msgids[1]; member
/netbsd-src/sys/compat/sys/
H A Dmsg.h81 struct msgid_ds_sysctl50 msgids[1]; member
/netbsd-src/usr.bin/ipcrm/
H A Dipcrm.c132 struct msgid_ds_sysctl *msgptr = &msgsi->msgids[i]; in msgrmall()
/netbsd-src/usr.bin/ipcs/
H A Dipcs.c500 struct msgid_ds_sysctl *msqptr = &msgsi->msgids[i]; in msg_sysctl()

1234