Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dpyexpat.c99 static struct HandlerInfo handler_info[64]; variable
264 if (handler_info[slot].tb_code == NULL) { in getcode()
265 handler_info[slot].tb_code = in getcode()
268 return handler_info[slot].tb_code; in getcode()
1122 for (i = 0; handler_info[i].name != NULL; i++) in xmlparse_ExternalEntityParserCreate()
1133 for (i = 0; handler_info[i].name != NULL; i++) { in xmlparse_ExternalEntityParserCreate()
1138 handler_info[i].setter(new_parser->itself, in xmlparse_ExternalEntityParserCreate()
1139 handler_info[i].handler); in xmlparse_ExternalEntityParserCreate()
1324 for (i = 0; handler_info[i].name != NULL; i++) in newxmlparseobject()
1353 for (i = 0; handler_info[i].name != NULL; i++) { in xmlparse_dealloc()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dpyexpat.c99 static struct HandlerInfo handler_info[64]; variable
264 if (handler_info[slot].tb_code == NULL) { in getcode()
265 handler_info[slot].tb_code = in getcode()
268 return handler_info[slot].tb_code; in getcode()
1122 for (i = 0; handler_info[i].name != NULL; i++) in xmlparse_ExternalEntityParserCreate()
1133 for (i = 0; handler_info[i].name != NULL; i++) { in xmlparse_ExternalEntityParserCreate()
1138 handler_info[i].setter(new_parser->itself, in xmlparse_ExternalEntityParserCreate()
1139 handler_info[i].handler); in xmlparse_ExternalEntityParserCreate()
1341 for (i = 0; handler_info[i].name != NULL; i++) in newxmlparseobject()
1370 for (i = 0; handler_info[i].name != NULL; i++) { in xmlparse_dealloc()
[all …]