Home
last modified time | relevance | path

Searched defs:h (Results 1 – 25 of 592) sorted by relevance

12345678910>>...24

/plan9-contrib/sys/src/libhttpd/
H A Dhio.c10 hinit(Hio *h, int fd, int mode) in hinit()
29 hiserror(Hio *h) in hiserror()
35 hgetc(Hio *h) in hgetc()
53 hungetc(Hio *h) in hungetc()
75 hreadbuf(Hio *h, void *vsave) in hreadbuf()
181 hbuflen(Hio *h, void *p) in hbuflen()
195 Hio *h; in hbodypush() local
233 hunload(Hio *h) in hunload()
274 hload(Hio *h, char *buf) in hload()
311 hclose(Hio *h) in hclose()
[all …]
H A Dparse.c139 mimeconnection(Hlex *h, char *) in mimeconnection()
192 Hlex h; in hparseheaders() local
250 mimeparams(Hlex *h) in mimeparams()
273 mimehfields(Hlex *h) in mimehfields()
298 mimeok(Hlex *h, char *name, int multipart, HContent *head) in mimeok()
371 mimeetag(Hlex *h, HETag *head) in mimeetag()
416 mimeranges(Hlex *h, HRange *head) in mimeranges()
485 mimeaccept(Hlex *h, char *name) in mimeaccept()
491 mimeacceptchar(Hlex *h, char *name) in mimeacceptchar()
497 mimeacceptenc(Hlex *h, char *name) in mimeacceptenc()
[all …]
/plan9-contrib/sys/src/cmd/ramcfs/
H A Dlru.c12 lruinit(Lru *h) in lruinit()
21 lruadd(Lru *h, Lru *m) in lruadd()
33 lruref(Lru *h, Lru *m) in lruref()
57 lruderef(Lru *h, Lru *m) in lruderef()
/plan9-contrib/sys/src/cmd/cfs/
H A Dlru.c12 lruinit(Lru *h) in lruinit()
21 lruadd(Lru *h, Lru *m) in lruadd()
33 lruref(Lru *h, Lru *m) in lruref()
57 lruderef(Lru *h, Lru *m) in lruderef()
/plan9-contrib/sys/src/cmd/aquarela/
H A Dsmbcommon.c10 smbcheckwordcount(char *name, SmbHeader *h, ushort wordcount) in smbcheckwordcount()
20 smbcheckwordandbytecount(char *name, SmbHeader *h, ushort wordcount, uchar **bdatap, uchar **edatap) in smbcheckwordandbytecount()
44 smbchaincommand(SmbSession *s, SmbHeader *h, ulong andxoffsetfixup, uchar cmd, ushort offset, SmbBu… in smbchaincommand()
86 smbbuffergetheader(SmbBuffer *b, SmbHeader *h, uchar **parametersp, ushort *bytecountp) in smbbuffergetheader()
133 smbcheckheaderdirection(SmbHeader *h, int response, char **errmsgp) in smbcheckheaderdirection()
143 smbcheckheader(SmbHeader *h, uchar command, int response, char **errmsgp) in smbcheckheader()
155 smbbuffergetandcheckheader(SmbBuffer *b, SmbHeader *h, uchar command, int response, uchar **pdatap,… in smbbuffergetandcheckheader()
165 smbsuccess(SmbHeader *h, char **errmsgp) in smbsuccess()
177 smbbufferputheader(SmbBuffer *b, SmbHeader *h, SmbPeerInfo *p) in smbbufferputheader()
209 smbbufferputerror(SmbBuffer *s, SmbHeader *h, SmbPeerInfo *p, uchar errclass, ushort error) in smbbufferputerror()
[all …]
H A Dsmbtransaction.c16 _smbtransactiondecodeprimary(SmbTransaction *t, SmbHeader *h, uchar *pdata, SmbBuffer *b, int hasna… in _smbtransactiondecodeprimary()
137 smbtransactiondecoderesponse(SmbTransaction *t, SmbHeader *h, uchar *pdata, SmbBuffer *b, char **er… in smbtransactiondecoderesponse()
167 smbtransactiondecoderesponse2(SmbTransaction *t, SmbHeader *h, uchar *pdata, SmbBuffer *b, char **e… in smbtransactiondecoderesponse2()
197 smbtransactiondecodeprimary(SmbTransaction *t, SmbHeader *h, uchar *pdata, SmbBuffer *b, char **err… in smbtransactiondecodeprimary()
203 smbtransactiondecodeprimary2(SmbTransaction *t, SmbHeader *h, uchar *pdata, SmbBuffer *b, char **er… in smbtransactiondecodeprimary2()
220 _transactionencodeprimary(SmbTransaction *t, uchar cmd, SmbHeader *h, SmbPeerInfo *p, SmbBuffer *ob, in _transactionencodeprimary()
309 smbtransactionencodeprimary(SmbTransaction *t, SmbHeader *h, SmbPeerInfo *p, SmbBuffer *ob, in smbtransactionencodeprimary()
316 smbtransactionencodeprimary2(SmbTransaction *t, SmbHeader *h, SmbPeerInfo *p, SmbBuffer *ob, in smbtransactionencodeprimary2()
323 _transactionencoderesponse(SmbTransaction *t, SmbHeader *h, SmbPeerInfo *p, SmbBuffer *ob, uchar cm… in _transactionencoderesponse()
397 smbtransactionencoderesponse(SmbTransaction *t, SmbHeader *h, SmbPeerInfo *p, SmbBuffer *ob, char *… in smbtransactionencoderesponse()
[all …]
/plan9-contrib/sys/src/cmd/jpg/
H A Dreadgif.c63 giffreeall(Header *h, int freeimage) in giffreeall()
89 giferror(Header *h, char *fmt, ...) in giferror()
108 Header *h; in readgif() local
134 inittbl(Header *h) in inittbl()
148 readarray(Header *h) in readarray()
223 readheader(Header *h) in readheader()
243 readcmap(Header *h, int size) in readcmap()
261 readone(Header *h) in readone()
289 readdata(Header *h, uchar *data) in readdata()
308 graphiccontrol(Header *h) in graphiccontrol()
[all …]
H A Dreadjpg.c157 jpgmalloc(Header *h, int n, int clear) in jpgmalloc()
181 jpgfreeall(Header *h, int freeimage) in jpgfreeall()
222 jpgerror(Header *h, char *fmt, ...) in jpgerror()
239 Header *h; in Breadjpg() local
382 readbyte(Header *h) in readbyte()
396 marker(Header *h) in marker()
426 soiheader(Header *h) in soiheader()
438 readsegment(Header *h, int *markerp) in readsegment()
473 huffmantable(Header *h, uchar *b) in huffmantable()
579 huffmantables(Header *h, uchar *b, int n) in huffmantables()
[all …]
/plan9-contrib/sys/src/cmd/usb/usbd/
H A Dusbd.c22 hubfeature(Hub *h, int port, int f, int on) in hubfeature()
37 checkhubstatus(Hub *h) in checkhubstatus()
53 confighub(Hub *h) in confighub()
150 configroothub(Hub *h) in configroothub()
185 Hub *h; in newhub() local
269 hubfail(Hub *h) in hubfail()
279 closehub(Hub *h) in closehub()
300 portstatus(Hub *h, int p) in portstatus()
374 portattach(Hub *h, int p, int sts) in portattach()
507 portdetach(Hub *h, int p) in portdetach()
[all …]
/plan9-contrib/sys/src/cmd/gs/src/
H A Dgxdevice.h124 #define std_device_body_with_macros_(dtype, pprocs, dname, stype, w, h, xdpi, ydpi, open_init, dci_… argument
131 #define std_device_std_body_type(dtype, pprocs, dname, stype, w, h, xdpi, ydpi)\ argument
136 #define std_device_std_body(dtype, pprocs, dname, w, h, xdpi, ydpi)\ argument
139 #define std_device_std_body_type_open(dtype, pprocs, dname, stype, w, h, xdpi, ydpi)\ argument
144 #define std_device_std_body_open(dtype, pprocs, dname, w, h, xdpi, ydpi)\ argument
147 #define std_device_full_body_type(dtype, pprocs, dname, stype, w, h, xdpi, ydpi, ncomp, depth, mg, … argument
154 #define std_device_full_body_type_extended(dtype, pprocs, dname, stype, w, h, xdpi, ydpi, mcomp, nc… argument
161 #define std_device_full_body(dtype, pprocs, dname, w, h, xdpi, ydpi, ncomp, depth, mg, mc, dg, dc, … argument
165 #define std_device_dci_alpha_type_body(dtype, pprocs, dname, stype, w, h, xdpi, ydpi, ncomp, depth,… argument
172 #define std_device_dci_type_body(dtype, pprocs, dname, stype, w, h, xdpi, ydpi, ncomp, depth, mg, m… argument
[all …]
H A Dgdevm8.c49 int x, int y, int w, int h, gx_color_index color) in mem_mapped8_fill_rectangle()
70 int x, int y, int w, int h, gx_color_index zero, gx_color_index one) in mem_mapped8_copy_mono()
117 int sraster, uint draster, int w, int h, byte b0, byte b1) in mapped8_copy01()
126 int sraster, uint draster, int w, int h, byte b1) in mapped8_copyN1()
136 int sraster, uint draster, int w, int h, byte b0) in mapped8_copy0N()
150 int x, int y, int w, int h) in mem_mapped8_copy_color()
179 mem8_word_fill_rectangle(gx_device * dev, int x, int y, int w, int h, in mem8_word_fill_rectangle()
199 int x, int y, int w, int h, gx_color_index zero, gx_color_index one) in mem8_word_copy_mono()
221 int x, int y, int w, int h) in mem8_word_copy_color()
H A Dgdevmacpictop.h48 #define PICTWritePoint(ptr, h, v) \ argument
55 #define PICTWriteRect(ptr, x, y, w, h) \ argument
62 #define PICTWriteRegionRectangular(ptr, x, y, w, h) \ argument
69 #define PICTWriteRegion(ptr, x, y, b, h, size, dataptr) \ argument
120 #define PICTWritePixMap(ptr, x, y, w, h, rowBytes, \ argument
203 #define PICT_Clip_Rectangular(ptr, x, y, w, h) \ argument
209 #define PICT_Clip(ptr, x, y, w, h, size, dataptr) \ argument
241 #define PICT_PnSize(ptr, w, h) \ argument
267 #define PICT_OvSize(ptr, w, h) \ argument
416 #define PICT_frameRect(ptr, x, y, w, h) \ argument
[all …]
H A Didict.h251 # define dict_hash_mod(h, s) dict_hash_mod_small(h, s) argument
252 # define dict_hash_mod_inline(h, s) dict_hash_mod_inline_small(h, s) argument
256 # define dict_hash_mod(h, s)\ argument
259 # define dict_hash_mod_inline(h, s)\ argument
266 # define dict_hash_mod(h, s) dict_hash_mod_large(h, s) argument
267 # define dict_hash_mod_inline(h, s) dict_hash_mod_inline_large(h, s) argument
H A Dgdevm32.c58 int x, int y, int w, int h, gx_color_index color) in mem_true32_fill_rectangle()
132 int x, int y, int w, int h, gx_color_index zero, gx_color_index one) in mem_true32_copy_mono()
228 int x, int y, int w, int h) in mem_true32_copy_color()
257 mem32_word_fill_rectangle(gx_device * dev, int x, int y, int w, int h, in mem32_word_fill_rectangle()
268 int x, int y, int w, int h, gx_color_index zero, gx_color_index one) in mem32_word_copy_mono()
279 int x, int y, int w, int h) in mem32_word_copy_color()
H A Dgdevm2.c53 int x, int y, int w, int h, gx_color_index color) in mem_mapped2_fill_rectangle()
67 gx_bitmap_id id, int x, int y, int w, int h, in mem_mapped2_copy_mono()
154 gx_bitmap_id id, int x, int y, int w, int h) in mem_mapped2_copy_color()
191 mem2_word_fill_rectangle(gx_device * dev, int x, int y, int w, int h, in mem2_word_fill_rectangle()
212 gx_bitmap_id id, int x, int y, int w, int h, in mem2_word_copy_mono()
235 gx_bitmap_id id, int x, int y, int w, int h) in mem2_word_copy_color()
H A Dgdevm4.c57 int x, int y, int w, int h, gx_color_index color) in mem_mapped4_fill_rectangle()
71 int x, int y, int w, int h, gx_color_index zero, gx_color_index one) in mem_mapped4_copy_mono()
215 int x, int y, int w, int h) in mem_mapped4_copy_color()
250 mem4_word_fill_rectangle(gx_device * dev, int x, int y, int w, int h, in mem4_word_fill_rectangle()
271 int x, int y, int w, int h, gx_color_index zero, gx_color_index one) in mem4_word_copy_mono()
293 int x, int y, int w, int h) in mem4_word_copy_color()
H A Diplugin.c56 i_plugin_holder *h; in i_plugin_init() local
79 i_plugin_holder *h = list; in i_plugin_finit() local
91 { i_plugin_holder *h = i_ctx_p->plugin_list; in i_plugin_find() local
/plan9-contrib/sys/src/9k/port/
H A Dps.c10 int h; in pshash() local
22 int h; in psunhash() local
39 int h; in psindex() local
/plan9-contrib/sys/src/cmd/scat/
H A Dposn.c7 amdinv(Header *h, Angle ra, Angle dec, float mag, float col) in amdinv()
179 ppoinv(Header *h, Angle ra, Angle dec) in ppoinv()
213 traneqstd(Header *h, Angle object_ra, Angle object_dec) in traneqstd()
240 xypos(Header *h, Angle ra, Angle dec, float mag, float col) in xypos()
/plan9-contrib/sys/src/cmd/upas/fs/
H A Dmbox.c196 Header *h; in initheaders() local
214 String *h; in parseunix() local
235 Header *h; in parseheaders() local
590 to822(Message *m, Header *h, char *p) in to822()
606 cc822(Message *m, Header *h, char *p) in cc822()
622 bcc822(Message *m, Header *h, char *p) in bcc822()
638 from822(Message *m, Header *h, char *p) in from822()
646 sender822(Message *m, Header *h, char *p) in sender822()
654 replyto822(Message *m, Header *h, char *p) in replyto822()
662 mimeversion(Message *m, Header *h, char *p) in mimeversion()
[all …]
/plan9-contrib/sys/src/cmd/ip/snoopy/
H A Dip6.c164 v6hdrlen(Hdr *h) in v6hdrlen()
194 Hdr *h; in p_filter() local
225 Hdr *h = (Hdr *)pkt; in v6hdr_seprint() local
269 Hdr *h; in p_seprint() local
/plan9-contrib/sys/src/9k/k10/
H A Dvga.c50 int h, o; in vgascroll() local
69 int h, w, pos; in vgascreenputc() local
190 int h, w; in vgascreenwin() local
247 int h, w; in cornerstring() local
/plan9-contrib/sys/src/9/pc/
H A Dvga.c50 int h, o; in vgascroll() local
69 int h, w, pos; in vgascreenputc() local
190 int h, w; in vgascreenwin() local
247 int h, w; in cornerstring() local
/plan9-contrib/sys/src/ape/cmd/pdksh/
H A Dtable.c17 register unsigned int h = 0; local
72 tsearch(tp, n, h) in tsearch() argument
95 tenter(tp, n, h) in tenter() argument
201 unsigned int h; local
/plan9-contrib/sys/src/cmd/astro/
H A Doutput.c22 int h, m, c; in Rconv() local
38 int h, m, c, f; in Dconv() local

12345678910>>...24