Lines Matching refs:queue
130 zval *queue, *data; in PHP_FUNCTION() local
136 if (zend_parse_parameters(ZEND_NUM_ARGS(), "Oa", &queue, sysvmsg_queue_ce, &data) == FAILURE) { in PHP_FUNCTION()
140 mq = Z_SYSVMSG_QUEUE_P(queue); in PHP_FUNCTION()
168 zval *queue; in PHP_FUNCTION() local
174 if (zend_parse_parameters(ZEND_NUM_ARGS(), "O", &queue, sysvmsg_queue_ce) == FAILURE) { in PHP_FUNCTION()
178 mq = Z_SYSVMSG_QUEUE_P(queue); in PHP_FUNCTION()
245 zval *queue; in PHP_FUNCTION() local
248 if (zend_parse_parameters(ZEND_NUM_ARGS(), "O", &queue, sysvmsg_queue_ce) == FAILURE) { in PHP_FUNCTION()
252 mq = Z_SYSVMSG_QUEUE_P(queue); in PHP_FUNCTION()
265 zval *out_message, *queue, *out_msgtype, *zerrcode = NULL; in PHP_FUNCTION() local
276 &queue, sysvmsg_queue_ce, &desiredmsgtype, &out_msgtype, &maxsize, in PHP_FUNCTION()
303 mq = Z_SYSVMSG_QUEUE_P(queue); in PHP_FUNCTION()
348 zval *message, *queue, *zerror=NULL; in PHP_FUNCTION() local
359 &queue, sysvmsg_queue_ce, &msgtype, &message, &do_serialize, &blocking, &zerror) == FAILURE) { in PHP_FUNCTION()
363 mq = Z_SYSVMSG_QUEUE_P(queue); in PHP_FUNCTION()