Searched refs:mq (Results 1 – 1 of 1) sorted by relevance
125 efree(mq); in ZEND_GET_MODULE()158 sysvmsg_queue_t *mq = NULL; in PHP_FUNCTION() local203 sysvmsg_queue_t *mq = NULL; in PHP_FUNCTION() local257 sysvmsg_queue_t *mq; in PHP_FUNCTION() local265 mq->key = key; in PHP_FUNCTION()266 mq->id = msgget(key, 0); in PHP_FUNCTION()267 if (mq->id < 0) { in PHP_FUNCTION()270 if (mq->id < 0) { in PHP_FUNCTION()272 efree(mq); in PHP_FUNCTION()285 sysvmsg_queue_t *mq = NULL; in PHP_FUNCTION() local[all …]
Completed in 6 milliseconds