Searched defs:refcount (Results 1 – 16 of 16) sorted by relevance
/PHP-8.2/ext/libxml/ |
H A D | php_libxml.h | 67 int refcount; member 73 int refcount; member
|
/PHP-8.2/sapi/phpdbg/ |
H A D | phpdbg_set.c | 239 PHPDBG_SET(refcount) /* {{{ */ in PHPDBG_SET() argument
|
/PHP-8.2/main/streams/ |
H A D | php_stream_filter_api.h | 51 int refcount; member
|
/PHP-8.2/sapi/fpm/fpm/ |
H A D | fpm_sockets.c | 32 int refcount; member
|
/PHP-8.2/ext/spl/ |
H A D | spl_array.c | 456 static uint32_t spl_array_set_refcount(bool is_child, HashTable *ht, uint32_t refcount) /* {{{ */ in spl_array_set_refcount() 491 uint32_t refcount = 0; in spl_array_write_dimension_ex() local 550 uint32_t refcount = spl_array_set_refcount(intern->is_child, ht, 1); in spl_array_unset_dimension_ex() local
|
/PHP-8.2/ext/dom/ |
H A D | document.c | 1114 int refcount; in PHP_METHOD() local 1338 int refcount, ret; in dom_parse_document() local 1925 int refcount, ret; in dom_load_html() local
|
/PHP-8.2/ext/com_dotnet/ |
H A D | com_wrapper.c | 39 LONG refcount; /* COM reference count */ member
|
H A D | com_persist.c | 39 LONG refcount; member
|
/PHP-8.2/ext/pdo/ |
H A D | php_pdo_driver.h | 481 unsigned int refcount; member 603 zend_ulong refcount; member
|
/PHP-8.2/build/ |
H A D | gen_stub.php | 1134 public string $refcount; variable in ReturnInfo 1136 …struct(bool $byRef, ?Type $type, ?Type $phpDocType, bool $tentativeReturnType, ?string $refcount) { 1159 private function setRefcount(?string $refcount): void
|
/PHP-8.2/Zend/ |
H A D | zend.h | 155 int refcount; member
|
H A D | zend_types.h | 343 uint32_t refcount; /* reference counter 32-bit */ member 1088 #define ZVAL_MAKE_REF_EX(z, refcount) do { \ argument
|
H A D | zend_compile.h | 464 uint32_t *refcount; member
|
/PHP-8.2/ext/phar/ |
H A D | phar_internal.h | 301 int refcount; member
|
/PHP-8.2/ext/pcre/ |
H A D | php_pcre.c | 61 uint32_t refcount; member
|
/PHP-8.2/ext/mysqlnd/ |
H A D | mysqlnd_structs.h | 933 unsigned int refcount; member
|
Completed in 71 milliseconds