Searched refs:RBUFSIZE (Results 1 – 2 of 2) sorted by relevance
146 #define RBUFSIZE (PSIZE * NPACKET_R) macro169 buf = malloc(RBUFSIZE); in mpegtsrecv()188 len = tlen = read(d, buf, RBUFSIZE); in mpegtsrecv()
86 #define RBUFSIZE (PSIZE * NPACKET_R) macro111 buf = malloc(RBUFSIZE); in dvrecv()147 if ((RBUFSIZE - tlen) < PSIZE) in dvrecv()151 tlen = len = read(d, buf, RBUFSIZE); in dvrecv()