Home
last modified time | relevance | path

Searched defs:PTRFASTCALL (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython3/Modules/expat/
Dinternal.h63 # define PTRFASTCALL __attribute__((regparm(3))) macro
85 # define PTRFASTCALL macro
Dxmltok.c190 int(PTRFASTCALL *byteType)(const ENCODING *, const char *); member
191 int(PTRFASTCALL *isNameMin)(const ENCODING *, const char *); member
192 int(PTRFASTCALL *isNmstrtMin)(const ENCODING *, const char *); member
193 int(PTRFASTCALL *byteToAscii)(const ENCODING *, const char *); member
196 int(PTRFASTCALL *isName2)(const ENCODING *, const char *); member
197 int(PTRFASTCALL *isName3)(const ENCODING *, const char *); member
198 int(PTRFASTCALL *isName4)(const ENCODING *, const char *); member
199 int(PTRFASTCALL *isNmstrt2)(const ENCODING *, const char *); member
200 int(PTRFASTCALL *isNmstrt3)(const ENCODING *, const char *); member
201 int(PTRFASTCALL *isNmstrt4)(const ENCODING *, const char *); member
[all …]
Dxmltok.h173 int(PTRFASTCALL *nameLength)(const ENCODING *, const char *); member
174 const char *(PTRFASTCALL *skipS)(const ENCODING *, const char *); member
177 int(PTRFASTCALL *charRefNumber)(const ENCODING *enc, const char *ptr); member
/external/expat/lib/
Dinternal.h63 # define PTRFASTCALL __attribute__((regparm(3))) macro
85 # define PTRFASTCALL macro
Dxmltok.c190 int(PTRFASTCALL *byteType)(const ENCODING *, const char *); member
191 int(PTRFASTCALL *isNameMin)(const ENCODING *, const char *); member
192 int(PTRFASTCALL *isNmstrtMin)(const ENCODING *, const char *); member
193 int(PTRFASTCALL *byteToAscii)(const ENCODING *, const char *); member
196 int(PTRFASTCALL *isName2)(const ENCODING *, const char *); member
197 int(PTRFASTCALL *isName3)(const ENCODING *, const char *); member
198 int(PTRFASTCALL *isName4)(const ENCODING *, const char *); member
199 int(PTRFASTCALL *isNmstrt2)(const ENCODING *, const char *); member
200 int(PTRFASTCALL *isNmstrt3)(const ENCODING *, const char *); member
201 int(PTRFASTCALL *isNmstrt4)(const ENCODING *, const char *); member
[all …]
Dxmltok.h173 int(PTRFASTCALL *nameLength)(const ENCODING *, const char *); member
174 const char *(PTRFASTCALL *skipS)(const ENCODING *, const char *); member
177 int(PTRFASTCALL *charRefNumber)(const ENCODING *enc, const char *ptr); member
/external/python/cpython2/Modules/expat/
Dinternal.h63 #define PTRFASTCALL __attribute__((regparm(3))) macro
85 #define PTRFASTCALL macro
Dxmltok.c212 int (PTRFASTCALL *byteType)(const ENCODING *, const char *); member
213 int (PTRFASTCALL *isNameMin)(const ENCODING *, const char *); member
214 int (PTRFASTCALL *isNmstrtMin)(const ENCODING *, const char *); member
215 int (PTRFASTCALL *byteToAscii)(const ENCODING *, const char *); member
218 int (PTRFASTCALL *isName2)(const ENCODING *, const char *); member
219 int (PTRFASTCALL *isName3)(const ENCODING *, const char *); member
220 int (PTRFASTCALL *isName4)(const ENCODING *, const char *); member
221 int (PTRFASTCALL *isNmstrt2)(const ENCODING *, const char *); member
222 int (PTRFASTCALL *isNmstrt3)(const ENCODING *, const char *); member
223 int (PTRFASTCALL *isNmstrt4)(const ENCODING *, const char *); member
[all …]
Dxmltok.h174 int (PTRFASTCALL *nameLength)(const ENCODING *, const char *); member
175 const char *(PTRFASTCALL *skipS)(const ENCODING *, const char *); member
180 int (PTRFASTCALL *charRefNumber)(const ENCODING *enc, const char *ptr); member