Searched refs:get_header (Results 1 – 12 of 12) sorted by relevance
77 get_header(const void *ptr) in get_header() function112 ralloc_header *parent = ctx != NULL ? get_header(ctx) : NULL; in ralloc_size()136 old = get_header(ptr); in resize()206 info = get_header(ptr); in ralloc_free()256 info = get_header(ptr); in ralloc_steal()257 parent = get_header(new_ctx); in ralloc_steal()272 info = get_header(ptr); in ralloc_parent()297 ralloc_header *info = get_header(ptr); in ralloc_set_destructor()
167 response.update_date(response.get_header('last-modified')))168 response_etag = response.get_header('etag')286 content_type = self[request].get_header('content-type')803 def get_header(self, key, default=None): member in ArchivedHttpResponse847 date_seconds = self._get_epoch_seconds(self.get_header('date'))855 return self.get_header('content-encoding') == 'gzip'858 return self.get_header('content-encoding') in ('gzip', 'deflate')861 return self.get_header('transfer-encoding') == 'chunked'868 content_type = self.get_header('content-type')
58 content_type = response.get_header('content-type')82 content_type = response.get_header('content-type')
123 has_content_length = response.get_header('content-length') is not None124 self.server_version = response.get_header('server', 'WebPageReplay')
38 FT_WinFnt_GetHeaderFunc get_header; in FT_DEFINE_SERVICE() local
45 error = service->get_header( face, header ); in FT_Get_WinFNT_Header()
326 self = get_header(name, raiseError=False)547 def get_header(name, raiseError=True): function583 head = get_header(key, strict)
70 header = get_header(k)
916 #define lbr$get_header LBR$GET_HEADER
156 def get_header(self): member in identifier