Home
last modified time | relevance | path

Searched refs:spl_array_set_refcount (Results 1 – 1 of 1) sorted by relevance

/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() function
490 refcount = spl_array_set_refcount(intern->is_child, ht, 1); in spl_array_write_dimension_ex()
494 spl_array_set_refcount(intern->is_child, ht, refcount); in spl_array_write_dimension_ex()
506 refcount = spl_array_set_refcount(intern->is_child, ht, 1); in spl_array_write_dimension_ex()
515 spl_array_set_refcount(intern->is_child, ht, refcount); in spl_array_write_dimension_ex()
546 uint32_t refcount = spl_array_set_refcount(intern->is_child, ht, 1); in spl_array_unset_dimension_ex()
572 spl_array_set_refcount(intern->is_child, ht, refcount); in spl_array_unset_dimension_ex()

Completed in 9 milliseconds