Searched refs:recv_fn (Results 1 – 2 of 2) sorted by relevance
269 def __init__(self, recv_fn, skip_utf8_validation): argument270 self.recv = recv_fn
1108 const PRRecvFN recv_fn = fd->lower->methods->recv; in nspr_io_recv() local1109 const PRInt32 rv = recv_fn(fd->lower, buf, amount, flags, timeout); in nspr_io_recv()