Home
last modified time | relevance | path

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

/third_party/python/Modules/cjkcodecs/
H A Dmultibytecodec.c61 const unsigned char *inbuf, *inbuf_top, *inbuf_end; member
399 esize = (Py_ssize_t)(buf->inbuf_end - buf->inbuf); in multibytecodec_decerror()
431 (Py_ssize_t)(buf->inbuf_end - buf->inbuf_top), in multibytecodec_decerror()
465 newpos += (Py_ssize_t)(buf->inbuf_end - buf->inbuf_top); in multibytecodec_decerror()
466 if (newpos < 0 || buf->inbuf_top + newpos > buf->inbuf_end) { in multibytecodec_decerror()
681 buf.inbuf_end = buf.inbuf_top + datalen; in _multibytecodec_MultibyteCodec_decode_impl()
687 while (buf.inbuf < buf.inbuf_end) { in _multibytecodec_MultibyteCodec_decode_impl()
690 inleft = (Py_ssize_t)(buf.inbuf_end - buf.inbuf); in _multibytecodec_MultibyteCodec_decode_impl()
854 npendings = (Py_ssize_t)(buf->inbuf_end - buf->inbuf); in decoder_append_pending()
870 buf->inbuf_end in decoder_prepare_buffer()
[all...]

Completed in 3 milliseconds