Home
last modified time | relevance | path

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

/PHP-7.4/ext/spl/
H A Dspl_dllist.c95 int gc_data_count; member
538 static HashTable *spl_dllist_object_get_gc(zval *obj, zval **gc_data, int *gc_data_count) /* {{{ */ in spl_dllist_object_get_gc() argument
544 if (intern->gc_data_count < intern->llist->count) { in spl_dllist_object_get_gc()
545 intern->gc_data_count = intern->llist->count; in spl_dllist_object_get_gc()
546 intern->gc_data = safe_erealloc(intern->gc_data, intern->gc_data_count, sizeof(zval), 0); in spl_dllist_object_get_gc()
555 *gc_data_count = i; in spl_dllist_object_get_gc()
H A Dspl_heap.c555 static HashTable *spl_heap_object_get_gc(zval *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(zval *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_array.c858 static HashTable *spl_array_get_gc(zval *obj, zval **gc_data, int *gc_data_count) /* {{{ */ in spl_array_get_gc() argument
862 *gc_data_count = 1; in spl_array_get_gc()
/PHP-7.4/ext/snmp/
H A Dsnmp.c2031 static HashTable *php_snmp_get_gc(zval *object, zval **gc_data, int *gc_data_count) /* {{{ */ in php_snmp_get_gc() argument
2034 *gc_data_count = 0; in php_snmp_get_gc()
/PHP-7.4/ext/zip/
H A Dphp_zip.c995 static HashTable *php_zip_get_gc(zval *object, zval **gc_data, int *gc_data_count) /* {{{ */ in php_zip_get_gc() argument
998 *gc_data_count = 0; in php_zip_get_gc()
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c260 static HashTable *reflection_get_gc(zval *obj, zval **gc_data, int *gc_data_count) /* {{{ */ in reflection_get_gc() argument
264 *gc_data_count = 1; in reflection_get_gc()

Completed in 55 milliseconds