Home
last modified time | relevance | path

Searched defs:nextPtr (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/contrib/expat/lib/
H A Dxmlparse.c2749 const char *s, const char *end, const char **nextPtr, in doContent()
4024 const char *end, const char **nextPtr, XML_Bool haveMore, in doCdataSection()
4166 const char *end, const char **nextPtr, XML_Bool haveMore) { in doIgnoreSection()
4404 const char **nextPtr) { in prologInitProcessor()
4416 const char **nextPtr) { in externalParEntInitProcessor()
4436 const char **nextPtr) { in entityValueInitProcessor()
4520 const char **nextPtr) { in externalParEntProcessor()
4566 const char **nextPtr) { in entityValueProcessor()
4604 const char **nextPtr) { in prologProcessor()
4614 int tok, const char *next, const char **nextPtr, XML_Bool haveMore, in doProlog()
[all …]
/dflybsd-src/contrib/zstd/lib/compress/
H A Dzstd_opt.c412 U32* const nextPtr = bt + 2*(matchIndex & btMask); in ZSTD_insertBt1() local
643 U32* const nextPtr = bt + 2*(matchIndex & btMask); in ZSTD_insertBtAndGetAllMatches() local
701 const U32* const nextPtr = dmsBt + 2*(dictMatchIndex & dmsBtMask); in ZSTD_insertBtAndGetAllMatches() local
H A Dzstd_lazy.c97 U32* const nextPtr = bt + 2*(matchIndex & btMask); in ZSTD_insertDUBT1() local
189 U32* const nextPtr = dictBt + 2*(dictMatchIndex & btMask); in ZSTD_DUBT_findBetterDictMatch() local
313 U32* const nextPtr = bt + 2*(matchIndex & btMask); in ZSTD_DUBT_findBestMatch() local