Home
last modified time | relevance | path

Searched refs:updatePosition (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/expat/lib/
H A Dxmltok.h188 void(PTRCALL *updatePosition)(const ENCODING *, const char *ptr,
274 (((enc)->updatePosition)(enc, ptr, end, pos))
H A Dxmltok_ns.c90 p->initEnc.updatePosition = initUpdatePosition; in NS()
H A Dxmltok.c81 PREFIX(updatePosition), PREFIX(isPublicId)
H A Dxmltok_impl.c1781 PREFIX(updatePosition)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() argument