Home
last modified time | relevance | path

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

/third_party/python/Modules/cjkcodecs/
Dmultibytecodec.c60 const unsigned char *inbuf, *inbuf_top, *inbuf_end; member
400 esize = (Py_ssize_t)(buf->inbuf_end - buf->inbuf); in multibytecodec_decerror()
432 (Py_ssize_t)(buf->inbuf_end - buf->inbuf_top), in multibytecodec_decerror()
466 newpos += (Py_ssize_t)(buf->inbuf_end - buf->inbuf_top); in multibytecodec_decerror()
467 if (newpos < 0 || buf->inbuf_top + newpos > buf->inbuf_end) { in multibytecodec_decerror()
682 buf.inbuf_end = buf.inbuf_top + datalen; in _multibytecodec_MultibyteCodec_decode_impl()
688 while (buf.inbuf < buf.inbuf_end) { in _multibytecodec_MultibyteCodec_decode_impl()
691 inleft = (Py_ssize_t)(buf.inbuf_end - buf.inbuf); in _multibytecodec_MultibyteCodec_decode_impl()
855 npendings = (Py_ssize_t)(buf->inbuf_end - buf->inbuf); in decoder_append_pending()
871 buf->inbuf_end = buf->inbuf_top + size; in decoder_prepare_buffer()
[all …]