Searched refs:QUEUE_SHM_T (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/contrib/sendmail/src/
H A Dqueue.c211 typedef struct queue_shared QUEUE_SHM_T; typedef in typeref:struct:queue_shared
222 static QUEUE_SHM_T *QShm; /* pointer to shared queue data */
7084 shms = SM_T_SIZE + qn * sizeof(QUEUE_SHM_T);
7178 QShm = (QUEUE_SHM_T *) OFF_QUEUE_SHM(Pshm);

Completed in 288 milliseconds