Lines Matching refs:aptr
834 if(data->state.aptr.host && in Curl_http()
835 Curl_hyper_header(data, headers, data->state.aptr.host)) in Curl_http()
838 if(data->state.aptr.proxyuserpwd && in Curl_http()
839 Curl_hyper_header(data, headers, data->state.aptr.proxyuserpwd)) in Curl_http()
842 if(data->state.aptr.userpwd && in Curl_http()
843 Curl_hyper_header(data, headers, data->state.aptr.userpwd)) in Curl_http()
846 if((data->state.use_range && data->state.aptr.rangeline) && in Curl_http()
847 Curl_hyper_header(data, headers, data->state.aptr.rangeline)) in Curl_http()
852 data->state.aptr.uagent && in Curl_http()
853 Curl_hyper_header(data, headers, data->state.aptr.uagent)) in Curl_http()
872 Curl_safefree(data->state.aptr.ref); in Curl_http()
874 data->state.aptr.ref = aprintf("Referer: %s\r\n", data->state.referer); in Curl_http()
875 if(!data->state.aptr.ref) in Curl_http()
877 if(Curl_hyper_header(data, headers, data->state.aptr.ref)) in Curl_http()
883 Curl_safefree(data->state.aptr.accept_encoding); in Curl_http()
884 data->state.aptr.accept_encoding = in Curl_http()
886 if(!data->state.aptr.accept_encoding) in Curl_http()
888 if(Curl_hyper_header(data, headers, data->state.aptr.accept_encoding)) in Curl_http()
892 Curl_safefree(data->state.aptr.accept_encoding); in Curl_http()
899 if(Curl_hyper_header(data, headers, data->state.aptr.te)) in Curl_http()
956 Curl_safefree(data->state.aptr.userpwd); in Curl_http()
957 Curl_safefree(data->state.aptr.proxyuserpwd); in Curl_http()