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() local201 sysvmsg_queue_t *mq = NULL; in PHP_FUNCTION() local255 sysvmsg_queue_t *mq; in PHP_FUNCTION() local263 mq->key = key; in PHP_FUNCTION()264 mq->id = msgget(key, 0); in PHP_FUNCTION()265 if (mq->id < 0) { in PHP_FUNCTION()268 if (mq->id < 0) { in PHP_FUNCTION()270 efree(mq); in PHP_FUNCTION()283 sysvmsg_queue_t *mq = NULL; in PHP_FUNCTION() local[all …]
Completed in 7 milliseconds