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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
H A Dpyexpat.c145 have_handler(xmlparseobject *self, int type) function
418 if (!have_handler(self, CharacterData))
480 if (!have_handler(self, CharacterData))
501 if (have_handler(self, StartElement)) {
587 if (have_handler(self, NAME)) { \
719 if (have_handler(self, ElementDecl)) {
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dpyexpat.c145 have_handler(xmlparseobject *self, int type) function
418 if (!have_handler(self, CharacterData))
480 if (!have_handler(self, CharacterData))
501 if (have_handler(self, StartElement)) {
587 if (have_handler(self, NAME)) { \
719 if (have_handler(self, ElementDecl)) {

Completed in 3686 milliseconds