Searched refs:PTRCALL (Results 1 – 8 of 8) sorted by relevance
/external/expat/lib/ |
D | xmlrole.c | 101 typedef int PTRCALL PROLOG_HANDLER(PROLOG_STATE *state, 127 static int PTRCALL 164 static int PTRCALL 195 static int PTRCALL 216 static int PTRCALL 234 static int PTRCALL 264 static int PTRCALL 281 static int PTRCALL 298 static int PTRCALL 318 static int PTRCALL [all …]
|
D | xmltok.h | 128 typedef int (PTRCALL *SCANNER)(const ENCODING *, 136 int (PTRCALL *sameName)(const ENCODING *, member 139 int (PTRCALL *nameMatchesAscii)(const ENCODING *, member 145 int (PTRCALL *getAtts)(const ENCODING *enc, member 150 int (PTRCALL *predefinedEntityName)(const ENCODING *, member 153 void (PTRCALL *updatePosition)(const ENCODING *, member 157 int (PTRCALL *isPublicId)(const ENCODING *enc, member 161 void (PTRCALL *utf8Convert)(const ENCODING *enc, member 166 void (PTRCALL *utf16Convert)(const ENCODING *enc, member
|
D | xmltok_impl.c | 92 static int PTRCALL 130 static int PTRCALL 177 static int PTRCALL 222 static int PTRCALL 284 static int PTRCALL 304 static int PTRCALL 382 static int PTRCALL 431 static int PTRCALL 463 static int PTRCALL 495 static int PTRCALL [all …]
|
D | internal.h | 51 #ifndef PTRCALL 52 #define PTRCALL macro
|
D | xmltok.c | 184 int (PTRCALL *charMatches)(const ENCODING *, const char *, int); member 289 static int PTRCALL 321 static void PTRCALL 340 static void PTRCALL 428 static void PTRCALL 453 static void PTRCALL 486 static void PTRCALL 539 static void PTRCALL \ 602 static void PTRCALL \ 664 static int PTRCALL [all …]
|
D | xmltok_ns.c | 39 static int PTRCALL 47 static int PTRCALL
|
D | xmlrole.h | 88 int (PTRCALL *handler) (struct prolog_state *state, member
|
D | xmlparse.c | 298 typedef enum XML_Error PTRCALL Processor(XML_Parser parser, 2016 static enum XML_Error PTRCALL 2031 static enum XML_Error PTRCALL 2044 static enum XML_Error PTRCALL 2084 static enum XML_Error PTRCALL 2132 static enum XML_Error PTRCALL 3062 static enum XML_Error PTRCALL 3204 static enum XML_Error PTRCALL 3442 static enum XML_Error PTRCALL 3457 static enum XML_Error PTRCALL [all …]
|