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

  /external/libpng/
pngrio.c 76 if ( !ReadFile((HANDLE)(png_ptr->io_ptr), data, length, &check, NULL) )
80 (png_FILE_p)png_ptr->io_ptr);
100 png_FILE_p io_ptr; local
106 io_ptr = (png_FILE_p)CVT_PTR(png_ptr->io_ptr);
110 if ( !ReadFile((HANDLE)(png_ptr->io_ptr), data, length, &check,
114 check = fread(n_data, 1, length, io_ptr);
127 if ( !ReadFile((HANDLE)(io_ptr), buf, read, &err, NULL) )
130 err = fread(buf, (png_size_t)1, read, io_ptr);
153 * 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/qemu/distrib/libpng-1.2.19/
pngrio.c 54 if ( !ReadFile((HANDLE)(png_ptr->io_ptr), data, length, &check, NULL) )
58 (png_FILE_p)png_ptr->io_ptr);
78 png_FILE_p io_ptr; local
83 io_ptr = (png_FILE_p)CVT_PTR(png_ptr->io_ptr);
87 if ( !ReadFile((HANDLE)(png_ptr->io_ptr), data, length, &check, NULL) )
90 check = fread(n_data, 1, length, io_ptr);
103 if ( !ReadFile((HANDLE)(io_ptr), buf, read, &err, NULL) )
106 err = fread(buf, (png_size_t)1, read, io_ptr);
129 io_ptr - pointer to user supplied structure containing info abou
    [all...]
pngwio.c 50 if ( !WriteFile((HANDLE)(png_ptr->io_ptr), data, length, &check, NULL) )
53 check = fwrite(data, 1, length, (png_FILE_p)(png_ptr->io_ptr));
72 png_FILE_p io_ptr; local
77 io_ptr = (png_FILE_p)CVT_PTR(png_ptr->io_ptr);
81 if ( !WriteFile(io_ptr, near_data, length, &check, NULL) )
84 check = fwrite(near_data, 1, length, io_ptr);
98 if ( !WriteFile(io_ptr, buf, written, &err, NULL) )
101 err = fwrite(buf, 1, written, io_ptr);
135 png_FILE_p io_ptr; local
    [all...]
png.h 1129 png_voidp io_ptr; \/* ptr to application struct for I\/O functions *\/ member in struct:png_struct_def
    [all...]
  /external/e2fsprogs/resize/
main.c 158 io_manager io_ptr; local
286 io_ptr = test_io_manager;
289 io_ptr = unix_io_manager;
294 0, 0, io_ptr, &fs);
  /external/libpng/contrib/visupng/
PngFile.c 409 (FILE *)png_ptr->io_ptr);
422 check = fwrite(data, 1, length, (FILE *)(png_ptr->io_ptr));
432 FILE *io_ptr; local
433 io_ptr = (FILE *)CVT_PTR((png_ptr->io_ptr));
434 if (io_ptr != NULL)
435 fflush(io_ptr);
  /external/e2fsprogs/e2fsck/
super.c 800 io_manager io_ptr; local
journal.c 232 io_manager io_ptr = 0; local
328 io_ptr = inode_io_manager;
355 io_ptr = unix_io_manager;
359 test_io_backing_manager = io_ptr;
360 io_ptr = test_io_manager;
365 retval = io_ptr->open(journal_name, IO_FLAG_RW,
837 io_manager io_ptr = ctx->fs->io->manager; local
859 ctx->superblock, blocksize, io_ptr,
unix.c 882 io_manager io_ptr; local
948 io_ptr = test_io_manager;
951 io_ptr = unix_io_manager;
962 io_ptr, &fs);
970 io_ptr, &fs);
976 flags, 0, 0, io_ptr, &fs);
991 get_backup_sb(ctx, fs, ctx->filesystem_name, io_ptr);
    [all...]
  /external/e2fsprogs/misc/
e2initrd_helper.c 365 io_manager io_ptr; local
373 io_ptr = test_io_manager;
376 io_ptr = unix_io_manager;
378 retval = ext2fs_open (device_name, open_flag, 0, 0, io_ptr, &fs);
e2image.c 553 io_manager io_ptr; local
562 io_ptr = test_io_manager;
565 io_ptr = unix_io_manager;
569 io_ptr, &fs);
592 retval = io_ptr->open(device, IO_FLAG_RW, &io);
tune2fs.c 145 io_manager io_ptr; local
161 io_ptr = test_io_manager;
164 io_ptr = unix_io_manager;
168 fs->blocksize, io_ptr, &jfs);
424 io_manager io_ptr; local
435 io_ptr = test_io_manager;
438 io_ptr = unix_io_manager;
442 fs->blocksize, io_ptr, &jfs);
888 io_manager io_ptr; local
908 io_ptr = test_io_manager
    [all...]
mke2fs.c 1220 io_manager io_ptr; local
1223 io_ptr = test_io_manager;
1226 io_ptr = unix_io_manager;
1230 0, io_ptr, &jfs);
1578 io_manager io_ptr; local
    [all...]

Completed in 172 milliseconds