Lines Matching defs:pOut_len
1589 // *pOut_len will be set to the decompressed data's size, which could be larger
1594 size_t *pOut_len, int flags);
1742 // *pOut_len will be set to the compressed data's size, which could be larger
1746 size_t *pOut_len, int flags);
2991 size_t *pOut_len, int flags) {
2995 *pOut_len = 0;
2999 dst_buf_size = out_buf_capacity - *pOut_len, new_out_buf_capacity;
3002 (mz_uint8 *)pBuf, pBuf ? (mz_uint8 *)pBuf + *pOut_len : NULL,
3008 *pOut_len = 0;
3012 *pOut_len += dst_buf_size;
3019 *pOut_len = 0;
4425 size_t *pOut_len, int flags) {
4428 if (!pOut_len)
4431 *pOut_len = 0;
4436 *pOut_len = out_buf.m_size;