HomeSort by relevance Sort by last modified time
    Searched refs:io_ptr (Results 1 - 25 of 46) sorted by null

1 2

  /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...]
pngrio.c 60 check = fread(data, 1, length, png_voidcast(png_FILE_p, png_ptr->io_ptr));
74 * io_ptr - pointer to user supplied structure containing info about
87 png_set_read_fn(png_structrp png_ptr, png_voidp io_ptr,
93 png_ptr->io_ptr = io_ptr;
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/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...]
pngrio.c 60 check = fread(data, 1, length, png_voidcast(png_FILE_p, png_ptr->io_ptr));
74 * io_ptr - pointer to user supplied structure containing info about
87 png_set_read_fn(png_structrp png_ptr, png_voidp io_ptr,
93 png_ptr->io_ptr = io_ptr;
pngstruct.h 158 png_voidp io_ptr; /* ptr to application struct for I/O functions */ member in struct:png_struct_def
  /external/skia/third_party/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...]
pngrio.c 60 check = fread(data, 1, length, png_voidcast(png_FILE_p, png_ptr->io_ptr));
74 * io_ptr - pointer to user supplied structure containing info about
87 png_set_read_fn(png_structrp png_ptr, png_voidp io_ptr,
93 png_ptr->io_ptr = io_ptr;
pngstruct.h 158 png_voidp io_ptr; /* ptr to application struct for I/O functions */ member in struct:png_struct_def
  /external/syslinux/com32/lib/libpng/
pngrio.c 61 if ( !ReadFile((HANDLE)(png_ptr->io_ptr), data, length, &check, NULL) )
65 (png_FILE_p)png_ptr->io_ptr);
85 png_FILE_p io_ptr; local
91 io_ptr = (png_FILE_p)CVT_PTR(png_ptr->io_ptr);
95 if ( !ReadFile((HANDLE)(png_ptr->io_ptr), data, length, &check,
99 check = fread(n_data, 1, length, io_ptr);
112 if ( !ReadFile((HANDLE)(io_ptr), buf, read, &err, NULL) )
115 err = fread(buf, (png_size_t)1, read, io_ptr);
138 * io_ptr - pointer to user supplied structure containing info abou
    [all...]
pngwio.c 57 if ( !WriteFile((HANDLE)(png_ptr->io_ptr), data, length, &check, NULL) )
60 check = fwrite(data, 1, length, (png_FILE_p)(png_ptr->io_ptr));
79 png_FILE_p io_ptr; local
85 io_ptr = (png_FILE_p)CVT_PTR(png_ptr->io_ptr);
89 if ( !WriteFile(io_ptr, near_data, length, &check, NULL) )
92 check = fwrite(near_data, 1, length, io_ptr);
106 if ( !WriteFile(io_ptr, buf, written, &err, NULL) )
109 err = fwrite(buf, 1, written, io_ptr);
146 png_FILE_p io_ptr; local
    [all...]
pngtest.c 316 png_voidp io_ptr; local
321 io_ptr = png_get_io_ptr(png_ptr);
322 if (io_ptr != NULL)
324 READFILE((png_FILE_p)io_ptr, data, length, check);
346 png_FILE_p io_ptr; local
350 io_ptr = (png_FILE_p)CVT_PTR(png_ptr->io_ptr);
353 READFILE(io_ptr, n_data, length, check);
364 READFILE(io_ptr, buf, 1, err);
400 WRITEFILE((png_FILE_p)png_ptr->io_ptr, data, length, check)
420 png_FILE_p io_ptr; local
    [all...]
  /external/e2fsprogs/resize/
main.c 171 io_manager *io_ptr)
180 retval = set_undo_io_backing_manager(*io_ptr);
183 *io_ptr = undo_io_manager;
225 retval = set_undo_io_backing_manager(*io_ptr);
228 *io_ptr = undo_io_manager;
261 io_manager io_ptr; local
395 io_ptr = test_io_manager;
399 io_ptr = unix_io_manager;
406 retval = resize2fs_setup_tdb(device_name, undo_file, &io_ptr);
411 0, 0, io_ptr, &fs)
    [all...]
  /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 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);
e2undo.c 214 static int e2undo_setup_tdb(const char *name, io_manager *io_ptr)
223 retval = set_undo_io_backing_manager(*io_ptr);
226 *io_ptr = undo_io_manager;
268 retval = set_undo_io_backing_manager(*io_ptr);
271 *io_ptr = undo_io_manager;
tune2fs.c 249 io_manager io_ptr; local
266 io_ptr = test_io_manager;
270 io_ptr = unix_io_manager;
273 fs->blocksize, io_ptr, &jfs);
1405 io_manager io_ptr; local
2742 io_manager io_ptr, io_ptr_orig = NULL; local
    [all...]
mke2fs.c 1847 io_manager io_ptr; local
2792 io_manager io_ptr; local
    [all...]
e2image.c 1380 io_manager io_ptr; local
    [all...]
  /external/e2fsprogs/e2fsck/
unix.c 1107 static errcode_t try_open_fs(e2fsck_t ctx, int flags, io_manager io_ptr,
1116 io_ptr, ret_fs);
1128 io_ptr, ret_fs);
1134 flags, 0, 0, io_ptr, ret_fs);
1328 io_manager io_ptr; local
    [all...]
journal.c 290 io_manager io_ptr = 0; local
388 io_ptr = inode_io_manager;
415 io_ptr = unix_io_manager;
419 test_io_backing_manager = io_ptr;
420 io_ptr = test_io_manager;
435 retval = io_ptr->open(journal_name, flags,
963 io_manager io_ptr = ctx->fs->io->manager; local
994 ctx->superblock, blocksize, io_ptr,
  /external/e2fsprogs/debugfs/
journal.c 295 io_manager io_ptr = 0; local
382 io_ptr = inode_io_manager;
412 io_ptr = unix_io_manager;
416 test_io_backing_manager = io_ptr;
417 io_ptr = test_io_manager;
423 retval = io_ptr->open(journal_name, fs->flags & EXT2_FLAG_RW,
767 io_manager io_ptr = fs->io->manager; local
799 0, fsblocksize, io_ptr,
debugfs.c 60 io_manager *io_ptr)
68 retval = set_undo_io_backing_manager(*io_ptr);
71 *io_ptr = undo_io_manager;
113 retval = set_undo_io_backing_manager(*io_ptr);
116 *io_ptr = undo_io_manager;
139 io_manager io_ptr = unix_io_manager; local
171 retval = debugfs_setup_tdb(device, undo_file, &io_ptr);
177 io_ptr, &current_fs);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_llvm.c 789 LLVMValueRef io_ptr,
795 LLVMValueRef data_ptr = draw_jit_header_data(gallivm, io_ptr);
806 lp_build_printf(gallivm, " ---- %p storing attribute %d (io = %p)\n", data_ptr, index, io_ptr);
868 LLVMValueRef io_ptr,
893 io_ptrs[i] = LLVMBuildGEP(builder, io_ptr, &inds[i], 1, "");
1534 LLVMValueRef io_ptr, vbuffers_ptr, vb_ptr; local
2231 LLVMValueRef io_ptr, input_array, num_prims, mask_val; local
    [all...]

Completed in 690 milliseconds

1 2