Symbol: FASTCALL
lib/libexpat/lib/internal.h
82
#ifndef FASTCALL
lib/libexpat/lib/xmlparse.c
1631
static void FASTCALL
lib/libexpat/lib/xmlparse.c
1914
static void FASTCALL
lib/libexpat/lib/xmlparse.c
564
static void FASTCALL normalizePublicId(XML_Char *s);
lib/libexpat/lib/xmlparse.c
576
static void FASTCALL hashTableInit(HASH_TABLE *table, XML_Parser parser);
lib/libexpat/lib/xmlparse.c
577
static void FASTCALL hashTableClear(HASH_TABLE *table);
lib/libexpat/lib/xmlparse.c
578
static void FASTCALL hashTableDestroy(HASH_TABLE *table);
lib/libexpat/lib/xmlparse.c
579
static void FASTCALL hashTableIterInit(HASH_TABLE_ITER *iter,
lib/libexpat/lib/xmlparse.c
581
static NAMED *FASTCALL hashTableIterNext(HASH_TABLE_ITER *iter);
lib/libexpat/lib/xmlparse.c
583
static void FASTCALL poolInit(STRING_POOL *pool, XML_Parser parser);
lib/libexpat/lib/xmlparse.c
584
static void FASTCALL poolClear(STRING_POOL *pool);
lib/libexpat/lib/xmlparse.c
585
static void FASTCALL poolDestroy(STRING_POOL *pool);
lib/libexpat/lib/xmlparse.c
590
static XML_Bool FASTCALL poolGrow(STRING_POOL *pool);
lib/libexpat/lib/xmlparse.c
591
static const XML_Char *FASTCALL poolCopyString(STRING_POOL *pool,
lib/libexpat/lib/xmlparse.c
593
static const XML_Char *FASTCALL poolCopyStringNoFinish(STRING_POOL *pool,
lib/libexpat/lib/xmlparse.c
597
static const XML_Char *FASTCALL poolAppendString(STRING_POOL *pool,
lib/libexpat/lib/xmlparse.c
600
static int FASTCALL nextScaffoldPart(XML_Parser parser);
lib/libexpat/lib/xmlparse.c
7067
static void FASTCALL
lib/libexpat/lib/xmlparse.c
7503
static void FASTCALL
lib/libexpat/lib/xmlparse.c
7827
static XML_Bool FASTCALL
lib/libexpat/lib/xmlparse.c
7849
static unsigned long FASTCALL
lib/libexpat/lib/xmlparse.c
7949
static void FASTCALL
lib/libexpat/lib/xmlparse.c
7959
static void FASTCALL
lib/libexpat/lib/xmlparse.c
7967
static void FASTCALL
lib/libexpat/lib/xmlparse.c
7976
static void FASTCALL
lib/libexpat/lib/xmlparse.c
7982
static NAMED *FASTCALL
lib/libexpat/lib/xmlparse.c
7992
static void FASTCALL
lib/libexpat/lib/xmlparse.c
8002
static void FASTCALL
lib/libexpat/lib/xmlparse.c
8021
static void FASTCALL
lib/libexpat/lib/xmlparse.c
8054
static const XML_Char *FASTCALL
lib/libexpat/lib/xmlparse.c
8067
static const XML_Char *FASTCALL
lib/libexpat/lib/xmlparse.c
8107
static const XML_Char *FASTCALL
lib/libexpat/lib/xmlparse.c
8156
static XML_Bool FASTCALL
lib/libexpat/lib/xmlparse.c
8259
static int FASTCALL
lib/libexpat/lib/xmlrole.c
1224
static int FASTCALL
lib/libexpat/lib/xmlrole.c
138
static int FASTCALL common(PROLOG_STATE *state, int tok);
lib/libexpat/lib/xmltok.c
1006
static int FASTCALL
lib/libexpat/lib/xmltok.c
1045
static int FASTCALL
lib/libexpat/lib/xmltok.c
1232
static int FASTCALL
lib/libexpat/lib/xmltok.c
1256
int FASTCALL
lib/libexpat/lib/xmltok.c
1292
int FASTCALL
lib/libexpat/lib/xmltok.c
1503
static int FASTCALL
lib/libexpat/lib/xmltok.c
230
static int FASTCALL checkCharRefNumber(int result);
lib/libexpat/lib/xmltok.h
296
int FASTCALL XmlUtf8Encode(int charNumber, char *buf);
lib/libexpat/lib/xmltok.h
297
int FASTCALL XmlUtf16Encode(int charNumber, unsigned short *buf);