Searched refs:aborted_data_sock (Results 1 – 3 of 3) sorted by relevance
992 aborted_data_sock=-1; in Connection()1313 if(conn && conn->aborted_data_sock!=-1) in Do()1316 int res=read(conn->aborted_data_sock,discard,sizeof(discard)); in Do()1320 Block(conn->aborted_data_sock,POLLIN); in Do()3223 if(conn->aborted_data_sock!=-1) // don't allow double ABOR. in DataAbort()3335 aborted_data_sock=data_sock; in AbortDataConnection()3341 if(aborted_data_sock!=-1) in CloseAbortedDataConnection()3344 close(aborted_data_sock); in CloseAbortedDataConnection()3345 aborted_data_sock=-1; in CloseAbortedDataConnection()4390 if(conn->aborted_data_sock!=-1) in CheckResp()[all …]
79 int aborted_data_sock; variable
7406 * ftpclass.cc: move aborted_data_sock along with control_sock.8468 * ftpclass.cc, ftpclass.h: add aborted_data_sock member; don't