Home
last modified time | relevance | path

Searched refs:gc_data (Results 1 – 7 of 7) sorted by relevance

/PHP-7.4/ext/spl/
H A Dspl_dllist.c94 zval *gc_data; member
359 if (intern->gc_data != NULL) { in spl_dllist_object_free_storage()
360 efree(intern->gc_data); in spl_dllist_object_free_storage()
538 static HashTable *spl_dllist_object_get_gc(zval *obj, zval **gc_data, int *gc_data_count) /* {{{ */ in spl_dllist_object_get_gc() argument
546 intern->gc_data = safe_erealloc(intern->gc_data, intern->gc_data_count, sizeof(zval), 0); in spl_dllist_object_get_gc()
550 ZVAL_COPY_VALUE(&intern->gc_data[i++], &current->data); in spl_dllist_object_get_gc()
554 *gc_data = intern->gc_data; 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
558 *gc_data = (zval *) intern->heap->elements; 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
568 *gc_data = (zval *) intern->heap->elements; 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
861 *gc_data = &intern->array; in spl_array_get_gc()
/PHP-7.4/ext/pdo/
H A Dpdo_dbh.c1378 static HashTable *dbh_get_gc(zval *object, zval **gc_data, int *gc_count) in dbh_get_gc() argument
1381 *gc_data = &dbh->def_stmt_ctor_args; in dbh_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
2033 *gc_data = NULL; 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
997 *gc_data = NULL; 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
263 *gc_data = &intern->obj; in reflection_get_gc()

Completed in 50 milliseconds