Home
last modified time | relevance | path

Searched refs:fd (Results 101 – 125 of 181) sorted by relevance

12345678

/PHP-5.5/ext/spl/tests/
H A DSplFileInfo_getPerms_basic.phpt6 Filippo De Santis <fd@ideato.it>
H A DSplFileInfo_getInode_basic.phpt6 Filippo De Santis <fd@ideato.it>
H A DDirectoryIterator_getInode_error.phpt6 Filippo De Santis <fd@ideato.it>
H A DSplFileInfo_getGroup_error.phpt6 Filippo De Santis <fd@ideato.it>
H A DSplFileInfo_getInode_error.phpt6 Filippo De Santis <fd@ideato.it>
H A DSplFileInfo_getOwner_error.phpt6 Filippo De Santis <fd@ideato.it>
H A DSplFileInfo_getPerms_error.phpt6 Filippo De Santis <fd@ideato.it>
/PHP-5.5/Zend/
H A Dzend_stream.h67 int fd; member
H A Dzend_stream.c51 ZEND_DLIMPORT int isatty(int fd);
195 file_handle->handle.fp = fdopen(file_handle->handle.fd, "rb");
343 return fh1->handle.fd == fh2->handle.fd;
H A DZend.m4364 int fd;
367 fd = open("/dev/zero", O_RDWR, S_IRUSR | S_IWUSR);
368 if (fd < 0) {
371 seg = mmap(NULL, SEG_SIZE, PROT_READ | PROT_WRITE, MAP_PRIVATE, fd, 0);
378 if (close(fd) != 0) {
/PHP-5.5/ext/standard/tests/http/
H A Dbug67430.phpt27 $fd = fopen('http://127.0.0.1:12342/', 'rb', false, $ctx);
H A Dbug53198.phpt22 $fd = fopen('http://127.0.0.1:12342/', 'rb', false);
H A Dbug48929.phpt23 $fd = fopen('http://127.0.0.1:12342/', 'rb', false, $context);
/PHP-5.5/sapi/caudium/
H A Dcaudium.c245 int sent_bytes = 0, fd = MY_FD; in php_caudium_sapi_ub_write() local
246 if(fd) in php_caudium_sapi_ub_write()
251 written = fd_write(fd, str + sent_bytes, str_length - sent_bytes); in php_caudium_sapi_ub_write()
726 int fd = fd_from_object(raw_fd->u.object); in f_php_caudium_request_handler() local
727 if(fd == -1) in f_php_caudium_request_handler()
730 THIS->my_fd = fd; in f_php_caudium_request_handler()
/PHP-5.5/main/
H A Dnetwork.c1149 if (ufds[i].fd > max_fd)
1150 max_fd = ufds[i].fd;
1161 PHP_SAFE_FD_SET(ufds[i].fd, &rset);
1164 PHP_SAFE_FD_SET(ufds[i].fd, &wset);
1167 PHP_SAFE_FD_SET(ufds[i].fd, &eset);
1187 if (PHP_SAFE_FD_ISSET(ufds[i].fd, &rset)) {
1191 if (PHP_SAFE_FD_ISSET(ufds[i].fd, &wset)) {
1194 if (PHP_SAFE_FD_ISSET(ufds[i].fd, &eset)) {
/PHP-5.5/ext/mcrypt/
H A Dphp_mcrypt.h80 int fd[2]; // RANDOM = 0, URANDOM = 1 variable
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch563 - int fd;
574 - fd = -1;
649 - (void)close(fd);
650 - fd = -1;
721 - if (fd != -1)
722 - (void)close(fd);
788 - if (fd != -1)
789 - (void)close(fd);
1266 return fd;
1286 if (fd != -1) {
[all …]
/PHP-5.5/ext/standard/tests/file/
H A Dfile_variation3.phpt24 $fd = fopen($filename, "w+");
25 fwrite($fd, "Line 1\nLine 2\nLine 3");
26 fclose($fd);
H A Duserstreams_007.phpt23 $fd = fopen("test://foo","r");
H A Dfile_variation4.phpt24 $fd = fopen($filename, "w+");
25 fwrite($fd, "Line 1\nLine 2\nLine 3");
26 fclose($fd);
H A Dchmod_variation4.phpt24 $fd = fopen($filename, "w+");
25 fclose($fd);
/PHP-5.5/ext/standard/tests/strings/
H A Dstrtolower-win32.phpt284 dd => fd
316 fd => fd
/PHP-5.5/sapi/fpm/fpm/
H A Dfastcgi.h99 int fd; member
/PHP-5.5/sapi/apache_hooks/
H A Dsapi_apache.c49 file_handle.handle.fd = 0; in apache_php_module_main()
/PHP-5.5/win32/build/
H A Dmkdist.php377 $fd = $dest . '/' . $f;
379 copy_dir($fs, $fd);
381 copy($fs, $fd);

Completed in 56 milliseconds

12345678