Searched refs:codings (Results 1 – 4 of 4) sorted by relevance
37 11. Let codings be the result of extracting header list values given39 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, bytes54 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:[all …]
814 static const char * const codings[] = in httpGetContentEncoding() local865 for (i = 0; i < (int)(sizeof(codings) / sizeof(codings[0])); i ++) in httpGetContentEncoding()866 if (!strcmp(start, codings[i])) in httpGetContentEncoding()867 return (codings[i]); in httpGetContentEncoding()
38779 codings %10541