Searched refs:skipS (Results 1 – 9 of 9) sorted by relevance
/external/expat/lib/ |
D | xmltok.h | 174 const char *(PTRFASTCALL *skipS)(const ENCODING *, const char *); 255 #define XmlSkipS(enc, ptr) (((enc)->skipS)(enc, ptr))
|
D | xmltok.c | 68 PREFIX(nameMatchesAscii), PREFIX(nameLength), PREFIX(skipS), \
|
D | xmltok_impl.c | 1749 PREFIX(skipS)(const ENCODING *enc, const char *ptr) { in PREFIX() argument
|
/external/python/cpython2/Modules/expat/ |
D | xmltok.h | 175 const char *(PTRFASTCALL *skipS)(const ENCODING *, const char *); 267 (((enc)->skipS)(enc, ptr))
|
D | xmltok.c | 71 PREFIX(skipS), \
|
D | xmltok_impl.c | 1706 PREFIX(skipS)(const ENCODING *enc, const char *ptr) in PREFIX() argument
|
/external/python/cpython3/Modules/expat/ |
D | xmltok.h | 174 const char *(PTRFASTCALL *skipS)(const ENCODING *, const char *); 255 #define XmlSkipS(enc, ptr) (((enc)->skipS)(enc, ptr))
|
D | xmltok.c | 68 PREFIX(nameMatchesAscii), PREFIX(nameLength), PREFIX(skipS), \
|
D | xmltok_impl.c | 1749 PREFIX(skipS)(const ENCODING *enc, const char *ptr) { in PREFIX() argument
|