Home
last modified time | relevance | path

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

/PHP-7.1/ext/libxml/
H A Dlibxml.c482 xmlError error_copy; in _php_list_set_error_structure() local
491 error_copy.domain = 0; in _php_list_set_error_structure()
494 error_copy.line = 0; in _php_list_set_error_structure()
495 error_copy.node = NULL; in _php_list_set_error_structure()
496 error_copy.int1 = 0; in _php_list_set_error_structure()
497 error_copy.int2 = 0; in _php_list_set_error_structure()
498 error_copy.ctxt = NULL; in _php_list_set_error_structure()
500 error_copy.file = NULL; in _php_list_set_error_structure()
501 error_copy.str1 = NULL; in _php_list_set_error_structure()
502 error_copy.str2 = NULL; in _php_list_set_error_structure()
[all …]

Completed in 11 milliseconds