Searched defs:uTotalOutBefore (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/zlib/
H A Dzip.c1476 uLong uTotalOutBefore = zi->ci.stream.total_out; local
1478 if(uTotalOutBefore > zi->ci.stream.total_out)
1484 zi->ci.pos_in_buffered_data += (uInt)(zi->ci.stream.total_out - uTotalOutBefore) ;
1538 uLong uTotalOutBefore; local
1546 uTotalOutBefore = zi->ci.stream.total_out;
1548 zi->ci.pos_in_buffered_data += (uInt)(zi->ci.stream.total_out - uTotalOutBefore) ;
1557 uLong uTotalOutBefore; local
1565 uTotalOutBefore = zi->ci.bstream.total_out_lo32;
1570 zi->ci.pos_in_buffered_data += (uInt)(zi->ci.bstream.total_out_lo32 - uTotalOutBefore);

Completed in 37 milliseconds