Home
last modified time | relevance | path

Searched refs:fctx (Results 1 – 2 of 2) sorted by relevance

/PHP-8.1/ext/gd/libgd/
H A Dgd_io_file.c79 fileIOCtx *fctx; in filePutbuf() local
80 fctx = (fileIOCtx *) ctx; in filePutbuf()
88 fileIOCtx *fctx; in fileGetbuf() local
89 fctx = (fileIOCtx *) ctx; in fileGetbuf()
97 fileIOCtx *fctx; in filePutchar() local
102 putc (b, fctx->f); in filePutchar()
107 fileIOCtx *fctx; in fileGetchar() local
110 return getc (fctx->f); in fileGetchar()
116 fileIOCtx *fctx; in fileSeek() local
124 fileIOCtx *fctx; in fileTell() local
[all …]
/PHP-8.1/Zend/asm/
H A Djump_mips32_o32_elf_gas.S107 sw $a0, ($v0) # fctx of transfer_t
110 # A0 == fctx, A1 == data

Completed in 7 milliseconds