Home
last modified time | relevance | path

Searched refs:nameLength (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/expat/lib/
H A Dxmltok.h177 int(PTRFASTCALL *nameLength)(const ENCODING *, const char *);
257 #define XmlNameLength(enc, ptr) (((enc)->nameLength)(enc, ptr))
H A Dxmltok.c74 PREFIX(nameMatchesAscii), PREFIX(nameLength), PREFIX(skipS), \
H A Dxmltok_impl.c1733 PREFIX(nameLength)(const ENCODING *enc, const char *ptr) { in PREFIX() argument