Home
last modified time | relevance | path

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

/PHP-8.2/ext/tidy/
H A Dtidy.c115 unsigned int ref_count; member
392 intern->ptdoc->ref_count--; in tidy_object_free_storage()
394 if (intern->ptdoc->ref_count <= 0) { in tidy_object_free_storage()
418 intern->ptdoc->ref_count = 1; in tidy_object_new()
697 newobj->ptdoc->ref_count++; in tidy_add_node_default_properties()
782 newobj->ptdoc->ref_count++; in php_tidy_create_node()
1618 newobj->ptdoc->ref_count++; in PHP_METHOD()
/PHP-8.2/ext/pcre/pcre2lib/
H A Dpcre2_compile.c1196 PCRE2_SIZE* ref_count; in pcre2_code_copy() local
1210 ref_count = (PCRE2_SIZE *)(code->tables + TABLES_LENGTH); in pcre2_code_copy()
1211 (*ref_count)++; in pcre2_code_copy()
1230 PCRE2_SIZE* ref_count; in pcre2_code_copy_with_tables() local
1248 ref_count = (PCRE2_SIZE *)(newtables + TABLES_LENGTH); in pcre2_code_copy_with_tables()
1249 *ref_count = 1; in pcre2_code_copy_with_tables()
1265 PCRE2_SIZE* ref_count; in pcre2_code_free() local
1278 ref_count = (PCRE2_SIZE *)(code->tables + TABLES_LENGTH); in pcre2_code_free()
1279 if (*ref_count > 0) in pcre2_code_free()
1281 (*ref_count)--; in pcre2_code_free()
[all …]
/PHP-8.2/ext/xml/
H A Dcompat.c24 int ref_count; member

Completed in 39 milliseconds