Searched refs:io_ptr (Results 1 - 17 of 17) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/
H A Dpngrio.c61 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
150 png_set_read_fn(png_structp png_ptr, png_voidp io_ptr, png_rw_ptr read_data_fn) argument
[all...]
H A Dpngwio.c57 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
188 png_set_write_fn(png_structp png_ptr, png_voidp io_ptr, png_rw_ptr write_data_fn, png_flush_ptr output_flush_fn) argument
[all...]
H A Dpngtest.c316 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, dat
420 png_FILE_p io_ptr; local
[all...]
H A Dpng.c633 /* This function returns a pointer to the io_ptr associated with the user
642 return (png_ptr->io_ptr);
661 png_ptr->io_ptr = (png_voidp)fp;
H A Dpngpread.c1239 return png_ptr->io_ptr;
H A Dpng.h1268 png_voidp io_ptr PNG_DEPSTRUCT; /* ptr to application struct for I/O functions */
2078 png_voidp io_ptr, png_rw_ptr write_data_fn, png_flush_ptr output_flush_fn));
2082 png_voidp io_ptr, png_rw_ptr read_data_fn));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/png/
H A Dpngrio.c51 if ( !ReadFile((HANDLE)(png_ptr->io_ptr), data, length, &check, NULL) )
55 (png_FILE_p)png_ptr->io_ptr);
75 png_FILE_p io_ptr; local
79 io_ptr = (png_FILE_p)CVT_PTR(png_ptr->io_ptr);
83 if ( !ReadFile((HANDLE)(png_ptr->io_ptr), data, length, &check, NULL) )
86 check = fread(n_data, 1, length, io_ptr);
99 if ( !ReadFile((HANDLE)(io_ptr), buf, read, &err, NULL) )
102 err = fread(buf, (png_size_t)1, read, io_ptr);
125 io_ptr
134 png_set_read_fn(png_structp png_ptr, png_voidp io_ptr, png_rw_ptr read_data_fn) argument
[all...]
H A Dpngwio.c49 if ( !WriteFile((HANDLE)(png_ptr->io_ptr), data, length, &check, NULL) )
52 check = fwrite(data, 1, length, (png_FILE_p)(png_ptr->io_ptr));
71 png_FILE_p io_ptr; local
75 io_ptr = (png_FILE_p)CVT_PTR(png_ptr->io_ptr);
79 if ( !WriteFile(io_ptr, near_data, length, &check, NULL) )
82 check = fwrite(near_data, 1, length, io_ptr);
96 if ( !WriteFile(io_ptr, buf, written, &err, NULL) )
99 err = fwrite(buf, 1, written, io_ptr);
133 png_FILE_p io_ptr; local
165 png_set_write_fn(png_structp png_ptr, png_voidp io_ptr, png_rw_ptr write_data_fn, png_flush_ptr output_flush_fn) argument
[all...]
H A Dpngtest.c306 READFILE((png_FILE_p)png_ptr->io_ptr, data, length, check);
327 png_FILE_p io_ptr; local
331 io_ptr = (png_FILE_p)CVT_PTR(png_ptr->io_ptr);
334 READFILE(io_ptr, n_data, length, check);
345 READFILE(io_ptr, buf, 1, err);
368 png_FILE_p io_ptr; local
369 io_ptr = (png_FILE_p)CVT_PTR((png_ptr->io_ptr));
370 if (io_ptr !
406 png_FILE_p io_ptr; local
[all...]
H A Dpng.c594 /* This function returns a pointer to the io_ptr associated with the user
601 return (png_ptr->io_ptr);
615 png_ptr->io_ptr = (png_voidp)fp;
H A Dpng.h1042 png_voidp io_ptr; /* ptr to application struct for I/O functions */ member in struct:png_struct_def
1808 png_voidp io_ptr, png_rw_ptr write_data_fn, png_flush_ptr output_flush_fn));
1812 png_voidp io_ptr, png_rw_ptr read_data_fn));
H A Dpngpread.c1571 return png_ptr->io_ptr;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/contrib/visupng/
H A DPngFile.c409 (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);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A Dutil.c213 io_manager io_ptr; local
217 io_ptr = unix_io_manager;
220 fs->blocksize, io_ptr, &jfs);
H A Dtune2fs.c88 io_manager io_ptr; local
103 io_ptr = unix_io_manager;
106 fs->blocksize, io_ptr, &jfs);
586 io_manager io_ptr; local
598 io_ptr = unix_io_manager;
600 0, 0, io_ptr, &fs);
H A Dmke2fs.c985 io_manager io_ptr; local
988 io_ptr = test_io_manager;
991 io_ptr = unix_io_manager;
995 0, io_ptr, &jfs);
1186 io_manager io_ptr; local
1194 io_ptr = test_io_manager;
1197 io_ptr = unix_io_manager;
1204 io_ptr, &fs);
H A De2fsck.c1549 io_manager io_ptr = 0; local
1641 io_ptr = inode_io_manager;
1666 io_ptr = unix_io_manager;
1672 retval = io_ptr->open(journal_name, IO_FLAG_RW,
2119 io_manager io_ptr = ctx->fs->io->manager; local
2141 ctx->superblock, blocksize, io_ptr,
13171 io_manager io_ptr; local
13217 io_ptr = test_io_manager;
13220 io_ptr = unix_io_manager;
13229 io_ptr,
[all...]

Completed in 301 milliseconds