Lines Matching refs:queue
141 zval *queue, *data; in PHP_FUNCTION() local
147 if (zend_parse_parameters(ZEND_NUM_ARGS(), "Oa", &queue, sysvmsg_queue_ce, &data) == FAILURE) { in PHP_FUNCTION()
151 mq = Z_SYSVMSG_QUEUE_P(queue); in PHP_FUNCTION()
179 zval *queue; in PHP_FUNCTION() local
185 if (zend_parse_parameters(ZEND_NUM_ARGS(), "O", &queue, sysvmsg_queue_ce) == FAILURE) { in PHP_FUNCTION()
189 mq = Z_SYSVMSG_QUEUE_P(queue); in PHP_FUNCTION()
256 zval *queue; in PHP_FUNCTION() local
259 if (zend_parse_parameters(ZEND_NUM_ARGS(), "O", &queue, sysvmsg_queue_ce) == FAILURE) { in PHP_FUNCTION()
263 mq = Z_SYSVMSG_QUEUE_P(queue); in PHP_FUNCTION()
276 zval *out_message, *queue, *out_msgtype, *zerrcode = NULL; in PHP_FUNCTION() local
287 &queue, sysvmsg_queue_ce, &desiredmsgtype, &out_msgtype, &maxsize, in PHP_FUNCTION()
314 mq = Z_SYSVMSG_QUEUE_P(queue); in PHP_FUNCTION()
359 zval *message, *queue, *zerror=NULL; in PHP_FUNCTION() local
370 &queue, sysvmsg_queue_ce, &msgtype, &message, &do_serialize, &blocking, &zerror) == FAILURE) { in PHP_FUNCTION()
374 mq = Z_SYSVMSG_QUEUE_P(queue); in PHP_FUNCTION()