Searched defs:PTRFASTCALL (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/mit/expat/dist/lib/ |
H A D | internal.h | 67 # define PTRFASTCALL __attribute__((regparm(3))) macro 89 # define PTRFASTCALL macro
|
H A D | xmltok.c | 188 int(PTRFASTCALL *byteType)(const ENCODING *, const char *); member 189 int(PTRFASTCALL *isNameMin)(const ENCODING *, const char *); member 190 int(PTRFASTCALL *isNmstrtMin)(const ENCODING *, const char *); member 191 int(PTRFASTCALL *byteToAscii)(const ENCODING *, const char *); member 194 int(PTRFASTCALL *isName2)(const ENCODING *, const char *); member 195 int(PTRFASTCALL *isName3)(const ENCODING *, const char *); member 196 int(PTRFASTCALL *isName4)(const ENCODING *, const char *); member 197 int(PTRFASTCALL *isNmstrt2)(const ENCODING *, const char *); member 198 int(PTRFASTCALL *isNmstrt3)(const ENCODING *, const char *); member 199 int(PTRFASTCALL *isNmstrt4)(const ENCODING *, const char *); member [all …]
|
H A D | xmltok.h | 177 int(PTRFASTCALL *nameLength)(const ENCODING *, const char *); member 178 const char *(PTRFASTCALL *skipS)(const ENCODING *, const char *); member 181 int(PTRFASTCALL *charRefNumber)(const ENCODING *enc, const char *ptr); member
|