HomeSort by relevance Sort by last modified time
    Searched refs:to_header (Results 1 - 9 of 9) 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 82 static inline AllocationEntry* to_header(void* mem) { function
301 AllocationEntry* header = to_header(mem);
308 header = to_header(header->entry);
350 AllocationEntry* header = to_header(oldMem);
353 header = to_header(header->entry);
403 AllocationEntry* header = to_header(reinterpret_cast<void*>(ptr));
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/
index.php 84 $headers = array($request->to_header());
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/
index.php 83 $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_org/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
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
OAuth.php 418 public function to_header($realm=null) { function

Completed in 248 milliseconds