| /plan9/sys/src/cmd/ip/httpd/ |
| H A D | content.c | 14 char *encoding; member 64 free(this->encoding); in contentinit() 104 s->encoding = estrdup(fields[3]); in parsesuffix() 129 if(s->encoding != nil && enc == nil) in uriclass() 130 enc = hmkcontent(hc, s->encoding, nil, nil); in uriclass() 136 conts.encoding = enc; in uriclass() 155 conts.encoding = nil; in dataclass() 163 conts.encoding = nil; in dataclass() 170 conts.encoding = nil; in dataclass()
|
| H A D | sendfd.c | 54 enc = conts.encoding; in sendfd() 61 enc = conts.encoding; in sendfd()
|
| /plan9/sys/src/cmd/gs/src/ |
| H A D | gsfont0c.c | 40 uint *encoding = (uint *) in type0_from_cidfont_cmap() local 47 if (font0 == 0 || encoding == 0 || fdep == 0) { in type0_from_cidfont_cmap() 49 gs_free_object(mem, encoding, "gs_type0_from_cidfont(Encoding)"); in type0_from_cidfont_cmap() 65 encoding[0] = 0; in type0_from_cidfont_cmap() 66 font0->data.Encoding = encoding; in type0_from_cidfont_cmap()
|
| H A D | gdevmacxf.c | 391 int encoding = ENCODING_INDEX_UNKNOWN; in mac_get_font_encoding() local 405 return encoding; in mac_get_font_encoding() 416 case 1: encoding = ENCODING_INDEX_MACROMAN; break; in mac_get_font_encoding() 417 case 2: encoding = ENCODING_INDEX_ISOLATIN1; break; in mac_get_font_encoding() 429 return encoding; in mac_get_font_encoding()
|
| H A D | gscencs.c | 73 const ushort *const encoding = gs_c_known_encodings[ei]; in gs_c_decode() local 80 gs_c_min_std_encoding_glyph + encoding[reverse[test_index]]; in gs_c_decode()
|
| H A D | zbfont.c | 676 ref encoding; in build_gs_font() local 683 encoding = *pencoding; in build_gs_font() 684 pencoding = &encoding; in build_gs_font()
|
| /plan9/sys/src/cmd/postscript/tr2post/ |
| H A D | readDESC.c | 11 char *encoding = 0; variable 77 encoding=galloc(encoding, strlen(token)+1, "readdesc:"); in readDESC() 78 strcpy(encoding, token); in readDESC()
|
| H A D | tr2post.h | 15 extern char *encoding;
|
| /plan9/sys/src/cmd/venti/srv/ |
| H A D | clump.c | 52 cl.encoding = ClumpECompress; in storeclump() 58 cl.encoding = ClumpENone; in storeclump() 167 switch(cl->encoding){ in loadclump()
|
| H A D | conv.c | 401 if(w->encoding == ClumpENone){ in checkclump() 406 }else if(w->encoding == ClumpECompress){ in checkclump() 442 c->encoding = U8GET(p); in unpackclump() 473 U8PUT(p, c->encoding); in packclump()
|
| H A D | syncarena.c | 71 if(cl.encoding == ClumpENone) in syncarena()
|
| /plan9/sys/src/cmd/postscript/psencoding/ |
| H A D | psencoding.rc | 37 if not echo unrecognized encoding name $1 >[1=2]
|
| /plan9/sys/src/cmd/paqfs/ |
| H A D | paqfs.h | 48 uchar encoding; member
|
| H A D | mkpaqfs.c | 367 bh.encoding = NoEnc; in writeBlock() 375 bh.encoding = DeflateEnc; in writeBlock() 442 p[7] = b->encoding; in putBlock()
|
| /plan9/sys/src/cmd/postscript/ |
| H A D | README | 5 This code supports UTF encoding. Directory dpost.utf is a version that 14 is UTF and troff currently doesn't output encoding info, so you're 22 and ONEBYTE elsewhere. If troff includes encoding hint (x E UTF) then 30 proglogues and a new encoding scheme (psencoding/UTF.enc). It works for
|
| /plan9/sys/lib/troff/font/devutf/ |
| H A D | CY | 1 # Cyrillic, utf encoding
|
| /plan9/sys/doc/ |
| H A D | utf.ms | 140 To adopt this encoding, 160 that provided a byte stream encoding 162 The encoding uses multibyte sequences composed 167 The UTF encoding has several good properties. 174 It is a byte encoding and is 178 encoding another character, 186 UTF's major disadvantage is that the encoding 196 byte encoding of Unicode characters. 225 other systems such as Linux have adopted the same character set and encoding, 263 characters are now 21 bits wide and the longest UTF-8 encoding of a character [all …]
|
| /plan9/sys/src/cmd/upas/vf/ |
| H A D | vf.c | 66 int encoding; member 553 switch(p->encoding){ in problemchild() 652 m->encoding = Ebase64; in cencoding() 654 m->encoding = Equoted; in cencoding()
|
| /plan9/sys/src/games/mp3enc/ |
| H A D | README | 33 see the file "API" for details of the LAME encoding library API
|
| /plan9/sys/src/cmd/upas/fs/ |
| H A D | dat.h | 49 int encoding; member
|
| /plan9/sys/src/cmd/ip/imap4d/ |
| H A D | imap4d.h | 109 MimeHdr *encoding; /* content-transfer-encoding */ member
|
| H A D | fetch.c | 491 if(h->encoding != nil) in fetchBodyStruct() 492 Bimapstr(&bout, h->encoding->s); in fetchBodyStruct()
|
| /plan9/sys/src/cmd/gs/zlib/ |
| H A D | FAQ | 155 function and roll your own gzip encoding and decoding. Read the gzip 317 transfer encoding, there have been reports of servers and browsers that 320 "deflate" transfer encoding using the zlib format would be the more 322 for), using the "gzip" transfer encoding is probably more reliable due to 325 Bottom line: use the gzip format for HTTP 1.1 encoding.
|
| /plan9/sys/include/ |
| H A D | httpd.h | 65 HContent *encoding; member
|
| /plan9/sys/src/cmd/unix/drawterm/kern/ |
| H A D | devaudio-sun.c | 75 info.play.encoding = AUDIO_ENCODING_LINEAR; in audiodevopen()
|