HomeSort by relevance Sort by last modified time
    Searched defs:io_ptr (Results 1 - 17 of 17) sorted by null

  /external/libpng/
pngwio.c 58 check = fwrite(data, 1, length, (png_FILE_p)(png_ptr->io_ptr));
81 png_FILE_p io_ptr; local
86 io_ptr = png_voidcast(png_FILE_p, (png_ptr->io_ptr));
87 fflush(io_ptr);
97 * io_ptr - pointer to user supplied structure containing info about
118 * a good idea if io_ptr does not point to a standard
122 png_set_write_fn(png_structrp png_ptr, png_voidp io_ptr,
128 png_ptr->io_ptr = io_ptr;
    [all...]
pngstruct.h 158 png_voidp io_ptr; /* ptr to application struct for I/O functions */ member in struct:png_struct_def
pngtest.c 392 png_voidp io_ptr; local
397 io_ptr = png_get_io_ptr(png_ptr);
398 if (io_ptr != NULL)
400 check = fread(data, 1, length, (png_FILE_p)io_ptr);
    [all...]
  /external/pdfium/third_party/libpng16/
pngwio.c 58 check = fwrite(data, 1, length, (png_FILE_p)(png_ptr->io_ptr));
81 png_FILE_p io_ptr; local
86 io_ptr = png_voidcast(png_FILE_p, (png_ptr->io_ptr));
87 fflush(io_ptr);
97 * io_ptr - pointer to user supplied structure containing info about
118 * a good idea if io_ptr does not point to a standard
122 png_set_write_fn(png_structrp png_ptr, png_voidp io_ptr,
128 png_ptr->io_ptr = io_ptr;
    [all...]
pngstruct.h 158 png_voidp io_ptr; /* ptr to application struct for I/O functions */ member in struct:png_struct_def
  /external/libpng/contrib/visupng/
PngFile.c 421 (FILE *)png_ptr->io_ptr);
434 check = fwrite(data, 1, length, (FILE *)(png_ptr->io_ptr));
444 FILE *io_ptr; local
445 io_ptr = (FILE *)CVT_PTR((png_ptr->io_ptr));
446 if (io_ptr != NULL)
447 fflush(io_ptr);
  /external/e2fsprogs/misc/
e2initrd_helper.c 374 io_manager io_ptr; local
383 io_ptr = test_io_manager;
387 io_ptr = unix_io_manager;
388 retval = ext2fs_open (device_name, open_flag, 0, 0, io_ptr, &fs);
e2image.c 1392 io_manager io_ptr; local
    [all...]
mke2fs.c 1856 io_manager io_ptr; local
2838 io_manager io_ptr; local
    [all...]
tune2fs.c 254 io_manager io_ptr; local
271 io_ptr = test_io_manager;
275 io_ptr = unix_io_manager;
278 fs->blocksize, io_ptr, &jfs);
1534 io_manager io_ptr; local
2902 io_manager io_ptr, io_ptr_orig = NULL; local
    [all...]
  /external/e2fsprogs/resize/
main.c 172 io_manager *io_ptr)
181 retval = set_undo_io_backing_manager(*io_ptr);
184 *io_ptr = undo_io_manager;
226 retval = set_undo_io_backing_manager(*io_ptr);
229 *io_ptr = undo_io_manager;
262 io_manager io_ptr; local
396 io_ptr = test_io_manager;
400 io_ptr = unix_io_manager;
407 retval = resize2fs_setup_tdb(device_name, undo_file, &io_ptr);
412 0, 0, io_ptr, &fs)
    [all...]
  /external/e2fsprogs/debugfs/
journal.c 301 io_manager io_ptr = 0; local
388 io_ptr = inode_io_manager;
418 io_ptr = unix_io_manager;
422 test_io_backing_manager = io_ptr;
423 io_ptr = test_io_manager;
429 retval = io_ptr->open(journal_name, fs->flags & EXT2_FLAG_RW,
775 io_manager io_ptr = fs->io->manager; local
808 retval = ext2fs_open(fsname, fsflags, 0, fsblocksize, io_ptr, fsp);
debugfs.c 61 io_manager *io_ptr)
70 retval = set_undo_io_backing_manager(*io_ptr);
73 *io_ptr = undo_io_manager;
115 retval = set_undo_io_backing_manager(*io_ptr);
118 *io_ptr = undo_io_manager;
141 io_manager io_ptr = unix_io_manager; local
168 retval = debugfs_setup_tdb(device, undo_file, &io_ptr);
175 io_ptr, &current_fs);
    [all...]
  /external/e2fsprogs/e2fsck/
journal.c 290 io_manager io_ptr = 0; local
389 io_ptr = inode_io_manager;
418 io_ptr = unix_io_manager;
422 test_io_backing_manager = io_ptr;
423 io_ptr = test_io_manager;
438 retval = io_ptr->open(journal_name, flags,
966 io_manager io_ptr = ctx->fs->io->manager; local
997 ctx->superblock, blocksize, io_ptr,
unix.c 1149 static errcode_t try_open_fs(e2fsck_t ctx, int flags, io_manager io_ptr,
1158 io_ptr, ret_fs);
1170 io_ptr, ret_fs);
1176 flags, 0, 0, io_ptr, ret_fs);
1371 io_manager io_ptr; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_llvm.h 406 LLVMValueRef io_ptr; member in struct:draw_gs_llvm_variant
draw_llvm.c 793 LLVMValueRef io_ptr,
799 LLVMValueRef data_ptr = draw_jit_header_data(gallivm, io_ptr);
810 lp_build_printf(gallivm, " ---- %p storing attribute %d (io = %p)\n", data_ptr, index, io_ptr);
872 LLVMValueRef io_ptr,
897 io_ptrs[i] = LLVMBuildGEP(builder, io_ptr, &inds[i], 1, "");
1538 LLVMValueRef io_ptr, vbuffers_ptr, vb_ptr; local
2240 LLVMValueRef io_ptr, input_array, num_prims, mask_val; local
    [all...]

Completed in 754 milliseconds