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

  /external/pdfium/third_party/lpng_v163/
pngwio.c 57 check = fwrite(data, 1, length, (png_FILE_p)(png_ptr->io_ptr));
80 png_FILE_p io_ptr; local
85 io_ptr = png_voidcast(png_FILE_p, (png_ptr->io_ptr));
86 fflush(io_ptr);
96 * io_ptr - pointer to user supplied structure containing info about
117 * a good idea if io_ptr does not point to a standard
121 png_set_write_fn(png_structrp png_ptr, png_voidp io_ptr,
127 png_ptr->io_ptr = io_ptr;
    [all...]
pngstruct.h 159 png_voidp io_ptr; /* ptr to application struct for I/O functions */ member in struct:png_struct_def
  /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 400 png_voidp io_ptr; local
405 io_ptr = png_get_io_ptr(png_ptr);
406 if (io_ptr != NULL)
408 check = fread(data, 1, length, (png_FILE_p)io_ptr);
    [all...]
  /external/opencv3/3rdparty/libpng/
pngrio.c 61 check = fread(data, 1, length, (png_FILE_p)png_ptr->io_ptr);
80 png_FILE_p io_ptr; local
87 io_ptr = (png_FILE_p)CVT_PTR(png_ptr->io_ptr);
91 check = fread(n_data, 1, length, io_ptr);
104 err = fread(buf, 1, read, io_ptr);
132 * io_ptr - pointer to user supplied structure containing info about
145 png_set_read_fn(png_structp png_ptr, png_voidp io_ptr,
151 png_ptr->io_ptr = io_ptr;
    [all...]
pngwio.c 58 check = fwrite(data, 1, length, (png_FILE_p)(png_ptr->io_ptr));
77 png_FILE_p io_ptr; local
84 io_ptr = (png_FILE_p)CVT_PTR(png_ptr->io_ptr);
88 check = fwrite(near_data, 1, length, io_ptr);
102 err = fwrite(buf, 1, written, io_ptr);
139 png_FILE_p io_ptr; local
144 io_ptr = (png_FILE_p)CVT_PTR((png_ptr->io_ptr));
145 fflush(io_ptr);
    [all...]
pngstruct.h 42 png_voidp io_ptr; /* ptr to application struct for I/O functions */ member in struct:png_struct_def
  /external/libpng/contrib/visupng/
PngFile.c 417 (FILE *)png_ptr->io_ptr);
430 check = fwrite(data, 1, length, (FILE *)(png_ptr->io_ptr));
440 FILE *io_ptr; local
441 io_ptr = (FILE *)CVT_PTR((png_ptr->io_ptr));
442 if (io_ptr != NULL)
443 fflush(io_ptr);
  /external/e2fsprogs/misc/
e2initrd_helper.c 373 io_manager io_ptr; local
382 io_ptr = test_io_manager;
386 io_ptr = unix_io_manager;
387 retval = ext2fs_open (device_name, open_flag, 0, 0, io_ptr, &fs);
e2image.c 1363 io_manager io_ptr; local
    [all...]
mke2fs.c 1619 io_manager io_ptr; local
2373 io_manager io_ptr; local
    [all...]
tune2fs.c 188 io_manager io_ptr; local
205 io_ptr = test_io_manager;
209 io_ptr = unix_io_manager;
212 fs->blocksize, io_ptr, &jfs);
652 io_manager io_ptr; local
664 io_ptr = test_io_manager;
668 io_ptr = unix_io_manager;
671 fs->blocksize, io_ptr, &jfs);
1889 io_manager io_ptr, io_ptr_orig = NULL; local
    [all...]
  /external/e2fsprogs/resize/
main.c 177 io_manager io_ptr; local
301 io_ptr = test_io_manager;
305 io_ptr = unix_io_manager;
313 0, 0, io_ptr, &fs);
  /external/e2fsprogs/e2fsck/
journal.c 239 io_manager io_ptr = 0; local
337 io_ptr = inode_io_manager;
364 io_ptr = unix_io_manager;
368 test_io_backing_manager = io_ptr;
369 io_ptr = test_io_manager;
384 retval = io_ptr->open(journal_name, flags,
876 io_manager io_ptr = ctx->fs->io->manager; local
907 ctx->superblock, blocksize, io_ptr,
unix.c 1043 static errcode_t try_open_fs(e2fsck_t ctx, int flags, io_manager io_ptr,
1052 io_ptr, ret_fs);
1064 io_ptr, ret_fs);
1070 flags, 0, 0, io_ptr, ret_fs);
1168 io_manager io_ptr; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_llvm.c 580 LLVMValueRef io_ptr,
586 LLVMValueRef data_ptr = draw_jit_header_data(gallivm, io_ptr);
594 lp_build_printf(gallivm, " ---- %p storing attribute %d (io = %p)\n", data_ptr, index, io_ptr);
608 LLVMValueRef io_ptr,
626 io_ptrs[i] = LLVMBuildGEP(builder, io_ptr, &inds[i], 1, "");
734 LLVMValueRef io_ptr,
752 io_ptrs[i] = LLVMBuildGEP(builder, io_ptr, &inds[i], 1, "");
1074 LLVMValueRef io_ptr, vbuffers_ptr, vb_ptr; local
    [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngstruct.h 42 png_voidp io_ptr; /* ptr to application struct for I/O functions */ member in struct:png_struct_def

Completed in 365 milliseconds