Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/smtpd/
Dscheduler.c40 static uint32_t *msgids; variable
303 n = backend->messages(msgid, msgids, env->sc_scheduler_max_msg_batch_size); in scheduler_imsg()
305 msgids, n * sizeof (*msgids)); in scheduler_imsg()
439 msgids = xcalloc(env->sc_scheduler_max_msg_batch_size, sizeof *msgids); in scheduler()
Dsmtpctl.c313 static uint32_t *msgids = NULL, from = 0; in srv_iter_messages() local
320 if (msgids == NULL) { in srv_iter_messages()
328 msgids = malloc(rlen); in srv_iter_messages()
329 n = rlen / sizeof(*msgids); in srv_iter_messages()
330 srv_read(msgids, rlen); in srv_iter_messages()
334 from = msgids[n - 1] + 1; in srv_iter_messages()
339 *res = msgids[curr++]; in srv_iter_messages()
341 free(msgids); in srv_iter_messages()
342 msgids = NULL; in srv_iter_messages()
/openbsd/src/sys/sys/
Dmsg.h115 struct msqid_ds msgids[1]; member
/openbsd/src/gnu/usr.bin/texinfo/po/
Den@quot.header2 # The msgids must be ASCII and therefore cannot contain real quotation
Den@boldquot.header2 # The msgids must be ASCII and therefore cannot contain real quotation
/openbsd/src/sys/kern/
Dsysv_msg.c705 memcpy(&info->msgids[que->que_ix], &que->msqid_ds, in sysctl_sysvmsg()
/openbsd/src/usr.bin/ipcs/
Dipcs.c488 struct msqid_ds *msqptr = &msgsi->msgids[i]; in msg_sysctl()
/openbsd/src/gnu/usr.bin/gcc/gcc/
DFSFChangeLog866 (function_cannot_inline_p): Mark msgids with N_.