Home
last modified time | relevance | path

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

/PHP-7.3/ext/libxml/
H A Dlibxml.c490 xmlError error_copy; in _php_list_set_error_structure() local
499 error_copy.domain = 0; in _php_list_set_error_structure()
502 error_copy.line = 0; in _php_list_set_error_structure()
503 error_copy.node = NULL; in _php_list_set_error_structure()
504 error_copy.int1 = 0; in _php_list_set_error_structure()
505 error_copy.int2 = 0; in _php_list_set_error_structure()
506 error_copy.ctxt = NULL; in _php_list_set_error_structure()
508 error_copy.file = NULL; in _php_list_set_error_structure()
509 error_copy.str1 = NULL; in _php_list_set_error_structure()
510 error_copy.str2 = NULL; in _php_list_set_error_structure()
[all …]

Completed in 10 milliseconds