Lines Matching refs:ZEND_API
32 ZEND_API extern int (*gc_collect_cycles)(void);
34 ZEND_API void ZEND_FASTCALL gc_possible_root(zend_refcounted *ref);
35 ZEND_API void ZEND_FASTCALL gc_remove_from_buffer(zend_refcounted *ref);
38 ZEND_API bool gc_enable(bool enable);
39 ZEND_API bool gc_enabled(void);
42 ZEND_API bool gc_protect(bool protect);
43 ZEND_API bool gc_protected(void);
46 ZEND_API int zend_gc_collect_cycles(void);
48 ZEND_API void zend_gc_get_status(zend_gc_status *status);
94 ZEND_API zend_get_gc_buffer *zend_get_gc_buffer_create(void);
95 ZEND_API void zend_get_gc_buffer_grow(zend_get_gc_buffer *gc_buffer);