Searched refs:mq (Results 1 – 1 of 1) sorted by relevance
131 sysvmsg_queue_t *mq = NULL; in PHP_FUNCTION() local140 mq = Z_SYSVMSG_QUEUE_P(queue); in PHP_FUNCTION()169 sysvmsg_queue_t *mq = NULL; in PHP_FUNCTION() local219 sysvmsg_queue_t *mq; in PHP_FUNCTION() local228 mq->key = key; in PHP_FUNCTION()229 mq->id = msgget(key, 0); in PHP_FUNCTION()230 if (mq->id < 0) { in PHP_FUNCTION()233 if (mq->id < 0) { in PHP_FUNCTION()246 sysvmsg_queue_t *mq = NULL; in PHP_FUNCTION() local269 sysvmsg_queue_t *mq = NULL; in PHP_FUNCTION() local[all …]
Completed in 12 milliseconds