Searched refs:header_names (Results 1 – 4 of 4) sorted by relevance
201 const char **header_names, in clCompileProgram() argument213 if (bool(num_headers) != bool(header_names)) in clCompileProgram()227 range(header_names, num_headers), in clCompileProgram()
386 header_names = {}397 header_names[name.lower()] = None
1233 header_names = frozenset(k.lower() for k in headers)1235 if 'host' in header_names:1237 if 'accept-encoding' in header_names:1249 if 'content-length' not in header_names:1253 if 'transfer-encoding' not in header_names:
1069 header_names = dict.fromkeys([k.lower() for k in headers])1071 if 'host' in header_names:1073 if 'accept-encoding' in header_names:1078 if 'content-length' not in header_names: