Home
last modified time | relevance | path

Searched refs:fstat (Results 26 – 34 of 34) sorted by relevance

12

/php-src/sapi/phpdbg/
H A Dphpdbg.c864 int stat_stderr = fstat(fileno(stderr), &stat[2]); in phpdbg_stdiop_write()
865 int stat_stdout = fstat(fileno(stdout), &stat[0]); in phpdbg_stdiop_write()
866 int stat_datafd = fstat(data->fd, &stat[1]); in phpdbg_stdiop_write()
/php-src/ext/sockets/
H A Dconversions.c1451 if (fstat(fd, &statbuf) == -1) { in to_zval_read_fd_array()
/php-src/ext/fileinfo/
H A Dlibmagic.patch616 - if (fstat(fd, &st) == -1) {
935 - else if (b->fd == -1 || fstat(b->fd, &b->st) == -1)
2613 - okstat = fstat(fd, &sb) == 0;
/php-src/ext/standard/
H A Dfile.c1442 PHP_FUNCTION(fstat) in PHP_FUNCTION() argument
H A Dbasic_functions.stub.php2810 function fstat($stream): array|false {}
H A Dbasic_functions_arginfo.h2621 ZEND_FUNCTION(fstat);
3222 ZEND_FE(fstat, arginfo_fstat)
/php-src/ext/spl/
H A Dspl_directory.c2640 PHP_METHOD(SplFileObject, fstat) in PHP_METHOD() argument
/php-src/sapi/litespeed/
H A Dlsapilib.c869 if ( fstat( fd, &st ) == -1 ) in readSecret()
/php-src/ext/soap/
H A Dphp_sdl.c1535 if (fstat(f, &st) != 0) { in get_sdl_from_cache()

Completed in 109 milliseconds

12