Searched refs:data_sec (Results 1 – 2 of 2) sorted by relevance
177 enum protection_level data_sec; in Curl_pp_vsendf() local216 data_sec = conn->data_prot; in Curl_pp_vsendf()217 DEBUGASSERT(data_sec > PROT_NONE && data_sec < PROT_LAST); in Curl_pp_vsendf()218 conn->data_prot = data_sec; in Curl_pp_vsendf()
68 enum protection_level data_sec = conn->data_prot; in ftpsend() local95 DEBUGASSERT(data_sec > PROT_NONE && data_sec < PROT_LAST); in ftpsend()96 conn->data_prot = data_sec; in ftpsend()