Searched defs:refcount (Results 1 – 16 of 16) sorted by relevance
/PHP-8.1/ext/libxml/ |
H A D | php_libxml.h | 67 int refcount; member 73 int refcount; member
|
/PHP-8.1/sapi/phpdbg/ |
H A D | phpdbg_set.c | 239 PHPDBG_SET(refcount) /* {{{ */ in PHPDBG_SET() argument
|
/PHP-8.1/main/streams/ |
H A D | php_stream_filter_api.h | 51 int refcount; member
|
/PHP-8.1/sapi/fpm/fpm/ |
H A D | fpm_sockets.c | 32 int refcount; member
|
/PHP-8.1/build/ |
H A D | gen_stub.php | 893 public $refcount; variable in ReturnInfo 895 …struct(bool $byRef, ?Type $type, ?Type $phpDocType, bool $tentativeReturnType, ?string $refcount) { 922 private function setRefcount(?string $refcount): void
|
/PHP-8.1/ext/spl/ |
H A D | spl_array.c | 495 static uint32_t spl_array_set_refcount(bool is_child, HashTable *ht, uint32_t refcount) /* {{{ */ in spl_array_set_refcount() 530 uint32_t refcount = 0; in spl_array_write_dimension_ex() local 589 uint32_t refcount = spl_array_set_refcount(intern->is_child, ht, 1); in spl_array_unset_dimension_ex() local
|
/PHP-8.1/ext/dom/ |
H A D | document.c | 1109 int refcount; in PHP_METHOD() local 1333 int refcount, ret; in dom_parse_document() local 1866 int refcount, ret; in dom_load_html() local
|
/PHP-8.1/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.1/ext/pdo/ |
H A D | php_pdo_driver.h | 481 unsigned int refcount; member 603 zend_ulong refcount; member
|
/PHP-8.1/Zend/ |
H A D | zend.h | 154 int refcount; member
|
H A D | zend_types.h | 336 uint32_t refcount; /* reference counter 32-bit */ member 1069 #define ZVAL_MAKE_REF_EX(z, refcount) do { \ argument
|
H A D | zend_compile.h | 450 uint32_t *refcount; member
|
/PHP-8.1/ext/phar/ |
H A D | phar_internal.h | 301 int refcount; member
|
/PHP-8.1/ext/pcre/ |
H A D | php_pcre.c | 52 uint32_t refcount; member
|
/PHP-8.1/ext/mysqlnd/ |
H A D | mysqlnd_structs.h | 933 unsigned int refcount; member
|
Completed in 77 milliseconds