Lines Matching refs:codings
37 11. Let codings be the result of extracting header list values given
39 12. If codings contains `sbr`
46 1. If codings contains `sbr`, run these subsubsteps:
51 Change point `12.4. Set bytes to the result of handling content codings given codings and bytes.` t…
53 4. Set bytes to the result of handling content codings given codings, bytes
54 and, if codings contains `sbr`, also dictionaryResponse's body.
62 Change last section `To handle content codings ...` to:
64 To handle content codings given codings, bytes and optionally a dictionary, run these substeps:
65 1. If codings are not supported, return bytes.
66 2. If the codings has `sbr`, run these subsubsteps:
71 a. Return the result of decoding bytes with the given codings, as