Home
last modified time | relevance | path

Searched refs:iovOrig (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/lib/libresolv2/common/isc/
H A Dev_streams.c194 memput(old->iovOrig, sizeof (struct iovec) * old->iovOrigCount); in evCancelRW()
204 str->iovOrig = (struct iovec *)memget(sizeof(struct iovec) * iocnt); in copyvec()
205 if (str->iovOrig == NULL) { in copyvec()
211 str->iovOrig[i] = iov[i]; in copyvec()
215 str->iovCur = str->iovOrig; in copyvec()
H A Deventlib_p.h132 struct iovec * iovOrig; member