Searched refs:real_readv (Results 1 – 2 of 2) sorted by relevance
122 static ssize_t (*real_readv)(int, const struct iovec *, int); variable357 return real_readv(sockfd, iov, iovcnt); in readv()363 return real_readv(sockfd, iov, iovcnt); in readv()
115 static ssize_t (*real_readv)(int, const struct iovec *, int); variable