Searched refs:mq (Results 1 – 1 of 1) sorted by relevance
132 sysvmsg_queue_t *mq = NULL; in PHP_FUNCTION() local141 mq = Z_SYSVMSG_QUEUE_P(queue); in PHP_FUNCTION()170 sysvmsg_queue_t *mq = NULL; in PHP_FUNCTION() local220 sysvmsg_queue_t *mq; in PHP_FUNCTION() local229 mq->key = key; in PHP_FUNCTION()230 mq->id = msgget(key, 0); in PHP_FUNCTION()231 if (mq->id < 0) { in PHP_FUNCTION()234 if (mq->id < 0) { in PHP_FUNCTION()247 sysvmsg_queue_t *mq = NULL; in PHP_FUNCTION() local270 sysvmsg_queue_t *mq = NULL; in PHP_FUNCTION() local[all …]
Completed in 4 milliseconds