Lines Matching refs:queue
131 zval *queue, *data; in PHP_FUNCTION() local
137 if (zend_parse_parameters(ZEND_NUM_ARGS(), "Oa", &queue, sysvmsg_queue_ce, &data) == FAILURE) { in PHP_FUNCTION()
141 mq = Z_SYSVMSG_QUEUE_P(queue); in PHP_FUNCTION()
169 zval *queue; in PHP_FUNCTION() local
175 if (zend_parse_parameters(ZEND_NUM_ARGS(), "O", &queue, sysvmsg_queue_ce) == FAILURE) { in PHP_FUNCTION()
179 mq = Z_SYSVMSG_QUEUE_P(queue); in PHP_FUNCTION()
246 zval *queue; in PHP_FUNCTION() local
249 if (zend_parse_parameters(ZEND_NUM_ARGS(), "O", &queue, sysvmsg_queue_ce) == FAILURE) { in PHP_FUNCTION()
253 mq = Z_SYSVMSG_QUEUE_P(queue); in PHP_FUNCTION()
266 zval *out_message, *queue, *out_msgtype, *zerrcode = NULL; in PHP_FUNCTION() local
277 &queue, sysvmsg_queue_ce, &desiredmsgtype, &out_msgtype, &maxsize, in PHP_FUNCTION()
304 mq = Z_SYSVMSG_QUEUE_P(queue); in PHP_FUNCTION()
349 zval *message, *queue, *zerror=NULL; in PHP_FUNCTION() local
360 &queue, sysvmsg_queue_ce, &msgtype, &message, &do_serialize, &blocking, &zerror) == FAILURE) { in PHP_FUNCTION()
364 mq = Z_SYSVMSG_QUEUE_P(queue); in PHP_FUNCTION()