Lines Matching defs:data
366 CURLcode Curl_altsvc_save(struct Curl_easy *data,
387 result = Curl_fopen(data, file, &out, &tempstore);
486 * the data correctly in the cache.
491 * Currently this function rejects invalid data without returning an error.
495 CURLcode Curl_altsvc_parse(struct Curl_easy *data,
509 (void)data;
512 infof(data, "Excessive alt-svc header, ignoring.");
560 infof(data, "Excessive alt-svc host name, ignoring.");
582 infof(data, "Unknown alt-svc port number, ignoring.");
655 infof(data, "Added alt-svc: %s:%d over %s", dsthost, dstport,