Searched refs:pz_ch (Results 1 – 1 of 1) sorted by relevance
215 zval *pz_ch; in PHP_FUNCTION() local217 for(pz_ch = (zval *)zend_llist_get_first_ex(&mh->easyh, &pos); pz_ch; in PHP_FUNCTION()218 pz_ch = (zval *)zend_llist_get_next_ex(&mh->easyh, &pos)) { in PHP_FUNCTION()292 zval *pz_ch; in PHP_FUNCTION() local295 for(pz_ch = (zval *)zend_llist_get_first_ex(&mh->easyh, &pos); pz_ch; in PHP_FUNCTION()296 pz_ch = (zval *)zend_llist_get_next_ex(&mh->easyh, &pos)) { in PHP_FUNCTION()308 zend_list_addref( Z_RESVAL_P( pz_ch ) ); in PHP_FUNCTION()313 add_assoc_resource(return_value, "handle", Z_RESVAL_P(pz_ch)); in PHP_FUNCTION()345 zval *pz_ch; in _php_curl_multi_close() local347 for(pz_ch = (zval *)zend_llist_get_first_ex(&mh->easyh, &pos); pz_ch; in _php_curl_multi_close()[all …]
Completed in 6 milliseconds