Lines Matching refs:aptr
1003 if(data->state.aptr.host) { in Curl_http()
1004 result = Curl_hyper_header(data, headers, data->state.aptr.host); in Curl_http()
1010 if(data->state.aptr.proxyuserpwd) { in Curl_http()
1011 result = Curl_hyper_header(data, headers, data->state.aptr.proxyuserpwd); in Curl_http()
1017 if(data->state.aptr.userpwd) { in Curl_http()
1018 result = Curl_hyper_header(data, headers, data->state.aptr.userpwd); in Curl_http()
1023 if((data->state.use_range && data->state.aptr.rangeline)) { in Curl_http()
1024 result = Curl_hyper_header(data, headers, data->state.aptr.rangeline); in Curl_http()
1031 data->state.aptr.uagent) { in Curl_http()
1032 result = Curl_hyper_header(data, headers, data->state.aptr.uagent); in Curl_http()
1075 Curl_safefree(data->state.aptr.ref); in Curl_http()
1077 data->state.aptr.ref = aprintf("Referer: %s\r\n", data->state.referer); in Curl_http()
1078 if(!data->state.aptr.ref) in Curl_http()
1081 result = Curl_hyper_header(data, headers, data->state.aptr.ref); in Curl_http()
1091 result = Curl_hyper_header(data, headers, data->state.aptr.te); in Curl_http()
1098 Curl_safefree(data->state.aptr.accept_encoding); in Curl_http()
1099 data->state.aptr.accept_encoding = in Curl_http()
1101 if(!data->state.aptr.accept_encoding) in Curl_http()
1105 data->state.aptr.accept_encoding); in Curl_http()
1110 Curl_safefree(data->state.aptr.accept_encoding); in Curl_http()
1170 Curl_safefree(data->state.aptr.userpwd); in Curl_http()
1172 Curl_safefree(data->state.aptr.proxyuserpwd); in Curl_http()