Home
last modified time | relevance | path

Searched refs:encoding (Results 1 – 25 of 70) sorted by relevance

123

/plan9/sys/src/cmd/ip/httpd/
H A Dcontent.c14 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 Dsendfd.c54 enc = conts.encoding; in sendfd()
61 enc = conts.encoding; in sendfd()
/plan9/sys/src/cmd/gs/src/
H A Dgsfont0c.c40 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 Dgdevmacxf.c391 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 Dgscencs.c73 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 Dzbfont.c676 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 DreadDESC.c11 char *encoding = 0; variable
77 encoding=galloc(encoding, strlen(token)+1, "readdesc:"); in readDESC()
78 strcpy(encoding, token); in readDESC()
H A Dtr2post.h15 extern char *encoding;
/plan9/sys/src/cmd/venti/srv/
H A Dclump.c52 cl.encoding = ClumpECompress; in storeclump()
58 cl.encoding = ClumpENone; in storeclump()
167 switch(cl->encoding){ in loadclump()
H A Dconv.c401 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 Dsyncarena.c71 if(cl.encoding == ClumpENone) in syncarena()
/plan9/sys/src/cmd/postscript/psencoding/
H A Dpsencoding.rc37 if not echo unrecognized encoding name $1 >[1=2]
/plan9/sys/src/cmd/paqfs/
H A Dpaqfs.h48 uchar encoding; member
H A Dmkpaqfs.c367 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 DREADME5 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 DCY1 # Cyrillic, utf encoding
/plan9/sys/doc/
H A Dutf.ms140 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 Dvf.c66 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 DREADME33 see the file "API" for details of the LAME encoding library API
/plan9/sys/src/cmd/upas/fs/
H A Ddat.h49 int encoding; member
/plan9/sys/src/cmd/ip/imap4d/
H A Dimap4d.h109 MimeHdr *encoding; /* content-transfer-encoding */ member
H A Dfetch.c491 if(h->encoding != nil) in fetchBodyStruct()
492 Bimapstr(&bout, h->encoding->s); in fetchBodyStruct()
/plan9/sys/src/cmd/gs/zlib/
H A DFAQ155 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 Dhttpd.h65 HContent *encoding; member
/plan9/sys/src/cmd/unix/drawterm/kern/
H A Ddevaudio-sun.c75 info.play.encoding = AUDIO_ENCODING_LINEAR; in audiodevopen()

123