OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XML_Bool
(Results
1 - 7
of
7
) sorted by null
/external/expat/amiga/include/libraries/
expat.h
59
typedef unsigned char
XML_Bool
;
60
#define XML_TRUE ((
XML_Bool
) 1)
61
#define XML_FALSE ((
XML_Bool
) 0)
191
XML_Bool
413
XML_UseForeignDTD(XML_Parser parser,
XML_Bool
useDTD);
438
XML_StopParser(XML_Parser parser,
XML_Bool
resumable);
452
XML_Bool
finalBuffer;
/external/expat/lib/
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
...]
xmlparse.c
200
XML_Bool
open;
201
XML_Bool
is_param;
202
XML_Bool
is_internal; /* true if declared in internal subset outside PE */
237
XML_Bool
maybeTokenized;
238
XML_Bool
xmlns;
243
XML_Bool
isCdata;
270
XML_Bool
keepProcessing;
273
XML_Bool
hasParamEntityRefs;
274
XML_Bool
standalone;
277
XML_Bool
paramEntityRead
[
all
...]
/external/expat/amiga/
expat_vectors.c
85
extern
XML_Bool
_Expat_XML_ParserReset(struct ExpatIFace *, XML_Parser parser, const XML_Char * encoding);
87
extern enum XML_Error _Expat_XML_UseForeignDTD(struct ExpatIFace *, XML_Parser parser,
XML_Bool
useDTD);
89
extern enum XML_Status _Expat_XML_StopParser(struct ExpatIFace *, XML_Parser parser,
XML_Bool
resumable);
452
XML_Bool
_Expat_XML_ParserReset(struct ExpatIFace * Self, XML_Parser parser, const XML_Char *encoding)
462
enum XML_Error _Expat_XML_UseForeignDTD(struct ExpatIFace * Self, XML_Parser parser,
XML_Bool
useDTD)
472
enum XML_Status _Expat_XML_StopParser(struct ExpatIFace * Self, XML_Parser parser,
XML_Bool
resumable)
expat_68k.c
[
all
...]
/external/expat/amiga/include/interfaces/
expat.h
85
XML_Bool
APICALL (*XML_ParserReset)(struct ExpatIFace *Self, XML_Parser parser, const XML_Char * encoding);
87
enum XML_Error APICALL (*XML_UseForeignDTD)(struct ExpatIFace *Self, XML_Parser parser,
XML_Bool
useDTD);
89
enum XML_Status APICALL (*XML_StopParser)(struct ExpatIFace *Self, XML_Parser parser,
XML_Bool
resumable);
/external/expat/tests/
runtests.c
1012
static
XML_Bool
resumable = XML_FALSE;
[
all
...]
Completed in 27 milliseconds