Home
last modified time | relevance | path

Searched defs:fd (Results 26 – 50 of 65) sorted by last modified time

123

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg.c955 int fd; member
H A Dphpdbg_io.c240 int fd = phpdbg_create_listenable_socket(interface, port, &res); local
H A Dphpdbg_out.c931 static int phpdbg_process_print(int fd, int type, const char *tag, const char *msg, int msglen, con… in phpdbg_process_print()
1077 PHPDBG_API int phpdbg_vprint(int type, int fd, const char *tag, const char *xmlfmt, const char *str… in phpdbg_vprint()
1167 PHPDBG_API int phpdbg_print(int type, int fd, const char *tag, const char *xmlfmt, const char *strf… in phpdbg_print()
1182 PHPDBG_API int phpdbg_xml_internal(int fd, const char *fmt, ...) { in phpdbg_xml_internal()
1212 PHPDBG_API int phpdbg_log_internal(int fd, const char *fmt, ...) { in phpdbg_log_internal()
1228 PHPDBG_API int phpdbg_out_internal(int fd, const char *fmt, ...) { in phpdbg_out_internal()
1268 PHPDBG_API int phpdbg_rlog_internal(int fd, const char *fmt, ...) { /* {{{ */ in phpdbg_rlog_internal()
H A Dphpdbg_out.h68 #define phpdbg_rlog(fd, fmt, ...) phpdbg_rlog_internal(fd, fmt, ##__VA_ARGS__) argument
H A Dphpdbg_sigio_win32.h29 int fd; member
H A Dphpdbg.h290 int fd; member
298 int fd; member
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_stdio.c27 int fd = open("/dev/null", O_RDWR); in fpm_stdio_init_main() local
120 int fd = ev->fd; local
318 int fd; local
/PHP-7.4/ext/standard/
H A Dproc_open.c376 static inline HANDLE dup_fd_as_handle(int fd) in dup_fd_as_handle()
381 # define close_descriptor(fd) CloseHandle(fd) argument
383 # define close_descriptor(fd) close(fd) argument
644 php_socket_t fd; in PHP_FUNCTION() local
721 php_socket_t fd; in PHP_FUNCTION() local
H A Dphp_fopen_wrapper.c181 int fd = -1; in php_stream_url_wrap_php() local
H A Dphp_random.h31 int fd; member
/PHP-7.4/win32/
H A Dioutil.c193 int fd; in php_win32_ioutil_open_w() local
263 PW32IO int php_win32_ioutil_close(int fd) in php_win32_ioutil_close()
701 int err = 0, fd, flags, i = 0; in php_win32_ioutil_fopen_w() local
1025 PW32IO int php_win32_ioutil_fstat(int fd, php_win32_ioutil_stat_t *buf) in php_win32_ioutil_fstat()
H A Dselect.c50 #define SAFE_FD_ISSET(fd, set) (set != NULL && FD_ISSET(fd, set)) in php_select() argument
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_structs.h170 php_stream *fd; member
/PHP-7.4/ext/fileinfo/libmagic/
H A Dfuncs.c216 int fd = -1; in file_buffer() local
H A Dreadcdf.c534 int fd = b->fd; in file_trycdf() local
/PHP-7.4/main/streams/
H A Dphp_stream_plain_wrapper.h38 #define php_stream_fopen_from_fd(fd, mode, persistent_id) _php_stream_fopen_from_fd((fd), (mode), (… argument
/PHP-7.4/main/
H A Dphp_network.h130 php_socket_t fd; member
170 static inline int php_pollfd_for(php_socket_t fd, int events, struct timeval *timeouttv) in php_pollfd_for()
188 static inline int php_pollfd_for_ms(php_socket_t fd, int events, int timeout) in php_pollfd_for_ms()
212 # define PHP_SAFE_FD_SET(fd, set) FD_SET(fd, set) argument
213 # define PHP_SAFE_FD_CLR(fd, set) FD_CLR(fd, set) argument
214 # define PHP_SAFE_FD_ISSET(fd, set) FD_ISSET(fd, set) argument
217 # define PHP_SAFE_FD_SET(fd, set) do { if (fd < FD_SETSIZE) FD_SET(fd, set); } while(0) argument
218 # define PHP_SAFE_FD_CLR(fd, set) do { if (fd < FD_SETSIZE) FD_CLR(fd, set); } while(0) argument
219 # define PHP_SAFE_FD_ISSET(fd, set) ((fd < FD_SETSIZE) && FD_ISSET(fd, set)) argument
H A Dphp_streams.h70 #define php_stream_fopen_from_fd_rel(fd, mode, persistent_id) _php_stream_fopen_from_fd((fd), (mod… argument
H A DSAPI.c1046 SAPI_API int sapi_get_fd(int *fd) in sapi_get_fd()
H A Dfastcgi.c46 #define FCGI_LOCK(fd) \ argument
58 #define FCGI_UNLOCK(fd) \ argument
95 # define FCGI_LOCK(fd) \ argument
109 # define FCGI_UNLOCK(fd) \ argument
127 # define FCGI_LOCK(fd) argument
128 # define FCGI_UNLOCK(fd) argument
213 int fd; member
/PHP-7.4/ext/zlib/
H A Dzlib_fopen_wrapper.c131 php_socket_t fd; in php_stream_gzopen() local
/PHP-7.4/ext/session/
H A Dmod_files.c100 int fd; member
/PHP-7.4/ext/ftp/
H A Dftp.h48 php_socket_t fd; /* data connection */ member
59 php_socket_t fd; /* control connection */ member
/PHP-7.4/ext/gd/libgd/
H A Dgd_xbm.c34 gdImagePtr gdImageCreateFromXbm(FILE * fd) in gdImageCreateFromXbm()
/PHP-7.4/ext/dba/
H A Ddba_dbm.c57 int fd; in DBA_OPEN_FUNC() local

Completed in 71 milliseconds

123