Home
last modified time | relevance | path

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

/php-src/ext/spl/
H A Dspl_heap.c555 static HashTable *spl_heap_object_get_gc(zend_object *obj, zval **gc_data, int *gc_data_count) /* {… in spl_heap_object_get_gc() argument
559 *gc_data_count = intern->heap->count; in spl_heap_object_get_gc()
565 static HashTable *spl_pqueue_object_get_gc(zend_object *obj, zval **gc_data, int *gc_data_count) /*… in spl_pqueue_object_get_gc() argument
570 *gc_data_count = 2 * intern->heap->count; in spl_pqueue_object_get_gc()
H A Dspl_dllist.c470 static HashTable *spl_dllist_object_get_gc(zend_object *obj, zval **gc_data, int *gc_data_count) /*… in spl_dllist_object_get_gc() argument
481 zend_get_gc_buffer_use(gc_buffer, gc_data, gc_data_count); in spl_dllist_object_get_gc()
H A Dspl_array.c800 static HashTable *spl_array_get_gc(zend_object *obj, zval **gc_data, int *gc_data_count) /* {{{ */ in spl_array_get_gc() argument
804 *gc_data_count = 1; in spl_array_get_gc()
/php-src/ext/snmp/
H A Dsnmp.c1775 static HashTable *php_snmp_get_gc(zend_object *object, zval **gc_data, int *gc_data_count) /* {{{ */ in php_snmp_get_gc() argument
1778 *gc_data_count = 0; in php_snmp_get_gc()
/php-src/ext/zip/
H A Dphp_zip.c986 static HashTable *php_zip_get_gc(zend_object *object, zval **gc_data, int *gc_data_count) /* {{{ */ in php_zip_get_gc() argument
989 *gc_data_count = 0; in php_zip_get_gc()
/php-src/ext/reflection/
H A Dphp_reflection.c272 static HashTable *reflection_get_gc(zend_object *obj, zval **gc_data, int *gc_data_count) /* {{{ */ in reflection_get_gc() argument
276 *gc_data_count = 1; in reflection_get_gc()

Completed in 104 milliseconds