Home
last modified time | relevance | path

Searched refs:inbuf_top (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
424 start = (Py_ssize_t)(buf->inbuf - buf->inbuf_top); in multibytecodec_decerror()
430 (const char *)buf->inbuf_top, 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()
473 buf->inbuf = buf->inbuf_top + newpos; in multibytecodec_decerror()
680 buf.inbuf = buf.inbuf_top = (unsigned char *)data; in _multibytecodec_MultibyteCodec_decode_impl()
681 buf.inbuf_end = buf.inbuf_top + datalen; in _multibytecodec_MultibyteCodec_decode_impl()
869 buf->inbuf = buf->inbuf_top in decoder_prepare_buffer()
[all...]

Completed in 3 milliseconds