Searched refs:PTRCALL (Results 1 - 8 of 8) sorted by relevance
/forgerock/web-agents-v4/expat/ |
H A D | internal.h | 12 PTRCALL - Used for functions called though function pointers. 14 PTRFASTCALL - Like PTRCALL, but for low number of arguments. 51 #ifndef PTRCALL 52 #define PTRCALL macro
|
H A 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...] |
H A D | xmltok.h | 128 typedef int (PTRCALL *SCANNER)(const ENCODING *, 136 int (PTRCALL *sameName)(const ENCODING *, 139 int (PTRCALL *nameMatchesAscii)(const ENCODING *, 145 int (PTRCALL *getAtts)(const ENCODING *enc, 150 int (PTRCALL *predefinedEntityName)(const ENCODING *, 153 void (PTRCALL *updatePosition)(const ENCODING *, 157 int (PTRCALL *isPublicId)(const ENCODING *enc, 161 void (PTRCALL *utf8Convert)(const ENCODING *enc, 166 void (PTRCALL *utf16Convert)(const ENCODING *enc,
|
H A D | xmlrole.h | 88 int (PTRCALL *handler) (struct prolog_state *state,
|
H A D | xmltok_ns.ci | 39 static int PTRCALL 47 static int PTRCALL
|
H A D | xmltok_impl.ci | 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...] |
H A D | xmltok.c | 184 int (PTRCALL *charMatches)(const ENCODING *, const char *, int); 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...] |
H A D | xmlparse.c | 300 typedef enum XML_Error PTRCALL Processor(XML_Parser parser, 2099 static enum XML_Error PTRCALL 2114 static enum XML_Error PTRCALL 2127 static enum XML_Error PTRCALL 2167 static enum XML_Error PTRCALL 2215 static enum XML_Error PTRCALL 3166 static enum XML_Error PTRCALL 3308 static enum XML_Error PTRCALL 3546 static enum XML_Error PTRCALL 3561 static enum XML_Error PTRCALL [all...] |
Completed in 205 milliseconds