Lines Matching defs:pLen_out
1767 // *pLen_out will be set to the size of the PNG image file.
1769 // larger than *pLen_out) when it's no longer needed.
1772 size_t *pLen_out,
1775 int num_chans, size_t *pLen_out);
4504 size_t *pLen_out,
4515 *pLen_out = 0;
4543 *pLen_out = out_buf.m_size - 41;
4579 (mz_uint8)(*pLen_out >> 24),
4580 (mz_uint8)(*pLen_out >> 16),
4581 (mz_uint8)(*pLen_out >> 8),
4582 (mz_uint8)*pLen_out,
4595 *pLen_out = 0;
4601 *pLen_out + 4);
4605 *pLen_out += 57;
4610 int num_chans, size_t *pLen_out) {
4615 pLen_out, 6, MZ_FALSE);