Searched refs:z_ch (Results 1 – 1 of 1) sorted by relevance
/PHP-5.3/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() 92 tmp_val = *z_ch; in PHP_FUNCTION() 103 zval *z_ch = (zval *)data; in _php_curl_multi_cleanup_list() local 107 if (!z_ch) { in _php_curl_multi_cleanup_list() 119 zend_list_delete(Z_LVAL_P(z_ch)); in _php_curl_multi_cleanup_list() 138 zval *z_ch; in PHP_FUNCTION() local 147 ZEND_FETCH_RESOURCE(ch, php_curl *, &z_ch, -1, le_curl_name, le_curl); in PHP_FUNCTION() 151 zend_llist_del_element( &mh->easyh, &z_ch, in PHP_FUNCTION() 243 zval *z_ch; in PHP_FUNCTION() local [all …]
|
Completed in 7 milliseconds