Home
last modified time | relevance | path

Searched refs:zmsgs_in_queue (Results 1 – 1 of 1) sorted by relevance

/PHP-5.6/ext/curl/
H A Dmulti.c267 zval *zmsgs_in_queue = NULL; in PHP_FUNCTION() local
269 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "r|z", &z_mh, &zmsgs_in_queue) == FAILURE) { in PHP_FUNCTION()
279 if (zmsgs_in_queue) { in PHP_FUNCTION()
280 zval_dtor(zmsgs_in_queue); in PHP_FUNCTION()
281 ZVAL_LONG(zmsgs_in_queue, queued_msgs); in PHP_FUNCTION()

Completed in 7 milliseconds