Home
last modified time | relevance | path

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

/curl/lib/
H A Dpingpong.c174 enum protection_level data_sec; in Curl_pp_vsendf() local
209 data_sec = conn->data_prot; in Curl_pp_vsendf()
210 DEBUGASSERT(data_sec > PROT_NONE && data_sec < PROT_LAST); in Curl_pp_vsendf()
211 conn->data_prot = (unsigned char)data_sec; in Curl_pp_vsendf()
H A Dkrb5.c76 unsigned char data_sec = conn->data_prot; in ftpsend() local
96 DEBUGASSERT(data_sec > PROT_NONE && data_sec < PROT_LAST); in ftpsend()
97 conn->data_prot = data_sec; in ftpsend()

Completed in 12 milliseconds