Searched refs:netbuf (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/cs/vcs_src/
H A Difs_network.c48 /* move the cache data to the beginning of netbuf */
50 if( nFile->size >= sizeof(nFile->netbuf) )
51 return sizeof(nFile->netbuf); /* cache buffer full */
52 memcpy( nFile->netbuf, nFile->netbuf + nFile->head, nFile->size );
81 num = sizeof(nFile->netbuf) - nFile->size;
82 num = read( fds.fd, nFile->netbuf + nFile->size, num );
144 memcpy( buf, nFile->netbuf + nFile->head, len );
H A Difs_agent.h43 char netbuf[ STRLEN ]; member in struct:sNetFile

Completed in 10 milliseconds