Searched defs:refcount (Results 1 – 17 of 17) sorted by relevance
/php-src/sapi/phpdbg/ |
H A D | phpdbg_set.c | 239 PHPDBG_SET(refcount) /* {{{ */ in PHPDBG_SET() argument
|
/php-src/ext/libxml/ |
H A D | php_libxml.h | 116 unsigned int refcount; member 123 unsigned int refcount; member
|
/php-src/main/streams/ |
H A D | php_stream_filter_api.h | 51 int refcount; member
|
/php-src/sapi/fpm/fpm/ |
H A D | fpm_sockets.c | 32 int refcount; member
|
/php-src/ext/spl/ |
H A D | spl_array.c | 454 static uint32_t spl_array_set_refcount(bool is_child, HashTable *ht, uint32_t refcount) /* {{{ */ in spl_array_set_refcount() 489 uint32_t refcount = 0; in spl_array_write_dimension_ex() local 548 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 D | com_wrapper.c | 39 LONG refcount; /* COM reference count */ member
|
H A D | com_persist.c | 42 LONG refcount; member
|
/php-src/ext/pdo/ |
H A D | php_pdo_driver.h | 486 unsigned int refcount; member 608 zend_ulong refcount; member
|
/php-src/build/ |
H A D | gen_stub.php | 1172 public string $refcount; variable in ReturnInfo 1174 …struct(bool $byRef, ?Type $type, ?Type $phpDocType, bool $tentativeReturnType, ?string $refcount) { 1197 private function setRefcount(?string $refcount): void
|
/php-src/ext/dom/ |
H A D | document.c | 1259 unsigned int refcount; in PHP_METHOD() local 1489 unsigned int refcount = php_libxml_decrement_doc_ref((php_libxml_node_object *)intern); in php_dom_finish_loading_document() local
|
/php-src/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-src/ext/phar/ |
H A D | phar_internal.h | 267 int refcount; member
|
/php-src/ext/opcache/jit/ |
H A D | zend_jit_ir.c | 1555 static void jit_set_GC_REFCOUNT(zend_jit_ctx *jit, ir_ref ref, uint32_t refcount) in jit_set_GC_REFCOUNT() 6240 ir_ref ref, type, if_ref, ref2, refcount, if_not_zero; in zend_jit_simple_assign() local 9764 ir_ref if_ref, ref, ref2, refcount, if_not_zero, if_refcounted; local 11173 ir_ref return_value = IR_UNUSED, ref, refcount, if_return_value_used = IR_UNUSED; local 11388 ir_ref if_refcounted = IR_UNUSED, refcount, if_non_zero, if_may_not_leak; local 14544 ir_ref if_refcounted, ptr, refcount, if_non_zero; local
|
/php-src/ext/pcre/ |
H A D | php_pcre.c | 58 uint32_t refcount; member
|
/php-src/ext/mysqlnd/ |
H A D | mysqlnd_structs.h | 931 unsigned int refcount; member
|
Completed in 186 milliseconds