Lines Matching refs:fs
232 fs = cgi_FieldStorage(fp=self.body_file,
238 fs = cgi_FieldStorage(fp=self.body_file,
243 fout = t.transcode_fs(fs, r._content_type_raw)
798 fs = cgi_FieldStorage(
803 vars = MultiDict.from_fieldstorage(fs)
805 fs = cgi_FieldStorage(
809 vars = MultiDict.from_fieldstorage(fs)
1712 def transcode_fs(self, fs, content_type):
1719 for field in fs.list or ():