Searched refs:data_prot (Results 1 – 4 of 4) sorted by relevance
205 conn->data_prot = PROT_CMD; in Curl_pp_vsendf()211 data_sec = conn->data_prot; in Curl_pp_vsendf()213 conn->data_prot = (unsigned char)data_sec; in Curl_pp_vsendf()308 enum protection_level prot = conn->data_prot; in Curl_pp_readresp()309 conn->data_prot = PROT_CLEAR; in Curl_pp_readresp()318 conn->data_prot = (unsigned char)prot; in Curl_pp_readresp()
75 unsigned char data_sec = conn->data_prot; in ftpsend()92 conn->data_prot = PROT_CMD; in ftpsend()98 conn->data_prot = data_sec; in ftpsend()533 conn->data_prot, conn); in read_data()562 if(conn->sec_complete == 0 || conn->data_prot == PROT_CLEAR) in sec_recv()601 enum protection_level prot_level = conn->data_prot; in do_sec_send()747 if(conn->data_prot == level) in sec_set_protection_level()785 conn->data_prot = level; in sec_set_protection_level()898 conn->data_prot = PROT_CLEAR; in Curl_sec_end()
964 unsigned char data_prot; /* enum protection_level */ member
1589 conn->data_prot = PROT_CLEAR; in allocate_conn()