• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/LPRng/src/common/

Lines Matching defs:transfer_timeout

86  * 	int transfer_timeout    - maximum time to send
93 int transfer_timeout, char *final_filter )
201 transfer_timeout,
207 status = Send_auth_transfer( &sock, transfer_timeout,
210 status = Send_block( &sock, job, logjob, transfer_timeout );
212 status = Send_normal( &sock, job, logjob, transfer_timeout, 0, final_filter );
263 * int transfer_timeout, - transfer timeout
291 int transfer_timeout, int block_fd, char *final_filter )
310 if( (status = Link_send( RemoteHost_DYN, sock, transfer_timeout,
332 status = Send_data_files( sock, job, logjob, transfer_timeout, block_fd, final_filter );
334 sock, job, logjob, transfer_timeout, block_fd );
336 status = Send_control( sock, job, logjob, transfer_timeout, block_fd );
338 sock, job, logjob, transfer_timeout, block_fd, final_filter );
343 int Send_control( int *sock, struct job *job, struct job *logjob, int transfer_timeout,
378 if( (status = Link_send( RemoteHost_DYN, sock, transfer_timeout,
409 if( (status = Link_send( RemoteHost_DYN, sock, transfer_timeout,
452 int transfer_timeout, int block_fd, char *final_filter )
519 if( (status = Link_send( RemoteHost_DYN, sock, transfer_timeout,
548 status = Link_copy( RemoteHost_DYN, sock, 0, transfer_timeout,
558 transfer_timeout,"",1,&ack )) ) ){
625 * int transfer_timeout, - transfer timeout
643 int Send_block( int *sock, struct job *job, struct job *logjob, int transfer_timeout )
662 status = Send_normal( &tempfd, job, logjob, transfer_timeout, tempfd, 0 );
690 status = Link_send( RemoteHost_DYN, sock, transfer_timeout,
714 status = Link_copy( RemoteHost_DYN, sock, 0, transfer_timeout,
718 status = Link_send( RemoteHost_DYN,sock,transfer_timeout,"",1,&ack );