Searched refs:skipS (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/expat/expat/lib/ |
H A D | xmltok.h | 178 const char *(PTRFASTCALL *skipS)(const ENCODING *, const char *); member 259 #define XmlSkipS(enc, ptr) (((enc)->skipS)(enc, ptr))
|
H A D | xmltok.c | 70 PREFIX(nameMatchesAscii), PREFIX(nameLength), PREFIX(skipS), \
|
H A D | xmltok_impl.c | 1761 PREFIX(skipS)(const ENCODING *enc, const char *ptr) {
|
/third_party/python/Modules/expat/ |
H A D | xmltok.h | 178 const char *(PTRFASTCALL *skipS)(const ENCODING *, const char *); member 259 #define XmlSkipS(enc, ptr) (((enc)->skipS)(enc, ptr))
|
H A D | xmltok.c | 72 PREFIX(nameMatchesAscii), PREFIX(nameLength), PREFIX(skipS), \
|
H A D | xmltok_impl.c | 1763 PREFIX(skipS)(const ENCODING *enc, const char *ptr) { in skipS() function
|
Completed in 11 milliseconds