Home
last modified time | relevance | path

Searched defs:refcount (Results 1 – 17 of 17) sorted by relevance

/php-src/ext/libxml/
H A Dphp_libxml.h91 int refcount; member
97 int refcount; member
/php-src/sapi/phpdbg/
H A Dphpdbg_set.c239 PHPDBG_SET(refcount) /* {{{ */ in PHPDBG_SET() argument
/php-src/main/streams/
H A Dphp_stream_filter_api.h51 int refcount; member
/php-src/sapi/fpm/fpm/
H A Dfpm_sockets.c32 int refcount; member
/php-src/ext/spl/
H A Dspl_array.c452 static uint32_t spl_array_set_refcount(bool is_child, HashTable *ht, uint32_t refcount) /* {{{ */ in spl_array_set_refcount()
487 uint32_t refcount = 0; in spl_array_write_dimension_ex() local
546 uint32_t refcount = spl_array_set_refcount(intern->is_child, ht, 1); in spl_array_unset_dimension_ex() local
/php-src/ext/com_dotnet/
H A Dcom_wrapper.c39 LONG refcount; /* COM reference count */ member
H A Dcom_persist.c39 LONG refcount; member
/php-src/ext/pdo/
H A Dphp_pdo_driver.h481 unsigned int refcount; member
603 zend_ulong refcount; member
/php-src/build/
H A Dgen_stub.php1167 public string $refcount; variable in ReturnInfo
1169 …struct(bool $byRef, ?Type $type, ?Type $phpDocType, bool $tentativeReturnType, ?string $refcount) {
1192 private function setRefcount(?string $refcount): void
/php-src/ext/dom/
H A Ddocument.c1226 int refcount; in PHP_METHOD() local
1457 int refcount = php_libxml_decrement_doc_ref((php_libxml_node_object *)intern); in php_dom_finish_loading_document() local
/php-src/Zend/
H A Dzend.h155 int refcount; member
H A Dzend_types.h363 uint32_t refcount; /* reference counter 32-bit */ member
1202 #define ZVAL_MAKE_REF_EX(z, refcount) do { \ argument
H A Dzend_compile.h480 uint32_t *refcount; member
/php-src/ext/phar/
H A Dphar_internal.h301 int refcount; member
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c1528 static void jit_set_GC_REFCOUNT(zend_jit_ctx *jit, ir_ref ref, uint32_t refcount) in jit_set_GC_REFCOUNT()
6040 ir_ref ref, type, if_ref, ref2, refcount, if_not_zero; in zend_jit_simple_assign() local
9329 ir_ref if_ref, ref, ref2, refcount, if_not_zero, if_refcounted; local
10743 ir_ref return_value = IR_UNUSED, ref, refcount, if_return_value_used = IR_UNUSED; local
10960 ir_ref if_refcounted = IR_UNUSED, refcount, if_non_zero, if_may_not_leak; local
14007 ir_ref if_refcounted, ptr, refcount, if_non_zero; local
/php-src/ext/pcre/
H A Dphp_pcre.c59 uint32_t refcount; member
/php-src/ext/mysqlnd/
H A Dmysqlnd_structs.h931 unsigned int refcount; member

Completed in 156 milliseconds