Home
last modified time | relevance | path

Searched refs:error_info_of (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Modules/
H A Dpyexpat.c1660 struct ErrorInfo error_info_of[] = { variable
1724 const char * const name = error_info_of[error_index].name; in add_error()
1735 error_string = error_info_of[error_index].description; in add_error()
1783 for (; error_index < sizeof(error_info_of) / sizeof(struct ErrorInfo); error_index++) { in add_errors_module()
1784 if (error_info_of[error_index].name == NULL) { in add_errors_module()

Completed in 3 milliseconds