Searched refs:FASTCALL (Results 1 - 5 of 5) sorted by relevance

/forgerock/web-agents-v4/expat/
H A Dinternal.h9 FASTCALL - Used for those internal functions that have a simple
30 #define FASTCALL __attribute__((stdcall, regparm(3)))
33 #define FASTCALL __attribute__((regparm(3))) macro
47 #ifndef FASTCALL
48 #define FASTCALL macro
H A Dxmltok.h280 int FASTCALL XmlUtf8Encode(int charNumber, char *buf);
281 int FASTCALL XmlUtf16Encode(int charNumber, unsigned short *buf);
H A Dxmltok.c225 static int FASTCALL checkCharRefNumber(int);
922 static int FASTCALL
959 static int FASTCALL
1173 static int FASTCALL
1192 int FASTCALL
1229 int FASTCALL
1461 static int FASTCALL
H A Dxmlparse.c388 static void FASTCALL normalizePublicId(XML_Char *s);
403 static void FASTCALL
405 static void FASTCALL hashTableClear(HASH_TABLE *);
406 static void FASTCALL hashTableDestroy(HASH_TABLE *);
407 static void FASTCALL
409 static NAMED * FASTCALL hashTableIterNext(HASH_TABLE_ITER *);
411 static void FASTCALL
413 static void FASTCALL poolClear(STRING_POOL *);
414 static void FASTCALL poolDestroy(STRING_POOL *);
421 static XML_Bool FASTCALL poolGro
[all...]
H A Dxmlrole.c125 static int FASTCALL common(PROLOG_STATE *state, int tok);
1304 static int FASTCALL

Completed in 361 milliseconds