Home
last modified time | relevance | path

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

/php-src/ext/spl/
H A Dspl_heap.c556 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 = (zval *) intern->heap->elements; in spl_heap_object_get_gc()
566 static HashTable *spl_pqueue_object_get_gc(zend_object *obj, zval **gc_data, int *gc_data_count) /*… in spl_pqueue_object_get_gc() argument
569 *gc_data = (zval *) intern->heap->elements; in spl_pqueue_object_get_gc()
H A Dspl_dllist.c463 static HashTable *spl_dllist_object_get_gc(zend_object *obj, zval **gc_data, int *gc_data_count) /*… in spl_dllist_object_get_gc() argument
474 zend_get_gc_buffer_use(gc_buffer, gc_data, gc_data_count); in spl_dllist_object_get_gc()
H A Dspl_array.c797 static HashTable *spl_array_get_gc(zend_object *obj, zval **gc_data, int *gc_data_count) /* {{{ */ in spl_array_get_gc() argument
800 *gc_data = &intern->array; in spl_array_get_gc()
/php-src/ext/pdo/
H A Dpdo_dbh.c1431 static HashTable *dbh_get_gc(zend_object *object, zval **gc_data, int *gc_count) in dbh_get_gc() argument
1439 zend_get_gc_buffer_use(gc_buffer, gc_data, gc_count); in dbh_get_gc()
H A Dpdo_stmt.c2069 static HashTable *dbstmt_get_gc(zend_object *object, zval **gc_data, int *gc_count) in dbstmt_get_gc() argument
2072 *gc_data = &stmt->fetch.into; in dbstmt_get_gc()
/php-src/ext/snmp/
H A Dsnmp.c1781 static HashTable *php_snmp_get_gc(zend_object *object, zval **gc_data, int *gc_data_count) /* {{{ */ in php_snmp_get_gc() argument
1783 *gc_data = NULL; 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
988 *gc_data = NULL; in php_zip_get_gc()
/php-src/ext/reflection/
H A Dphp_reflection.c285 static HashTable *reflection_get_gc(zend_object *obj, zval **gc_data, int *gc_data_count) /* {{{ */ in reflection_get_gc() argument
288 *gc_data = &intern->obj; in reflection_get_gc()

Completed in 64 milliseconds