Home
last modified time | relevance | path

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

/PHP-8.0/ext/libxml/
H A Dlibxml.c486 xmlError error_copy; in _php_list_set_error_structure() local
495 error_copy.domain = 0; in _php_list_set_error_structure()
498 error_copy.line = 0; in _php_list_set_error_structure()
499 error_copy.node = NULL; in _php_list_set_error_structure()
500 error_copy.int1 = 0; in _php_list_set_error_structure()
501 error_copy.int2 = 0; in _php_list_set_error_structure()
502 error_copy.ctxt = NULL; in _php_list_set_error_structure()
504 error_copy.file = NULL; in _php_list_set_error_structure()
505 error_copy.str1 = NULL; in _php_list_set_error_structure()
506 error_copy.str2 = NULL; in _php_list_set_error_structure()
[all …]

Completed in 7 milliseconds