Home
last modified time | relevance | path

Searched defs:io (Results 1 – 3 of 3) sorted by path

/php-src/ext/gd/libgd/
H A Dgd_avif.c154 avifIO io; // this must be the first member for easy casting to avifIO* member
171 static avifResult readFromCtx(avifIO *io, uint32_t readFlags, uint64_t offset, size_t size, avifROD… in readFromCtx()
212 static void destroyAvifIO(struct avifIO *io) { in destroyAvifIO()
354 avifIO *io; in gdImageCreateFromAvifCtx() local
/php-src/sapi/phpdbg/
H A Dphpdbg.c1368 PHPDBG_G(io)[PHPDBG_STDOUT].fd = fileno(stdout); in main() local
1473 PHPDBG_G(io)[PHPDBG_STDIN].fd = fileno(stdin); in main() local
1474 PHPDBG_G(io)[PHPDBG_STDOUT].fd = fileno(stdout); in main() local
1475 PHPDBG_G(io)[PHPDBG_STDERR].fd = fileno(stderr); in main() local
H A Dphpdbg.h282 } io[PHPDBG_IO_FDS]; /* io */ variable

Completed in 16 milliseconds