Searched defs:refcount (Results 1 – 17 of 17) sorted by relevance
/PHP-8.4/sapi/phpdbg/ |
H A D | phpdbg_set.c | 239 PHPDBG_SET(refcount) /* {{{ */ in PHPDBG_SET() argument
|
/PHP-8.4/ext/libxml/ |
H A D | php_libxml.h | 116 unsigned int refcount; member 123 unsigned int refcount; member
|
/PHP-8.4/main/streams/ |
H A D | php_stream_filter_api.h | 51 int refcount; member
|
/PHP-8.4/sapi/fpm/fpm/ |
H A D | fpm_sockets.c | 32 int refcount; member
|
/PHP-8.4/ext/spl/ |
H A D | spl_array.c | 472 static uint32_t spl_array_set_refcount(bool is_child, HashTable *ht, uint32_t refcount) /* {{{ */ in spl_array_set_refcount() 507 uint32_t refcount = 0; in spl_array_write_dimension_ex() local 573 uint32_t refcount = spl_array_set_refcount(intern->is_child, ht, 1); in spl_array_unset_dimension_ex() local
|
/PHP-8.4/ext/com_dotnet/ |
H A D | com_wrapper.c | 39 LONG refcount; /* COM reference count */ member
|
H A D | com_persist.c | 42 LONG refcount; member
|
/PHP-8.4/ext/pdo/ |
H A D | php_pdo_driver.h | 486 unsigned int refcount; member 608 zend_ulong refcount; member
|
/PHP-8.4/build/ |
H A D | gen_stub.php | 1180 public string $refcount; variable in ReturnInfo 1182 …struct(bool $byRef, ?Type $type, ?Type $phpDocType, bool $tentativeReturnType, ?string $refcount) { 1205 private function setRefcount(?string $refcount): void
|
/PHP-8.4/ext/dom/ |
H A D | document.c | 1255 unsigned int refcount; in PHP_METHOD() local 1488 unsigned int refcount = php_libxml_decrement_doc_ref((php_libxml_node_object *)intern); in php_dom_finish_loading_document() local
|
/PHP-8.4/Zend/ |
H A D | zend.h | 155 int refcount; member
|
H A D | zend_types.h | 363 uint32_t refcount; /* reference counter 32-bit */ member 1206 #define ZVAL_MAKE_REF_EX(z, refcount) do { \ argument
|
H A D | zend_compile.h | 530 uint32_t *refcount; member
|
/PHP-8.4/ext/phar/ |
H A D | phar_internal.h | 267 int refcount; member
|
/PHP-8.4/ext/opcache/jit/ |
H A D | zend_jit_ir.c | 1571 static void jit_set_GC_REFCOUNT(zend_jit_ctx *jit, ir_ref ref, uint32_t refcount) in jit_set_GC_REFCOUNT() 6363 ir_ref ref, type, if_ref, ref2, refcount, if_not_zero; in zend_jit_simple_assign() local 9681 ir_ref if_ref, ref, ref2, refcount, if_not_zero, if_refcounted; local 11107 ir_ref return_value = IR_UNUSED, ref, refcount, if_return_value_used = IR_UNUSED; local 11322 ir_ref if_refcounted = IR_UNUSED, refcount, if_non_zero, if_may_not_leak; local 14507 ir_ref if_refcounted, ptr, refcount, if_non_zero; local
|
/PHP-8.4/ext/pcre/ |
H A D | php_pcre.c | 62 uint32_t refcount; member
|
/PHP-8.4/ext/mysqlnd/ |
H A D | mysqlnd_structs.h | 931 unsigned int refcount; member
|
Completed in 113 milliseconds