HomeSort by relevance Sort by last modified time
    Searched refs:to_header (Results 1 - 6 of 6) sorted by null

  /external/e2fsprogs/lib/ext2fs/
swapfs.c 110 void ext2fs_swap_ext_attr_header(struct ext2_ext_attr_header *to_header,
115 to_header->h_magic = ext2fs_swab32(from_header->h_magic);
116 to_header->h_blocks = ext2fs_swab32(from_header->h_blocks);
117 to_header->h_refcount = ext2fs_swab32(from_header->h_refcount);
118 to_header->h_hash = ext2fs_swab32(from_header->h_hash);
120 to_header->h_reserved[n] =
137 struct ext2_ext_attr_header *to_header = local
142 if (to_header != from_header)
143 memcpy(to_header, from_header, bufsize);
146 ext2fs_swap_ext_attr_header(to_header, from_header)
    [all...]
ext2fs.h     [all...]
  /bionic/libc/bionic/
malloc_debug_leak.cpp 85 static AllocationEntry* to_header(void* mem) { function
295 AllocationEntry* header = to_header(mem);
301 header = to_header(mem);
342 AllocationEntry* header = to_header(oldMem);
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/
index.php 84 $headers = array($request->to_header());
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/
__init__.py 309 def to_header(self, realm=''): member in class:Request
565 headers.update(req.to_header())
571 headers.update(req.to_header())
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
OAuth.php 418 public function to_header($realm=null) { function

Completed in 311 milliseconds