Home
last modified time | relevance | path

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

/PHP-7.0/ext/curl/
H A Dmulti.c282 zval *zmsgs_in_queue = NULL; in PHP_FUNCTION() local
284 if (zend_parse_parameters(ZEND_NUM_ARGS(), "r|z/", &z_mh, &zmsgs_in_queue) == FAILURE) { in PHP_FUNCTION()
296 if (zmsgs_in_queue) { in PHP_FUNCTION()
297 zval_dtor(zmsgs_in_queue); in PHP_FUNCTION()
298 ZVAL_LONG(zmsgs_in_queue, queued_msgs); in PHP_FUNCTION()

Completed in 8 milliseconds