Searched refs:mq (Results 1 – 1 of 1) sorted by relevance
148 efree(mq); in ZEND_GET_MODULE()180 sysvmsg_queue_t *mq = NULL; in PHP_FUNCTION() local221 sysvmsg_queue_t *mq = NULL; in PHP_FUNCTION() local275 sysvmsg_queue_t *mq; in PHP_FUNCTION() local283 mq->key = key; in PHP_FUNCTION()284 mq->id = msgget(key, 0); in PHP_FUNCTION()285 if (mq->id < 0) { in PHP_FUNCTION()288 if (mq->id < 0) { in PHP_FUNCTION()290 efree(mq); in PHP_FUNCTION()303 sysvmsg_queue_t *mq = NULL; in PHP_FUNCTION() local[all …]
Completed in 5 milliseconds