Home
last modified time | relevance | path

Searched defs:fd (Results 1 – 25 of 76) sorted by last modified time

1234

/php-src/ext/pcntl/
H A Dpcntl.c1458 int fd, ret; in PHP_FUNCTION() local
/php-src/ext/session/
H A Dmod_files.c98 int fd; member
/php-src/ext/posix/
H A Dposix.c419 static zend_result php_posix_stream_get_fd(zval *zfp, zend_long *fd) /* {{{ */ in php_posix_stream_get_fd()
451 zend_long fd = 0; in PHP_FUNCTION() local
516 zend_long fd = 0; in PHP_FUNCTION() local
1310 zend_long name, ret, fd = 0; in PHP_FUNCTION() local
/php-src/main/
H A Dmain.c813 int fd = -1; in php_log_err_with_severity() local
H A Dphp_network.h133 php_socket_t fd; member
173 static inline int php_pollfd_for(php_socket_t fd, int events, struct timeval *timeouttv) in php_pollfd_for()
191 static inline int php_pollfd_for_ms(php_socket_t fd, int events, int timeout) in php_pollfd_for_ms()
234 # define PHP_SAFE_FD_SET(fd, set) FD_SET(fd, set) argument
235 # define PHP_SAFE_FD_CLR(fd, set) FD_CLR(fd, set) argument
236 # define PHP_SAFE_FD_ISSET(fd, set) FD_ISSET(fd, set) argument
239 # define PHP_SAFE_FD_SET(fd, set) do { if (fd < FD_SETSIZE) FD_SET(fd, set); } while(0) argument
240 # define PHP_SAFE_FD_CLR(fd, set) do { if (fd < FD_SETSIZE) FD_CLR(fd, set); } while(0) argument
241 # define PHP_SAFE_FD_ISSET(fd, set) ((fd < FD_SETSIZE) && FD_ISSET(fd, set)) argument
H A Dfastcgi.c42 #define FCGI_LOCK(fd) \ argument
54 #define FCGI_UNLOCK(fd) \ argument
91 # define FCGI_LOCK(fd) \ argument
105 # define FCGI_UNLOCK(fd) \ argument
123 # define FCGI_LOCK(fd) argument
124 # define FCGI_UNLOCK(fd) argument
209 int fd; member
/php-src/main/streams/
H A Dplain_wrapper.c46 #define php_stream_fopen_from_fd_int(fd, mode, persistent_id) _php_stream_fopen_from_fd_int((fd), (… argument
47 #define php_stream_fopen_from_fd_int_rel(fd, mode, persistent_id) _php_stream_fopen_from_fd_int((f… argument
133 int fd; /* underlying file descriptor */ member
165 int fd; in do_fstat() local
177 static php_stream *_php_stream_fopen_from_fd_int(int fd, const char *mode, const char *persistent_i… in _php_stream_fopen_from_fd_int()
220 int fd; in _php_stream_fopen_temporary_file() local
278 PHPAPI php_stream *_php_stream_fopen_from_fd(int fd, const char *mode, const char *persistent_id, b… in _php_stream_fopen_from_fd()
553 int fd; in php_stdiop_sync() local
601 php_socket_t fd; in php_stdiop_cast() local
674 int fd; in php_stdiop_set_option() local
[all …]
/php-src/ext/ftp/
H A Dftp.c1415 php_socket_t fd; in single_send() local
1514 php_socket_t fd; in my_recv() local
1659 int fd = -1; in ftp_getdata() local
1903 static void ftp_ssl_shutdown(ftpbuf_t *ftp, php_socket_t fd, SSL *ssl_handle) { in ftp_ssl_shutdown()
/php-src/ext/standard/
H A Dproc_open.c86 int fd, sd; in openpty() local
481 static inline HANDLE dup_fd_as_handle(int fd) in dup_fd_as_handle()
486 # define close_descriptor(fd) CloseHandle(fd) argument
488 # define close_descriptor(fd) close(fd) argument
828 static php_file_descriptor_t make_descriptor_cloexec(php_file_descriptor_t fd) in make_descriptor_cloexec()
900 php_socket_t fd; in set_proc_descriptor_to_file() local
1056 php_socket_t fd; in set_proc_descriptor_from_resource() local
H A Dflock_compat.c22 PHPAPI int flock(int fd, int operation) in flock()
28 PHPAPI int php_flock(int fd, int operation) in php_flock()
/php-src/ext/phar/
H A Dutil.c966 phar_archive_data *fd, *fd_ptr; in phar_get_archive() local
/php-src/sapi/phpdbg/
H A Dphpdbg.c854 int fd; member
H A Dphpdbg.h281 int fd; member
287 int fd; member
/php-src/ext/opcache/jit/ir/
H A Dir_disasm.c755 static void* ir_elf_read_sect(int fd, ir_elf_sectheader *sect)
777 int fd = open("/proc/self/exe", O_RDONLY); local
779 int fd = open("/proc/curproc/exe", O_RDONLY); local
787 int fd = open(path, O_RDONLY); local
789 int fd = open("/proc/self/path/a.out", O_RDONLY); local
797 int fd = open(path, O_RDONLY); local
801 int fd = -1; local
/php-src/ext/ffi/
H A Dffi.c3255 int fd; in zend_ffi_load() local
/php-src/Zend/
H A Dzend_call_stack.c699 int error, fd; in zend_call_stack_get_solaris_proc_maps() local
/php-src/sapi/fpm/fpm/
H A Dfpm_conf.c1057 int fd; in fpm_conf_process_all_pools() local
1251 int fd; in fpm_conf_write_pid() local
1639 int fd, n; in fpm_conf_load_ini_file() local
H A Dfpm_stdio.c29 int fd = open("/dev/null", O_RDWR); in fpm_stdio_init_main() local
171 int fd = ev->fd; local
370 int fd; local
H A Dzlog.c510 struct zlog_stream *stream, int flags, size_t capacity, int fd) /* {{{ */ in zlog_stream_init_internal()
539 void zlog_stream_init_ex(struct zlog_stream *stream, int flags, int fd) /* {{{ */ in zlog_stream_init_ex()
H A Dzlog.h77 int fd; member
/php-src/ext/opcache/
H A Dshared_alloc_mmap.c182 int flags = PROT_READ | PROT_WRITE, fd = -1; in create_segments() local
H A Dzend_file_cache.c75 static int zend_file_cache_flock(int fd, int op) in zend_file_cache_flock()
102 static int zend_file_cache_flock(int fd, int type) in zend_file_cache_flock()
1014 static bool zend_file_cache_script_write(int fd, const zend_persistent_script *script, const zend_f…
1067 int fd; local
1774 int fd; local
/php-src/ext/mysqlnd/
H A Dmysqlnd_structs.h164 php_stream *fd; member
/php-src/ext/sockets/
H A Dconversions.c1445 int fd; in to_zval_read_fd_array() local
/php-src/sapi/litespeed/
H A Dlsapilib.c404 static int lsapi_set_nblock( int fd, int nonblock ) in lsapi_set_nblock()
425 static int lsapi_close( int fd ) in lsapi_close()
634 static inline int isPipe( int fd ) in isPipe()
863 int fd = open( pSecretFile, O_RDONLY , 0600 ); in readSecret() local
1341 static inline int notify_req_received( int fd ) in notify_req_received()
1350 static inline int lsapi_notify_pid( int fd ) in lsapi_notify_pid()
2588 int fd; in LSAPI_CreateListenSock2() local
2735 int fd = -1; in LSAPI_CreateListenSock() local
2808 void LSAPI_Set_Server_fd( int fd ) in LSAPI_Set_Server_fd()
2817 int fd; in lsapi_accept() local
[all …]

Completed in 135 milliseconds

1234