Searched refs:mq (Results 1 – 1 of 1) sorted by relevance
123 efree(mq); in ZEND_GET_MODULE()155 sysvmsg_queue_t *mq = NULL; in PHP_FUNCTION() local196 sysvmsg_queue_t *mq = NULL; in PHP_FUNCTION() local250 sysvmsg_queue_t *mq; in PHP_FUNCTION() local258 mq->key = key; in PHP_FUNCTION()259 mq->id = msgget(key, 0); in PHP_FUNCTION()260 if (mq->id < 0) { in PHP_FUNCTION()263 if (mq->id < 0) { in PHP_FUNCTION()265 efree(mq); in PHP_FUNCTION()278 sysvmsg_queue_t *mq = NULL; in PHP_FUNCTION() local[all …]
Completed in 12 milliseconds