Home
last modified time | relevance | path

Searched refs:readio (Results 1 – 25 of 126) sorted by relevance

123456

/dports/www/trafficserver/trafficserver-9.1.1/example/plugins/c-api/passthru/
H A Dpassthru.cc125 PassthruIO readio; member
132 PassthruIO readio; member
197 sp->server.readio.read(sp->server.vconn, sp->contp); in PassthruSessionEvent()
203 nbytes = sp->client.readio.transfer_to(sp->server.writeio); in PassthruSessionEvent()
207 TSVIOReenable(sp->client.readio.vio); in PassthruSessionEvent()
211 nbytes = sp->server.readio.transfer_to(sp->client.writeio); in PassthruSessionEvent()
215 TSVIOReenable(sp->server.readio.vio); in PassthruSessionEvent()
254 if (TSIOBufferReaderAvail(sp->server.readio.reader) > 0) { in PassthruSessionEvent()
255 sp->server.readio.transfer_to(sp->client.writeio); in PassthruSessionEvent()
261 sp->server.readio.clear(); in PassthruSessionEvent()
[all …]
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/cpu/
H A Dtlcs90_intf.cpp6 static UINT8 (*readio)(UINT16) = NULL; variable
86 if (readio) { in tlcs90_io_read_byte()
87 return readio(port); in tlcs90_io_read_byte()
117 readio = pread; in tlcs90SetReadPortHandler()
174 readio = NULL; in tlcs90Init()
187 readio = NULL; in tlcs90Exit()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/cpu/
H A Dtlcs90_intf.cpp6 static UINT8 (*readio)(UINT16) = NULL; variable
78 if (readio) { in tlcs90_io_read_byte()
79 return readio(port); in tlcs90_io_read_byte()
109 readio = pread; in tlcs90SetReadPortHandler()
166 readio = NULL; in tlcs90Init()
179 readio = NULL; in tlcs90Exit()
/dports/www/trafficserver/trafficserver-9.1.1/example/plugins/c-api/intercept/
H A Dintercept.cc113 InterceptIOChannel readio; member
123 this->readio.vio = this->writeio.vio = nullptr; in close()
235 …for (block = TSIOBufferReaderStart(from->readio.reader); block; block = TSIOBufferBlockNext(block)… in InterceptTransferData()
239 …ng to transfer %" PRId64 " available bytes", TSIOBufferBlockReadAvail(block, from->readio.reader)); in InterceptTransferData()
243 ptr = TSIOBufferBlockReadStart(block, from->readio.reader, &remain); in InterceptTransferData()
256 TSIOBufferReaderConsume(from->readio.reader, consumed); in InterceptTransferData()
341 istate->client.readio.read(istate->client.vc, contp); in InterceptInterceptHook()
342 …VIODEBUG(istate->client.readio.vio, "started %s read", InterceptProxySide(istate, &istate->client)… in InterceptInterceptHook()
345 istate->server.readio.read(istate->server.vc, contp); in InterceptInterceptHook()
346 …VIODEBUG(istate->server.readio.vio, "started %s read", InterceptProxySide(istate, &istate->server)… in InterceptInterceptHook()
[all …]
/dports/www/trafficserver/trafficserver-9.1.1/plugins/experimental/fastcgi/src/
H A Dserver.cc40 …for (block = TSIOBufferReaderStart(server_conn->readio.reader); block; block = TSIOBufferBlockNext… in interceptTransferData()
43 ptr = TSIOBufferBlockReadStart(block, server_conn->readio.reader, &remain); in interceptTransferData()
53 TSIOBufferReaderConsume(server_conn->readio.reader, consumed); in interceptTransferData()
55 TSVIONDoneSet(server_conn->readio.vio, TSVIONDoneGet(server_conn->readio.vio) + consumed); in interceptTransferData()
124 server_connection->readio.read(server_connection->vc_, server_connection->contp()); in handlePHPConnectionEvents()
H A Dserver_connection.h106 InterceptIOChannel readio; variable
H A Dconnection_pool.cc77 connection->readio.readEnable = false; in reuseConnection()
/dports/www/trafficserver/trafficserver-9.1.1/plugins/experimental/statichit/
H A Dstatichit.cc161 IOChannel readio; member
339 trq->readio.read(arg.vc, contp); in StaticHitInterceptHook()
340 VIODEBUG(trq->readio.vio, "started reading statichit request"); in StaticHitInterceptHook()
372 … for (blk = TSIOBufferReaderStart(cdata.trq->readio.reader); blk; blk = TSIOBufferBlockNext(blk)) { in StaticHitInterceptHook()
378 ptr = TSIOBufferBlockReadStart(blk, cdata.trq->readio.reader, &nbytes); in StaticHitInterceptHook()
/dports/www/trafficserver/trafficserver-9.1.1/plugins/generator/
H A Dgenerator.cc170 IOChannel readio; member
449 grq->readio.read(arg.vc, contp); in GeneratorInterceptHook()
450 VIODEBUG(grq->readio.vio, "started reading generator request"); in GeneratorInterceptHook()
481 … for (blk = TSIOBufferReaderStart(cdata.grq->readio.reader); blk; blk = TSIOBufferBlockNext(blk)) { in GeneratorInterceptHook()
486 ptr = TSIOBufferBlockReadStart(blk, cdata.grq->readio.reader, &nbytes); in GeneratorInterceptHook()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/drv/snes/
H A Dsnes_io.cpp248 unsigned char readio(unsigned short addr) in readio() function
H A Dsnes.h207 unsigned char readio(unsigned short addr);
H A Dsnes_main.cpp193 return readio(addr); in snes_readmem()
/dports/devel/9base/9base-6/sam/
H A Dshell.c120 f->ndot.r.p2 = addr.r.p2+readio(f, &nulls, 0, FALSE); in plan9()
H A Derr21 io.c: In function `readio':
H A Dio.c76 readio(File *f, int *nulls, int setdate, int toterm) in readio() function
H A Dsam.h291 Posn readio(File*, int*, int, int);
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/sam/
H A Dshell.c121 f->ndot.r.p2 = addr.r.p2+readio(f, &nulls, 0, FALSE); in plan9()
H A Derr21 io.c: In function `readio':
H A Dio.c76 readio(File *f, int *nulls, int setdate, int toterm) in readio() function
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/include/linux/
H A Dfb.h444 void (*readio) (struct fb_info *info, void *dst, void *src, unsigned int size); member
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/include/linux/
H A Dfb.h444 void (*readio) (struct fb_info *info, void *dst, void *src, unsigned int size); member
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/include/linux/
H A Dfb.h444 void (*readio) (struct fb_info *info, void *dst, void *src, unsigned int size); member
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/include/linux/
H A Dfb.h444 void (*readio) (struct fb_info *info, void *dst, void *src, unsigned int size); member
/dports/sysutils/u-boot-nanopi-r4s/u-boot-2021.07/include/linux/
H A Dfb.h444 void (*readio) (struct fb_info *info, void *dst, void *src, unsigned int size); member
/dports/sysutils/u-boot-wandboard/u-boot-2021.07/include/linux/
H A Dfb.h444 void (*readio) (struct fb_info *info, void *dst, void *src, unsigned int size); member

123456