Searched refs:z_ch (Results 1 – 1 of 1) sorted by relevance
/PHP-5.5/ext/curl/ |
H A D | multi.c | 76 zval *z_ch; in PHP_FUNCTION() local 86 ZEND_FETCH_RESOURCE(ch, php_curl *, &z_ch, -1, le_curl_name, le_curl); in PHP_FUNCTION() 91 tmp_val = *z_ch; in PHP_FUNCTION() 102 zval *z_ch = (zval *)data; in _php_curl_multi_cleanup_list() local 106 if (!z_ch) { in _php_curl_multi_cleanup_list() 115 zend_list_delete(Z_LVAL_P(z_ch)); in _php_curl_multi_cleanup_list() 133 zval *z_ch; in PHP_FUNCTION() local 142 ZEND_FETCH_RESOURCE(ch, php_curl *, &z_ch, -1, le_curl_name, le_curl); in PHP_FUNCTION() 147 zend_llist_del_element( &mh->easyh, &z_ch, in PHP_FUNCTION() 238 zval *z_ch; in PHP_FUNCTION() local [all …]
|
Completed in 29 milliseconds