Home
last modified time | relevance | path

Searched refs:fd_no (Results 1 – 25 of 33) sorted by relevance

12

/dports/net/kamailio/kamailio-5.4.5/src/core/
H A Dio_wait.h319 h->fd_array[h->fd_no].fd=fd; \ in io_watch_add()
375 h, fd, type, data, h->fd_no); in io_watch_add()
439 idx=h->fd_no; in io_watch_add()
571 for (idx=0; (idx<h->fd_no) && \ in io_watch_del()
574 if (likely(idx<h->fd_no)){ \ in io_watch_del()
600 h, fd, idx, flags, h->fd_no); in io_watch_del()
676 h->fd_no--; in io_watch_del()
729 h->fd_no--; in io_watch_del()
757 if (likely(idx<h->fd_no)){ \ in io_watch_chg()
782 h, fd, events, idx, h->fd_no); in io_watch_chg()
[all …]
/dports/devel/z88dk/z88dk/ext/cpm/
H A Dbios.c708 int fd_no; in openunix() local
734 fd_no = cpm_file_alloc(fd); in openunix()
735 if (fd_no != -1) in openunix()
738 int2addr(&z80->mem[DE + FDOFFSET], fd_no); in openunix()
755 int fd_no; in createunix() local
779 fd_no = cpm_file_alloc(fd); in createunix()
780 if (fd_no != -1) in createunix()
799 int fd_no; in rdunix() local
842 int fd_no; in wrunix() local
874 int fd_no; in closeunix() local
[all …]
/dports/net/kamailio/kamailio-5.4.5/src/modules/ctl/
H A Dctl.c120 static int fd_no=0; /* number of fd used */ variable
252 fd_no++; in mod_init()
276 fd_no++; /* fifos use 2 fds */ in mod_init()
297 register_fds(fd_no); in mod_init()
337 rank, fd_no, ctrl_sock_lst); in mod_child()
338 io_listen_loop(fd_no, ctrl_sock_lst); in mod_child()
H A Dio_listener.h46 void io_listen_loop(int fd_no, struct ctrl_socket* cs_lst);
H A Dio_listener.c175 void io_listen_loop(int fd_no, struct ctrl_socket* cs_lst) in io_listen_loop() argument
188 max_fd_no+=fd_no+MAX_IO_READ_CONNECTIONS; /*our listen fds + max. in io_listen_loop()
/dports/www/mod_php80/php-8.0.15/sapi/fpm/fpm/
H A Dfpm_sockets.c403 int type, fd_no; in fpm_sockets_init_main() local
419 fd_no = atoi(eq + 1); in fpm_sockets_init_main()
421 zlog(ZLOG_NOTICE, "using inherited socket fd=%d, \"%s\"", fd_no, sockpath); in fpm_sockets_init_main()
422 fpm_sockets_hash_op(fd_no, 0, sockpath, type, FPM_STORE_SOCKET); in fpm_sockets_init_main()
/dports/www/mod_php81/php-8.1.1/sapi/fpm/fpm/
H A Dfpm_sockets.c403 int type, fd_no; in fpm_sockets_init_main() local
419 fd_no = atoi(eq + 1); in fpm_sockets_init_main()
421 zlog(ZLOG_NOTICE, "using inherited socket fd=%d, \"%s\"", fd_no, sockpath); in fpm_sockets_init_main()
422 fpm_sockets_hash_op(fd_no, 0, sockpath, type, FPM_STORE_SOCKET); in fpm_sockets_init_main()
/dports/lang/php73/php-7.3.33/sapi/fpm/fpm/
H A Dfpm_sockets.c399 int type, fd_no; in fpm_sockets_init_main() local
415 fd_no = atoi(eq + 1); in fpm_sockets_init_main()
417 zlog(ZLOG_NOTICE, "using inherited socket fd=%d, \"%s\"", fd_no, sockpath); in fpm_sockets_init_main()
418 fpm_sockets_hash_op(fd_no, 0, sockpath, type, FPM_STORE_SOCKET); in fpm_sockets_init_main()
/dports/lang/php74/php-7.4.27/sapi/fpm/fpm/
H A Dfpm_sockets.c403 int type, fd_no; in fpm_sockets_init_main() local
419 fd_no = atoi(eq + 1); in fpm_sockets_init_main()
421 zlog(ZLOG_NOTICE, "using inherited socket fd=%d, \"%s\"", fd_no, sockpath); in fpm_sockets_init_main()
422 fpm_sockets_hash_op(fd_no, 0, sockpath, type, FPM_STORE_SOCKET); in fpm_sockets_init_main()
/dports/lang/php81/php-8.1.1/sapi/fpm/fpm/
H A Dfpm_sockets.c403 int type, fd_no; in fpm_sockets_init_main() local
419 fd_no = atoi(eq + 1); in fpm_sockets_init_main()
421 zlog(ZLOG_NOTICE, "using inherited socket fd=%d, \"%s\"", fd_no, sockpath); in fpm_sockets_init_main()
422 fpm_sockets_hash_op(fd_no, 0, sockpath, type, FPM_STORE_SOCKET); in fpm_sockets_init_main()
/dports/lang/php80/php-8.0.15/sapi/fpm/fpm/
H A Dfpm_sockets.c403 int type, fd_no; in fpm_sockets_init_main() local
419 fd_no = atoi(eq + 1); in fpm_sockets_init_main()
421 zlog(ZLOG_NOTICE, "using inherited socket fd=%d, \"%s\"", fd_no, sockpath); in fpm_sockets_init_main()
422 fpm_sockets_hash_op(fd_no, 0, sockpath, type, FPM_STORE_SOCKET); in fpm_sockets_init_main()
/dports/www/mod_php73/php-7.3.33/sapi/fpm/fpm/
H A Dfpm_sockets.c399 int type, fd_no; in fpm_sockets_init_main() local
415 fd_no = atoi(eq + 1); in fpm_sockets_init_main()
417 zlog(ZLOG_NOTICE, "using inherited socket fd=%d, \"%s\"", fd_no, sockpath); in fpm_sockets_init_main()
418 fpm_sockets_hash_op(fd_no, 0, sockpath, type, FPM_STORE_SOCKET); in fpm_sockets_init_main()
/dports/www/mod_php74/php-7.4.27/sapi/fpm/fpm/
H A Dfpm_sockets.c403 int type, fd_no; in fpm_sockets_init_main() local
419 fd_no = atoi(eq + 1); in fpm_sockets_init_main()
421 zlog(ZLOG_NOTICE, "using inherited socket fd=%d, \"%s\"", fd_no, sockpath); in fpm_sockets_init_main()
422 fpm_sockets_hash_op(fd_no, 0, sockpath, type, FPM_STORE_SOCKET); in fpm_sockets_init_main()
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/crates/wasi-common/src/sys/unix/
H A Dpath.rs130 let fd_no = unsafe { in open() localVariable
138 let new_fd = match fd_no { in open()
/dports/science/py-nilearn/nilearn-0.8.1/nilearn/surface/tests/
H A Dtest_surface.py338 fd_no, filename_gii_mesh_no_point = tempfile.mkstemp(suffix='.gii',
340 os.close(fd_no)
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/librocksdb-sys-6.7.4/rocksdb/build_tools/
H A Dgnu_parallel5142 my ($self, $fd_no, $key, $fh) = @_;
5143 $self->{'fd'}{$fd_no,$key} = $fh;
5148 my ($self, $fd_no, $key) = @_;
5149 return $self->{'fd'}{$fd_no,$key};
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/rocksdb/rocksdb/build_tools/
H A Dgnu_parallel5142 my ($self, $fd_no, $key, $fh) = @_;
5143 $self->{'fd'}{$fd_no,$key} = $fh;
5148 my ($self, $fd_no, $key) = @_;
5149 return $self->{'fd'}{$fd_no,$key};
/dports/databases/rocksdb-lite/rocksdb-6.26.1/build_tools/
H A Dgnu_parallel5142 my ($self, $fd_no, $key, $fh) = @_;
5143 $self->{'fd'}{$fd_no,$key} = $fh;
5148 my ($self, $fd_no, $key) = @_;
5149 return $self->{'fd'}{$fd_no,$key};
/dports/databases/rocksdb/rocksdb-6.26.1/build_tools/
H A Dgnu_parallel5142 my ($self, $fd_no, $key, $fh) = @_;
5143 $self->{'fd'}{$fd_no,$key} = $fh;
5148 my ($self, $fd_no, $key) = @_;
5149 return $self->{'fd'}{$fd_no,$key};
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/rocksdb/build_tools/
H A Dgnu_parallel5142 my ($self, $fd_no, $key, $fh) = @_;
5143 $self->{'fd'}{$fd_no,$key} = $fh;
5148 my ($self, $fd_no, $key) = @_;
5149 return $self->{'fd'}{$fd_no,$key};
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/rocksdb/rocksdb/build_tools/
H A Dgnu_parallel5142 my ($self, $fd_no, $key, $fh) = @_;
5143 $self->{'fd'}{$fd_no,$key} = $fh;
5148 my ($self, $fd_no, $key) = @_;
5149 return $self->{'fd'}{$fd_no,$key};
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/rocksdb/rocksdb/build_tools/
H A Dgnu_parallel5142 my ($self, $fd_no, $key, $fh) = @_;
5143 $self->{'fd'}{$fd_no,$key} = $fh;
5148 my ($self, $fd_no, $key) = @_;
5149 return $self->{'fd'}{$fd_no,$key};
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/rocksdb/rocksdb/build_tools/
H A Dgnu_parallel5142 my ($self, $fd_no, $key, $fh) = @_;
5143 $self->{'fd'}{$fd_no,$key} = $fh;
5148 my ($self, $fd_no, $key) = @_;
5149 return $self->{'fd'}{$fd_no,$key};
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/rocksdb/rocksdb/build_tools/
H A Dgnu_parallel5142 my ($self, $fd_no, $key, $fh) = @_;
5143 $self->{'fd'}{$fd_no,$key} = $fh;
5148 my ($self, $fd_no, $key) = @_;
5149 return $self->{'fd'}{$fd_no,$key};
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/rocksdb/rocksdb/build_tools/
H A Dgnu_parallel5142 my ($self, $fd_no, $key, $fh) = @_;
5143 $self->{'fd'}{$fd_no,$key} = $fh;
5148 my ($self, $fd_no, $key) = @_;
5149 return $self->{'fd'}{$fd_no,$key};

12