Home
last modified time | relevance | path

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

123

/PHP-7.1/win32/
H A Dselect.c49 #define SAFE_FD_ISSET(fd, set) (set != NULL && FD_ISSET(fd, set)) in php_select() argument
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()
/PHP-7.1/win32/build/
H A Dconfutils.js2327 function handle_analyzer_makefile_flags(fd, key, val) argument
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_utils.c372 PHPDBG_API void phpdbg_set_async_io(int fd) { in phpdbg_set_async_io()
H A Dphpdbg_sigio_win32.h29 int fd; member
H A Dphpdbg_out.c952 static int phpdbg_process_print(int fd, int type, const char *tag, const char *msg, int msglen, con… in phpdbg_process_print()
1098 PHPDBG_API int phpdbg_vprint(int type, int fd, const char *tag, const char *xmlfmt, const char *str… in phpdbg_vprint()
1188 PHPDBG_API int phpdbg_print(int type, int fd, const char *tag, const char *xmlfmt, const char *strf… in phpdbg_print()
1203 PHPDBG_API int phpdbg_xml_internal(int fd, const char *fmt, ...) { in phpdbg_xml_internal()
1233 PHPDBG_API int phpdbg_log_internal(int fd, const char *fmt, ...) { in phpdbg_log_internal()
1249 PHPDBG_API int phpdbg_out_internal(int fd, const char *fmt, ...) { in phpdbg_out_internal()
1289 PHPDBG_API int phpdbg_rlog_internal(int fd, const char *fmt, ...) { /* {{{ */ in phpdbg_rlog_internal()
H A Dphpdbg_out.h61 #define phpdbg_rlog(fd, fmt, ...) phpdbg_rlog_internal(fd, fmt, ##__VA_ARGS__) argument
H A Dphpdbg_prompt.c1262 FILE *fd = NULL; in PHPDBG_COMMAND() local
H A Dphpdbg_io.c240 int fd = phpdbg_create_listenable_socket(interface, port, &res); local
H A Dphpdbg.c962 int fd; member
H A Dphpdbg.h288 int fd; member
296 int fd; member
/PHP-7.1/sapi/litespeed/
H A Dlsapilib.c389 static int lsapi_close( int fd ) in lsapi_close()
593 static inline int isPipe( int fd ) in isPipe()
822 int fd = open( pSecretFile, O_RDONLY , 0600 ); in readSecret() local
1305 static inline int notify_req_received( int fd ) in notify_req_received()
1314 static inline int lsapi_notify_pid( int fd ) in lsapi_notify_pid()
1329 static inline int init_conn_key( int fd ) in init_conn_key()
2495 int fd; in LSAPI_CreateListenSock2() local
2642 int fd = -1; in LSAPI_CreateListenSock() local
2709 void LSAPI_Set_Server_fd( int fd ) in LSAPI_Set_Server_fd()
2718 int fd; in lsapi_accept() local
[all …]
/PHP-7.1/sapi/fpm/fpm/
H A Dfpm_sockets.c58 char fd[32]; in fpm_sockets_cleanup() local
536 int fd; in fpm_socket_unix_test_connect() local
H A Dfpm_stdio.c27 int fd = open("/dev/null", O_RDWR); in fpm_stdio_init_main() local
112 int fd = ev->fd; local
288 int fd; local
H A Dfpm_sockets.h33 static inline int fd_set_blocked(int fd, int blocked) /* {{{ */ in fd_set_blocked()
H A Dfpm_conf.c955 int fd; in fpm_conf_process_all_pools() local
1128 int fd; in fpm_conf_write_pid() local
1489 int fd, n; in fpm_conf_load_ini_file() local
H A Dfpm_events.c59 int fd = ev->fd; in fpm_got_signal() local
470 int fpm_event_set(struct fpm_event_s *ev, int fd, int flags, void (*callback)(struct fpm_event_s *,… in fpm_event_set()
H A Dfpm_events.h15 int fd; /* not set with FPM_EV_TIMEOUT */ member
H A Dfpm_log.c37 int fd; in fpm_log_open() local
/PHP-7.1/sapi/cli/
H A Dphp_cli.c247 static inline int sapi_cli_select(int fd) in sapi_cli_select()
H A Dphp_cli_server.c756 static void php_cli_server_poller_add(php_cli_server_poller *poller, int mode, php_socket_t fd) /* … in php_cli_server_poller_add()
769 static void php_cli_server_poller_remove(php_cli_server_poller *poller, int mode, php_socket_t fd) … in php_cli_server_poller_remove()
797 …(php_cli_server_poller *poller, void *opaque, int(*callback)(void *, php_socket_t fd, int events))… in php_cli_server_poller_iter_on_active()
802 SOCKET fd; in php_cli_server_poller_iter_on_active() member
817 SOCKET fd = poller->active.wfds.fd_array[i]; in php_cli_server_poller_iter_on_active() local
841 php_socket_t fd; in php_cli_server_poller_iter_on_active() local
987 …li_server_content_sender_send(php_cli_server_content_sender *sender, php_socket_t fd, size_t *nbyt… in php_cli_server_content_sender_send()
1060 static int php_cli_server_content_sender_pull(php_cli_server_content_sender *sender, int fd, size_t… in php_cli_server_content_sender_pull()
2028 int fd; in php_cli_server_begin_send_static() local
2454 static int php_cli_server_do_event_for_each_fd_callback(void *_params, php_socket_t fd, int event) … in php_cli_server_do_event_for_each_fd_callback()
/PHP-7.1/main/streams/
H A Dphp_stream_plain_wrapper.h40 #define php_stream_fopen_from_fd(fd, mode, persistent_id) _php_stream_fopen_from_fd((fd), (mode), (… argument
H A Dplain_wrapper.c49 #define php_stream_fopen_from_fd_int(fd, mode, persistent_id) _php_stream_fopen_from_fd_int((fd), (… argument
50 #define php_stream_fopen_from_fd_int_rel(fd, mode, persistent_id) _php_stream_fopen_from_fd_int((f… argument
128 int fd; /* underlying file descriptor */ member
158 int fd; in do_fstat() local
170 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()
211 int fd; in _php_stream_fopen_temporary_file() local
246 PHPAPI php_stream *_php_stream_fopen_from_fd(int fd, const char *mode, const char *persistent_id ST… in _php_stream_fopen_from_fd()
544 php_socket_t fd; in php_stdiop_cast() local
617 int fd; in php_stdiop_set_option() local
979 int fd; in _php_stream_fopen() local
/PHP-7.1/main/
H A Drfc1867.c701 int fd = -1; local
H A Dphp_open_temporary_file.c110 int fd = -1; in php_do_open_temporary_file() local
296 int fd; in php_open_temporary_fd_ex() local
337 int fd = php_open_temporary_fd(dir, pfx, opened_path_p); in php_open_temporary_file() local

Completed in 152 milliseconds

123