Home
last modified time | relevance | path

Searched refs:clientRecv (Results 1 – 5 of 5) sorted by relevance

/dports/emulators/hercules/hercules-3.13/
H A Dshared.h489 static int clientRecv (DEVBLK *dev, BYTE *hdr, BYTE *buf, int buflen);
H A Dshared.c795 rc = clientRecv (dev, hdr, buf, dev->ckdtrksz); in shared_ckd_read()
1008 rc = clientRecv (dev, hdr, dev->buf, FBA_BLKGRP_SIZE); in shared_fba_read()
1182 rc = clientRecv (dev, hdr, errmsg, sizeof(errmsg)); in clientWrite()
1385 rc = clientRecv (dev, hdr, temp, sizeof(temp)); in clientRequest()
1523 static int clientRecv (DEVBLK *dev, BYTE *hdr, BYTE *buf, int buflen) in clientRecv() function
/dports/irc/pounce/pounce-3.0/
H A Dbounce.h233 void clientRecv(struct Client *client);
H A Dbounce.c419 if (revents & POLLIN) clientRecv(client); in main()
H A Dclient.c397 void clientRecv(struct Client *client) { in clientRecv() function