Searched refs:NetRead (Results 1 - 5 of 5) sorted by relevance

/ast/src/cmd/cs/vcs_src/
H A Difs_agent.h99 extern int NetRead();
H A Difs_gopher.c69 while( (len = NetRead( nFile, buf, sizeof(buf) )) > 0 ) {
H A Difs_network.c65 logit( "NetRead: select error\n" );
72 logit( "NetRead: bypass signal\n" );
78 logit( "NetRead: timeout\n" );
122 *name: NetRead
127 NetRead( nFile, buf, bufsize ) function
174 while( bufsize > 1 && NetRead( nFile, ptr, 1 ) == 1 ) {
H A Difs_http.c163 while( (len = NetRead( nFile, line, sizeof(line) )) > 0 ) {
H A Difs_ftp.c353 while( (len = NetRead( nData, buf, sizeof(buf) )) > 0 )

Completed in 944 milliseconds