Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/perl/vms/
H A Dvms.c11124 static unsigned int *sockflags, sockflagsize; variable
11141 if (!sockflagsize || fdoff > sockflagsize) {
11144 memset(sockflags+sockflagsize,0,fdoff + 2 - sockflagsize);
11145 sockflagsize = fdoff + 2;
11168 if (sockflagsize && fdoff < sockflagsize)
11195 if (fdoff < sockflagsize &&