Home
last modified time | relevance | path

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

/PHP-7.3/ext/tidy/
H A Dtidy.c200 unsigned int ref_count; member
692 intern->ptdoc->ref_count--; in tidy_object_free_storage()
694 if (intern->ptdoc->ref_count <= 0) { in tidy_object_free_storage()
718 intern->ptdoc->ref_count = 1; in tidy_object_new()
927 newobj->ptdoc->ref_count++; in tidy_add_default_properties()
1017 newobj->ptdoc->ref_count++; in php_tidy_create_node()
1878 newobj->ptdoc->ref_count++; in TIDY_NODE_METHOD()
/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_compile.c1115 PCRE2_SIZE* ref_count; in pcre2_code_copy() local
1129 ref_count = (PCRE2_SIZE *)(code->tables + tables_length); in pcre2_code_copy()
1130 (*ref_count)++; in pcre2_code_copy()
1149 PCRE2_SIZE* ref_count; in pcre2_code_copy_with_tables() local
1167 ref_count = (PCRE2_SIZE *)(newtables + tables_length); in pcre2_code_copy_with_tables()
1168 *ref_count = 1; in pcre2_code_copy_with_tables()
1184 PCRE2_SIZE* ref_count; in pcre2_code_free() local
1197 ref_count = (PCRE2_SIZE *)(code->tables + tables_length); in pcre2_code_free()
1198 if (*ref_count > 0) in pcre2_code_free()
1200 (*ref_count)--; in pcre2_code_free()
[all …]
/PHP-7.3/ext/xml/
H A Dcompat.c25 int ref_count; member

Completed in 31 milliseconds