Searched refs:data_sec (Results 1 – 2 of 2) sorted by relevance
171 enum protection_level data_sec = conn->data_prot; in Curl_pp_vsendf() local205 DEBUGASSERT(data_sec > PROT_NONE && data_sec < PROT_LAST); in Curl_pp_vsendf()206 conn->data_prot = data_sec; in Curl_pp_vsendf()
4106 enum protection_level data_sec = conn->data_prot; in Curl_ftpsendf() local4131 DEBUGASSERT(data_sec > PROT_NONE && data_sec < PROT_LAST); in Curl_ftpsendf()4132 conn->data_prot = data_sec; in Curl_ftpsendf()