Home
last modified time | relevance | path

Searched refs:data_prot (Results 1 – 5 of 5) sorted by relevance

/external/curl/lib/
Dpingpong.c171 enum protection_level data_sec = conn->data_prot; in Curl_pp_vsendf()
200 conn->data_prot = PROT_CMD; in Curl_pp_vsendf()
206 conn->data_prot = data_sec; in Curl_pp_vsendf()
305 enum protection_level prot = conn->data_prot; in Curl_pp_readresp()
306 conn->data_prot = PROT_CLEAR; in Curl_pp_readresp()
313 conn->data_prot = prot; in Curl_pp_readresp()
Dsecurity.c212 conn->data_prot, conn); in read_data()
238 if(conn->sec_complete == 0 || conn->data_prot == PROT_CLEAR) in sec_recv()
279 enum protection_level prot_level = conn->data_prot; in do_sec_send()
330 len -= conn->mech->overhead(conn->app_data, conn->data_prot, in sec_write()
424 if(conn->data_prot == level) in sec_set_protection_level()
458 conn->data_prot = level; in sec_set_protection_level()
574 conn->data_prot = PROT_CLEAR; in Curl_sec_end()
Durldata.h995 enum protection_level data_prot; member
Dftp.c4106 enum protection_level data_sec = conn->data_prot; in Curl_ftpsendf()
4126 conn->data_prot = PROT_CMD; in Curl_ftpsendf()
4132 conn->data_prot = data_sec; in Curl_ftpsendf()
Durl.c3982 conn->data_prot = PROT_CLEAR; in allocate_conn()