Searched refs:NetRead (Results 1 - 5 of 5) sorted by relevance
/ast/src/cmd/cs/vcs_src/ |
H A D | ifs_agent.h | 99 extern int NetRead();
|
H A D | ifs_gopher.c | 69 while( (len = NetRead( nFile, buf, sizeof(buf) )) > 0 ) {
|
H A D | ifs_network.c | 65 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 D | ifs_http.c | 163 while( (len = NetRead( nFile, line, sizeof(line) )) > 0 ) {
|
H A D | ifs_ftp.c | 353 while( (len = NetRead( nData, buf, sizeof(buf) )) > 0 )
|
Completed in 944 milliseconds