Symbol: FASTCALL
lib/libexpat/lib/internal.h
82
#ifndef FASTCALL
lib/libexpat/lib/xmlparse.c
1559
static void FASTCALL
lib/libexpat/lib/xmlparse.c
1832
static void FASTCALL
lib/libexpat/lib/xmlparse.c
575
static void FASTCALL normalizePublicId(XML_Char *s);
lib/libexpat/lib/xmlparse.c
587
static void FASTCALL hashTableInit(HASH_TABLE *table, XML_Parser parser);
lib/libexpat/lib/xmlparse.c
588
static void FASTCALL hashTableClear(HASH_TABLE *table);
lib/libexpat/lib/xmlparse.c
589
static void FASTCALL hashTableDestroy(HASH_TABLE *table);
lib/libexpat/lib/xmlparse.c
590
static void FASTCALL hashTableIterInit(HASH_TABLE_ITER *iter,
lib/libexpat/lib/xmlparse.c
592
static NAMED *FASTCALL hashTableIterNext(HASH_TABLE_ITER *iter);
lib/libexpat/lib/xmlparse.c
594
static void FASTCALL poolInit(STRING_POOL *pool, XML_Parser parser);
lib/libexpat/lib/xmlparse.c
595
static void FASTCALL poolClear(STRING_POOL *pool);
lib/libexpat/lib/xmlparse.c
596
static void FASTCALL poolDestroy(STRING_POOL *pool);
lib/libexpat/lib/xmlparse.c
601
static XML_Bool FASTCALL poolGrow(STRING_POOL *pool);
lib/libexpat/lib/xmlparse.c
602
static bool FASTCALL poolGrowUntil(STRING_POOL *pool, size_t needed);
lib/libexpat/lib/xmlparse.c
603
static const XML_Char *FASTCALL poolCopyString(STRING_POOL *pool,
lib/libexpat/lib/xmlparse.c
605
static const XML_Char *FASTCALL poolCopyStringNoFinish(STRING_POOL *pool,
lib/libexpat/lib/xmlparse.c
609
static const XML_Char *FASTCALL poolAppendString(STRING_POOL *pool,
lib/libexpat/lib/xmlparse.c
612
static int FASTCALL nextScaffoldPart(XML_Parser parser);
lib/libexpat/lib/xmlparse.c
7088
static void FASTCALL
lib/libexpat/lib/xmlparse.c
7516
static void FASTCALL
lib/libexpat/lib/xmlparse.c
7848
static XML_Bool FASTCALL
lib/libexpat/lib/xmlparse.c
7877
static unsigned long FASTCALL
lib/libexpat/lib/xmlparse.c
7977
static void FASTCALL
lib/libexpat/lib/xmlparse.c
7987
static void FASTCALL
lib/libexpat/lib/xmlparse.c
7995
static void FASTCALL
lib/libexpat/lib/xmlparse.c
8004
static void FASTCALL
lib/libexpat/lib/xmlparse.c
8010
static NAMED *FASTCALL
lib/libexpat/lib/xmlparse.c
8020
static void FASTCALL
lib/libexpat/lib/xmlparse.c
8030
static void FASTCALL
lib/libexpat/lib/xmlparse.c
8049
static void FASTCALL
lib/libexpat/lib/xmlparse.c
8082
static const XML_Char *FASTCALL
lib/libexpat/lib/xmlparse.c
8093
static const XML_Char *FASTCALL
lib/libexpat/lib/xmlparse.c
8131
static const XML_Char *FASTCALL
lib/libexpat/lib/xmlparse.c
8176
static XML_Bool FASTCALL
lib/libexpat/lib/xmlparse.c
8279
static bool FASTCALL
lib/libexpat/lib/xmlparse.c
8292
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
1008
static int FASTCALL
lib/libexpat/lib/xmltok.c
1047
static int FASTCALL
lib/libexpat/lib/xmltok.c
1234
static int FASTCALL
lib/libexpat/lib/xmltok.c
1258
int FASTCALL
lib/libexpat/lib/xmltok.c
1294
int FASTCALL
lib/libexpat/lib/xmltok.c
1505
static int FASTCALL
lib/libexpat/lib/xmltok.c
232
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);