Home | History | Annotate | Download | only in flip_server

Lines Matching refs:fd2

572     FileData* fd2 = GetFileData(referrer_host_path);
573 if (fd2 != NULL) {
593 if (fd2->headers->HasNonEmptyHeader(header_name)) {
595 fd2->headers->GetHeader(header_name).as_string();
608 fd2->headers->ReplaceOrAppendHeader(header_name, new_value);
613 fd2->related_files.push_back(entry);