Searched refs:header_names (Results 1 – 3 of 3) 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
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: