Home
last modified time | relevance | path

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

/PHP-7.4/ext/tidy/
H A Dtidy.c200 unsigned int ref_count; member
701 intern->ptdoc->ref_count--; in tidy_object_free_storage()
703 if (intern->ptdoc->ref_count <= 0) { in tidy_object_free_storage()
727 intern->ptdoc->ref_count = 1; in tidy_object_new()
940 newobj->ptdoc->ref_count++; in tidy_add_default_properties()
1030 newobj->ptdoc->ref_count++; in php_tidy_create_node()
1898 newobj->ptdoc->ref_count++; in TIDY_NODE_METHOD()
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_compile.c1191 PCRE2_SIZE* ref_count; in pcre2_code_copy() local
1205 ref_count = (PCRE2_SIZE *)(code->tables + TABLES_LENGTH); in pcre2_code_copy()
1206 (*ref_count)++; in pcre2_code_copy()
1225 PCRE2_SIZE* ref_count; in pcre2_code_copy_with_tables() local
1243 ref_count = (PCRE2_SIZE *)(newtables + TABLES_LENGTH); in pcre2_code_copy_with_tables()
1244 *ref_count = 1; in pcre2_code_copy_with_tables()
1260 PCRE2_SIZE* ref_count; in pcre2_code_free() local
1273 ref_count = (PCRE2_SIZE *)(code->tables + TABLES_LENGTH); in pcre2_code_free()
1274 if (*ref_count > 0) in pcre2_code_free()
1276 (*ref_count)--; in pcre2_code_free()
[all …]
/PHP-7.4/ext/xml/
H A Dcompat.c25 int ref_count; member

Completed in 48 milliseconds