Home
last modified time | relevance | path

Searched refs:data_sec (Results 1 – 2 of 2) sorted by relevance

/external/curl/lib/
Dpingpong.c174 enum protection_level data_sec; in Curl_pp_vsendf() local
214 data_sec = conn->data_prot; in Curl_pp_vsendf()
215 DEBUGASSERT(data_sec > PROT_NONE && data_sec < PROT_LAST); in Curl_pp_vsendf()
216 conn->data_prot = data_sec; in Curl_pp_vsendf()
Dftp.c3959 enum protection_level data_sec = conn->data_prot; in Curl_ftpsend() local
3986 DEBUGASSERT(data_sec > PROT_NONE && data_sec < PROT_LAST); in Curl_ftpsend()
3987 conn->data_prot = data_sec; in Curl_ftpsend()