Home
last modified time | relevance | path

Searched refs:encode_stop_at_partial (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/usr.bin/perl/ext/PerlIO-encoding/
H A Dencoding.xs12 static unsigned int encode_stop_at_partial = 0; variable
175 SvUV_set(e->chk, ((SvUV(e->chk) & ~encode_leave_src) | encode_stop_at_partial)); in PerlIOEncode_pushed()
668 encode_stop_at_partial = POPu;