OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:XML_Bool
(Results
1 - 5
of
5
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/
expat.h
28
typedef unsigned char
XML_Bool
;
29
#define XML_TRUE ((
XML_Bool
) 1)
30
#define XML_FALSE ((
XML_Bool
) 0)
246
XMLPARSEAPI(
XML_Bool
)
326
Note that is_parameter_entity can't be changed to
XML_Bool
, since
711
XML_UseForeignDTD(XML_Parser parser,
XML_Bool
useDTD);
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/
expat.h
28
typedef unsigned char
XML_Bool
;
29
#define XML_TRUE ((
XML_Bool
) 1)
30
#define XML_FALSE ((
XML_Bool
) 0)
246
XMLPARSEAPI(
XML_Bool
)
326
Note that is_parameter_entity can't be changed to
XML_Bool
, since
711
XML_UseForeignDTD(XML_Parser parser,
XML_Bool
useDTD);
795
XML_StopParser(XML_Parser parser,
XML_Bool
resumable);
[
all
...]
/external/expat/lib/
expat.h
55
typedef unsigned char
XML_Bool
;
56
#define XML_TRUE ((
XML_Bool
) 1)
57
#define XML_FALSE ((
XML_Bool
) 0)
275
XMLPARSEAPI(
XML_Bool
)
355
Note that is_parameter_entity can't be changed to
XML_Bool
, since
741
XML_UseForeignDTD(XML_Parser parser,
XML_Bool
useDTD);
[
all
...]
/external/python/cpython2/Modules/expat/
expat.h
55
typedef unsigned char
XML_Bool
;
56
#define XML_TRUE ((
XML_Bool
) 1)
57
#define XML_FALSE ((
XML_Bool
) 0)
275
XMLPARSEAPI(
XML_Bool
)
355
Note that is_parameter_entity can't be changed to
XML_Bool
, since
741
XML_UseForeignDTD(XML_Parser parser,
XML_Bool
useDTD);
[
all
...]
/external/python/cpython3/Modules/expat/
expat.h
55
typedef unsigned char
XML_Bool
;
56
#define XML_TRUE ((
XML_Bool
) 1)
57
#define XML_FALSE ((
XML_Bool
) 0)
275
XMLPARSEAPI(
XML_Bool
)
355
Note that is_parameter_entity can't be changed to
XML_Bool
, since
741
XML_UseForeignDTD(XML_Parser parser,
XML_Bool
useDTD);
[
all
...]
Completed in 104 milliseconds