Home
last modified time | relevance | path

Searched refs:fdh (Results 1 – 25 of 314) sorted by relevance

12345678910>>...13

/dports/devel/efl/efl-1.25.1/src/lib/ecore/
H A Decore_main.c256 if (fdh->read_active || fdh->write_active || fdh->error_active || (fdh->flags & ECORE_FD_ALWAYS)) in _ecore_try_add_to_call_list()
411 fdh->uv_handle.data = fdh; in _ecore_main_fdh_poll_add()
424 fdh->uv_handle.data = fdh; in _ecore_main_fdh_poll_add()
435 fdh->gfd.fd = fdh->fd; in _ecore_main_fdh_poll_add()
492 fdh->gfd.fd = fdh->fd; in _ecore_main_fdh_poll_del()
532 fdh->gfd.fd = fdh->fd; in _ecore_main_fdh_poll_modify()
1450 if (fdh) fdh->legacy = EINA_TRUE; in ecore_main_fd_handler_add()
1683 if ((fdh->handler) && (fdh->legacy)) efl_del(fdh->handler); in _ecore_main_content_clear()
1978 if (!_ecore_call_fd_cb(fdh->func, fdh->data, fdh)) in _ecore_main_fd_handlers_bads_rem()
2045 fdh = fdh->next_ready; in _ecore_main_fd_handlers_cleanup()
[all …]
/dports/security/doscan/doscan-0.3.3/src/
H A Devent_queue_epoll.cc78 event_queue_epoll::forget_activity(event_queue::fd_handler* fdh) in forget_activity() argument
84 if (p->fdh == fdh) { in forget_activity()
96 event.data.ptr = fdh; in add_fd()
113 event.data.ptr = fdh; in update_fd()
124 event_queue_epoll::remove_fd(fd_handler* fdh) in remove_fd() argument
126 forget_activity(fdh); in remove_fd()
193 fa.fdh = static_cast<fd_handler*>(events[j].data.ptr); in run()
219 if (!fa.fdh->on_activity(fa.act)) { in run()
220 forget_activity(fa.fdh); in run()
221 delete fa.fdh; in run()
[all …]
H A Devent_queue_poll.cc81 event_queue_poll::add_fd(fd_handler* fdh, fd_handler::watch_options w) in add_fd() argument
83 fds[fdh->fd()] = fdh; in add_fd()
86 pfd.fd = fdh->fd(); in add_fd()
93 event_queue_poll::update_fd(fd_handler* fdh, fd_handler::watch_options w) in update_fd() argument
95 update_cache(fdh->fd()); in update_fd()
100 event_queue_poll::remove_fd(fd_handler* fdh) in remove_fd() argument
102 fds.erase(fdh->fd()); in remove_fd()
103 update_cache(fdh->fd()); in remove_fd()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/tiff/libtiff/
H A Dtif_unix.c66 fd_as_handle_union_t fdh; in _tiffReadProc() local
73 fdh.h = fd; in _tiffReadProc()
87 fdh.h = fd; in _tiffWriteProc()
101 fdh.h = fd; in _tiffSeekProc()
109 fdh.h = fd; in _tiffCloseProc()
110 return(close(fdh.fd)); in _tiffCloseProc()
117 fdh.h = fd; in _tiffSizeProc()
119 if (fstat(fdh.fd,&sb)<0) in _tiffSizeProc()
135 fdh.h = fd; in _tiffMapProc()
176 fdh.fd = fd; in TIFFFdOpen()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/tiff/libtiff/
H A Dtif_unix.c66 fd_as_handle_union_t fdh; in _tiffReadProc() local
73 fdh.h = fd; in _tiffReadProc()
87 fdh.h = fd; in _tiffWriteProc()
101 fdh.h = fd; in _tiffSeekProc()
109 fdh.h = fd; in _tiffCloseProc()
110 return(close(fdh.fd)); in _tiffCloseProc()
117 fdh.h = fd; in _tiffSizeProc()
119 if (fstat(fdh.fd,&sb)<0) in _tiffSizeProc()
135 fdh.h = fd; in _tiffMapProc()
176 fdh.fd = fd; in TIFFFdOpen()
[all …]
/dports/irc/eggdrop/eggdrop-1.9.1/src/mod/filesys.mod/
H A Dfiledb3.h107 #define filedb_tot_dynspace(fdh) ((fdh).filename_len + (fdh).desc_len + \ argument
108 (fdh).chan_len + (fdh).uploader_len + (fdh).flags_req_len + \
109 (fdh).sharelink_len)
111 #define filedb_zero_dynspace(fdh) { \ argument
112 (fdh).filename_len = 0; \
113 (fdh).desc_len = 0; \
114 (fdh).chan_len = 0; \
115 (fdh).uploader_len = 0; \
116 (fdh).flags_req_len = 0; \
117 (fdh).sharelink_len = 0; \
H A Dfiledb3.c184 filedb_header fdh; in filedb_delfile() local
188 if (feof(fdb) || !fread(&fdh, sizeof fdh, 1, fdb) || ferror(fdb)) in filedb_delfile()
190 fdh.stat = FILE_UNUSED; in filedb_delfile()
195 fdh.buffer_len += filedb_tot_dynspace(fdh); in filedb_delfile()
274 filedb_header fdh; in _filedb_updatefile() local
280 fdh.size = fdbe->size; in _filedb_updatefile()
281 fdh.stat = fdbe->stat; in _filedb_updatefile()
282 fdh.gots = fdbe->gots; in _filedb_updatefile()
433 filedb_header fdh; in _filedb_getfile() local
437 if (feof(fdb) || !fread(&fdh, sizeof fdh, 1, fdb) || ferror(fdb)) in _filedb_getfile()
[all …]
/dports/graphics/freeimage/FreeImage/Source/LibTIFF4/
H A Dtif_unix.c69 fd_as_handle_union_t fdh; in _tiffReadProc() local
78 fdh.h = fd; in _tiffReadProc()
97 fd_as_handle_union_t fdh; in _tiffWriteProc() local
106 fdh.h = fd; in _tiffWriteProc()
133 fdh.h = fd; in _tiffSeekProc()
141 fdh.h = fd; in _tiffCloseProc()
142 return(close(fdh.fd)); in _tiffCloseProc()
150 fdh.h = fd; in _tiffSizeProc()
167 fdh.h = fd; in _tiffMapProc()
208 fdh.fd = fd; in TIFFFdOpen()
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/tiff/vtktiff/libtiff/
H A Dtif_unix.c69 fd_as_handle_union_t fdh; in _tiffReadProc() local
78 fdh.h = fd; in _tiffReadProc()
97 fd_as_handle_union_t fdh; in _tiffWriteProc() local
106 fdh.h = fd; in _tiffWriteProc()
133 fdh.h = fd; in _tiffSeekProc()
141 fdh.h = fd; in _tiffCloseProc()
142 return(close(fdh.fd)); in _tiffCloseProc()
150 fdh.h = fd; in _tiffSizeProc()
167 fdh.h = fd; in _tiffMapProc()
208 fdh.fd = fd; in TIFFFdOpen()
[all …]
/dports/graphics/argyllcms/Argyll_V1.9.2/tiff/libtiff/
H A Dtif_unix.c71 fd_as_handle_union_t fdh; in _tiffReadProc() local
80 fdh.h = fd; in _tiffReadProc()
99 fd_as_handle_union_t fdh; in _tiffWriteProc() local
108 fdh.h = fd; in _tiffWriteProc()
135 fdh.h = fd; in _tiffSeekProc()
143 fdh.h = fd; in _tiffCloseProc()
144 return(close(fdh.fd)); in _tiffCloseProc()
152 fdh.h = fd; in _tiffSizeProc()
169 fdh.h = fd; in _tiffMapProc()
210 fdh.fd = fd; in TIFFFdOpen()
[all …]
/dports/devel/upp/upp/uppsrc/plugin/tif/lib/
H A Dtif_unix.c69 fd_as_handle_union_t fdh; in _tiffReadProc() local
78 fdh.h = fd; in _tiffReadProc()
97 fd_as_handle_union_t fdh; in _tiffWriteProc() local
106 fdh.h = fd; in _tiffWriteProc()
133 fdh.h = fd; in _tiffSeekProc()
141 fdh.h = fd; in _tiffCloseProc()
142 return(close(fdh.fd)); in _tiffCloseProc()
150 fdh.h = fd; in _tiffSizeProc()
167 fdh.h = fd; in _tiffMapProc()
208 fdh.fd = fd; in TIFFFdOpen()
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/tiff/libtiff/
H A Dtif_unix.c69 fd_as_handle_union_t fdh; in _tiffReadProc() local
78 fdh.h = fd; in _tiffReadProc()
97 fd_as_handle_union_t fdh; in _tiffWriteProc() local
106 fdh.h = fd; in _tiffWriteProc()
133 fdh.h = fd; in _tiffSeekProc()
141 fdh.h = fd; in _tiffCloseProc()
142 return(close(fdh.fd)); in _tiffCloseProc()
150 fdh.h = fd; in _tiffSizeProc()
167 fdh.h = fd; in _tiffMapProc()
208 fdh.fd = fd; in TIFFFdOpen()
[all …]
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/tiff/libtiff/
H A Dtif_unix.c69 fd_as_handle_union_t fdh; in _tiffReadProc() local
78 fdh.h = fd; in _tiffReadProc()
97 fd_as_handle_union_t fdh; in _tiffWriteProc() local
106 fdh.h = fd; in _tiffWriteProc()
133 fdh.h = fd; in _tiffSeekProc()
141 fdh.h = fd; in _tiffCloseProc()
142 return(close(fdh.fd)); in _tiffCloseProc()
150 fdh.h = fd; in _tiffSizeProc()
167 fdh.h = fd; in _tiffMapProc()
208 fdh.fd = fd; in TIFFFdOpen()
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/tiff/vtktiff/libtiff/
H A Dtif_unix.c71 fd_as_handle_union_t fdh; in _tiffReadProc() local
80 fdh.h = fd; in _tiffReadProc()
99 fd_as_handle_union_t fdh; in _tiffWriteProc() local
108 fdh.h = fd; in _tiffWriteProc()
135 fdh.h = fd; in _tiffSeekProc()
143 fdh.h = fd; in _tiffCloseProc()
144 return(close(fdh.fd)); in _tiffCloseProc()
152 fdh.h = fd; in _tiffSizeProc()
169 fdh.h = fd; in _tiffMapProc()
210 fdh.fd = fd; in TIFFFdOpen()
[all …]
/dports/misc/vxl/vxl-3.3.2/v3p/tiff/
H A Dtif_unix.c71 fd_as_handle_union_t fdh; in _tiffReadProc() local
80 fdh.h = fd; in _tiffReadProc()
97 fd_as_handle_union_t fdh; in _tiffWriteProc() local
106 fdh.h = fd; in _tiffWriteProc()
131 fdh.h = fd; in _tiffSeekProc()
139 fdh.h = fd; in _tiffCloseProc()
140 return(close(fdh.fd)); in _tiffCloseProc()
148 fdh.h = fd; in _tiffSizeProc()
165 fdh.h = fd; in _tiffMapProc()
206 fdh.fd = fd; in TIFFFdOpen()
[all …]
/dports/graphics/opencv/opencv-4.5.3/3rdparty/libtiff/
H A Dtif_unix.c69 fd_as_handle_union_t fdh; in _tiffReadProc() local
78 fdh.h = fd; in _tiffReadProc()
97 fd_as_handle_union_t fdh; in _tiffWriteProc() local
106 fdh.h = fd; in _tiffWriteProc()
133 fdh.h = fd; in _tiffSeekProc()
141 fdh.h = fd; in _tiffCloseProc()
142 return(close(fdh.fd)); in _tiffCloseProc()
150 fdh.h = fd; in _tiffSizeProc()
167 fdh.h = fd; in _tiffMapProc()
208 fdh.fd = fd; in TIFFFdOpen()
[all …]
/dports/graphics/openjpeg/openjpeg-2.4.0/thirdparty/libtiff/
H A Dtif_unix.c71 fd_as_handle_union_t fdh; in _tiffReadProc() local
80 fdh.h = fd; in _tiffReadProc()
99 fd_as_handle_union_t fdh; in _tiffWriteProc() local
108 fdh.h = fd; in _tiffWriteProc()
135 fdh.h = fd; in _tiffSeekProc()
143 fdh.h = fd; in _tiffCloseProc()
144 return(close(fdh.fd)); in _tiffCloseProc()
152 fdh.h = fd; in _tiffSizeProc()
169 fdh.h = fd; in _tiffMapProc()
210 fdh.fd = fd; in TIFFFdOpen()
[all …]
/dports/graphics/tiffgt/tiff-4.3.0/libtiff/
H A Dtif_unix.c69 fd_as_handle_union_t fdh; in _tiffReadProc() local
78 fdh.h = fd; in _tiffReadProc()
97 fd_as_handle_union_t fdh; in _tiffWriteProc() local
106 fdh.h = fd; in _tiffWriteProc()
133 fdh.h = fd; in _tiffSeekProc()
141 fdh.h = fd; in _tiffCloseProc()
142 return(close(fdh.fd)); in _tiffCloseProc()
150 fdh.h = fd; in _tiffSizeProc()
167 fdh.h = fd; in _tiffMapProc()
208 fdh.fd = fd; in TIFFFdOpen()
[all …]
/dports/graphics/tiff/tiff-4.3.0/libtiff/
H A Dtif_unix.c69 fd_as_handle_union_t fdh; in _tiffReadProc() local
78 fdh.h = fd; in _tiffReadProc()
97 fd_as_handle_union_t fdh; in _tiffWriteProc() local
106 fdh.h = fd; in _tiffWriteProc()
133 fdh.h = fd; in _tiffSeekProc()
141 fdh.h = fd; in _tiffCloseProc()
142 return(close(fdh.fd)); in _tiffCloseProc()
150 fdh.h = fd; in _tiffSizeProc()
167 fdh.h = fd; in _tiffMapProc()
208 fdh.fd = fd; in TIFFFdOpen()
[all …]
/dports/graphics/qt5-imageformats/kde-qtimageformats-5.15.2p3/src/3rdparty/libtiff/libtiff/
H A Dtif_unix.c69 fd_as_handle_union_t fdh; in _tiffReadProc() local
78 fdh.h = fd; in _tiffReadProc()
97 fd_as_handle_union_t fdh; in _tiffWriteProc() local
106 fdh.h = fd; in _tiffWriteProc()
133 fdh.h = fd; in _tiffSeekProc()
141 fdh.h = fd; in _tiffCloseProc()
142 return(close(fdh.fd)); in _tiffCloseProc()
150 fdh.h = fd; in _tiffSizeProc()
167 fdh.h = fd; in _tiffMapProc()
208 fdh.fd = fd; in TIFFFdOpen()
[all …]
/dports/misc/cryptoballot/cryptoballot-3753e1b/vendor/github.com/cryptoballot/fdh/
H A DREADME.md4 …d Status](https://travis-ci.org/cryptoballot/fdh.svg?branch=master)](https://travis-ci.org/cryptob…
5 …s://scrutinizer-ci.com/g/cryptoballot/fdh/badges/build.png?b=master)](https://scrutinizer-ci.com/g…
6 …eportcard.com/badge/github.com/cryptoballot/fdh)](https://goreportcard.com/report/github.com/crypt…
7 …coveralls.io/repos/github/cryptoballot/fdh/badge.svg?branch=master)](https://coveralls.io/github/c…
8 …hields.io/badge/scrutinizer-issues-blue.svg)](https://scrutinizer-ci.com/g/cryptoballot/fdh/issues)
9 …c](https://godoc.org/github.com/cryptoballot/fdh?status.svg)](https://godoc.org/github.com/cryptob…
24 "github.com/cryptoballot/fdh"
32 h := fdh.New(crypto.SHA256, 2048)
47 "github.com/cryptoballot/fdh"
54 digest := fdh.Sum(crypto.MD5, 1024, message)
/dports/net/p5-POE-Component-Pcap/POE-Component-Pcap-0.04/
H A DPcap.pm133 $heap->{fdh} = gensym;
134 open( $heap->{fdh}, "<&".$heap->{fd} )
190 $flags = fcntl($heap->{fdh}, F_GETFL, 0)
194 $kernel->select_read( $heap->{fdh} => '_dispatch' );
199 $flags = fcntl($heap->{fdh}, F_SETFL, $flags )
228 $_[KERNEL]->select_read( $_[HEAP]->{fdh} ) if exists $_[HEAP]->{fdh};
235 $kernel->select_read( $heap->{fdh} ) if exists $heap->{fdh};
/dports/devel/sunpromake/schily-2021-09-18/star/
H A Dxattr.c353 int fdh; local
370 if (fdh >= 0) {
374 (void) fchdir(fdh);
375 close(fdh);
398 int fdh; local
415 if (fdh >= 0) {
419 (void) fchdir(fdh);
420 close(fdh);
440 int fdh; local
457 if (fdh >= 0) {
[all …]
/dports/devel/schilybase/schily-2021-09-18/star/
H A Dxattr.c353 int fdh; local
370 if (fdh >= 0) {
374 (void) fchdir(fdh);
375 close(fdh);
398 int fdh; local
415 if (fdh >= 0) {
419 (void) fchdir(fdh);
420 close(fdh);
440 int fdh; local
457 if (fdh >= 0) {
[all …]
/dports/net/rscsi/schily-2021-09-18/star/
H A Dxattr.c353 int fdh; local
370 if (fdh >= 0) {
374 (void) fchdir(fdh);
375 close(fdh);
398 int fdh; local
415 if (fdh >= 0) {
419 (void) fchdir(fdh);
420 close(fdh);
440 int fdh; local
457 if (fdh >= 0) {
[all …]

12345678910>>...13