Home
last modified time | relevance | path

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

/PHP-7.4/ext/libxml/
H A Dlibxml.c535 xmlError error_copy; in _php_list_set_error_structure() local
544 error_copy.domain = 0; in _php_list_set_error_structure()
547 error_copy.line = 0; in _php_list_set_error_structure()
548 error_copy.node = NULL; in _php_list_set_error_structure()
549 error_copy.int1 = 0; in _php_list_set_error_structure()
550 error_copy.int2 = 0; in _php_list_set_error_structure()
551 error_copy.ctxt = NULL; in _php_list_set_error_structure()
553 error_copy.file = NULL; in _php_list_set_error_structure()
554 error_copy.str1 = NULL; in _php_list_set_error_structure()
555 error_copy.str2 = NULL; in _php_list_set_error_structure()
[all …]

Completed in 8 milliseconds