Home
last modified time | relevance | path

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

/PHP-5.4/ext/curl/
H A Dmulti.c269 zval *zmsgs_in_queue = NULL; in PHP_FUNCTION() local
271 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "r|z", &z_mh, &zmsgs_in_queue) == FAILURE) { in PHP_FUNCTION()
281 if (zmsgs_in_queue) { in PHP_FUNCTION()
282 zval_dtor(zmsgs_in_queue); in PHP_FUNCTION()
283 ZVAL_LONG(zmsgs_in_queue, queued_msgs); in PHP_FUNCTION()

Completed in 5 milliseconds