Home
last modified time | relevance | path

Searched refs:fdInfo (Results 1 – 25 of 55) sorted by relevance

123

/dports/lang/maude/maude-2.7.1/src/ObjectSystem/
H A DpseudoThread.cc114 FD_Info& info = fdInfo[fd]; in processFds()
234 if (fdInfo[fd].flags != 0) in clearFlags()
236 fdInfo[fd].flags = 0; in clearFlags()
245 int t = fdInfo[fd].flags; in wantTo()
249 fdInfo[fd].owner = this; in wantTo()
253 fdInfo[fd].flags = t | flags; in wantTo()
254 fdInfo[fd].timeOutAt = timeOutAt; in wantTo()
296 fdInfo[fd].prevActive = NONE; in link()
306 int prev = fdInfo[fd].prevActive; in unlink()
307 int next = fdInfo[fd].nextActive; in unlink()
[all …]
H A DpseudoThread.hh127 static FD_Info fdInfo[MAX_NR_FDS]; member in PseudoThread
/dports/www/tntnet/tntnet-2.2.1/framework/common/
H A Dgnutls.cpp66 fds.fd = fdInfo.fd; in pull_func()
70 int p = ::poll(&fds, 1, fdInfo.timeout); in pull_func()
105 fds.fd = fdInfo.fd; in push_func()
108 int p = ::poll(&fds, 1, fdInfo.timeout); in push_func()
284 fdInfo.fd = getFd(); in handshake()
285 fdInfo.timeout = getTimeout(); in handshake()
298 fdInfo.timeout = 10000; in handshake()
308 fdInfo.timeout = getTimeout(); in handshake()
317 fdInfo.timeout = getTimeout(); in sslRead()
348 fdInfo.timeout = getTimeout(); in sslWrite()
[all …]
/dports/multimedia/tstools/tstools-1.11/yuv2/src/com/aminocom/yuv2/
H A DMainFrame.java873 Prefs.FileDimensionInfo fdInfo = in openFile() local
877 if (fdInfo.mFilename == null) in openFile()
894 if (fdInfo.mFilename == null) in openFile()
896 fdInfo.mFilename = fileName; in openFile()
901 fdInfo.mHeight, in openFile()
902 fdInfo.mFormat); in openFile()
904 mPrefs.setDimensions(fdInfo); in openFile()
936 mImage.changeFormat(fdInfo.mWidth, in setFormat()
937 fdInfo.mHeight, in setFormat()
938 fdInfo.mFormat); in setFormat()
[all …]
/dports/net-p2p/transmission-daemon/transmission-3.00/libtransmission/
H A Dfdlimit.c383 if (session->fdInfo == NULL) in ensureSessionFdInfoExists()
391 session->fdInfo = i; in ensureSessionFdInfoExists()
418 if (session != NULL && session->fdInfo != NULL) in tr_fdClose()
420 struct tr_fdInfo* i = session->fdInfo; in tr_fdClose()
423 session->fdInfo = NULL; in tr_fdClose()
439 return &session->fdInfo->fileset; in get_fileset()
544 gFd = session->fdInfo; in tr_fdSocketCreate()
606 gFd = s->fdInfo; in tr_fdSocketAccept()
631 if (session->fdInfo != NULL) in tr_fdSocketClose()
633 struct tr_fdInfo* gFd = session->fdInfo; in tr_fdSocketClose()
H A Dsession.h133 struct tr_fdInfo* fdInfo; member
/dports/net-p2p/transmission-utils/transmission-3.00/libtransmission/
H A Dfdlimit.c383 if (session->fdInfo == NULL) in ensureSessionFdInfoExists()
391 session->fdInfo = i; in ensureSessionFdInfoExists()
418 if (session != NULL && session->fdInfo != NULL) in tr_fdClose()
420 struct tr_fdInfo* i = session->fdInfo; in tr_fdClose()
423 session->fdInfo = NULL; in tr_fdClose()
439 return &session->fdInfo->fileset; in get_fileset()
544 gFd = session->fdInfo; in tr_fdSocketCreate()
606 gFd = s->fdInfo; in tr_fdSocketAccept()
631 if (session->fdInfo != NULL) in tr_fdSocketClose()
633 struct tr_fdInfo* gFd = session->fdInfo; in tr_fdSocketClose()
H A Dsession.h133 struct tr_fdInfo* fdInfo; member
/dports/net-p2p/transmission-cli/transmission-3.00/libtransmission/
H A Dfdlimit.c383 if (session->fdInfo == NULL) in ensureSessionFdInfoExists()
391 session->fdInfo = i; in ensureSessionFdInfoExists()
418 if (session != NULL && session->fdInfo != NULL) in tr_fdClose()
420 struct tr_fdInfo* i = session->fdInfo; in tr_fdClose()
423 session->fdInfo = NULL; in tr_fdClose()
439 return &session->fdInfo->fileset; in get_fileset()
544 gFd = session->fdInfo; in tr_fdSocketCreate()
606 gFd = s->fdInfo; in tr_fdSocketAccept()
631 if (session->fdInfo != NULL) in tr_fdSocketClose()
633 struct tr_fdInfo* gFd = session->fdInfo; in tr_fdSocketClose()
H A Dsession.h133 struct tr_fdInfo* fdInfo; member
/dports/net-p2p/transmission-qt/transmission-3.00/libtransmission/
H A Dfdlimit.c383 if (session->fdInfo == NULL) in ensureSessionFdInfoExists()
391 session->fdInfo = i; in ensureSessionFdInfoExists()
418 if (session != NULL && session->fdInfo != NULL) in tr_fdClose()
420 struct tr_fdInfo* i = session->fdInfo; in tr_fdClose()
423 session->fdInfo = NULL; in tr_fdClose()
439 return &session->fdInfo->fileset; in get_fileset()
544 gFd = session->fdInfo; in tr_fdSocketCreate()
606 gFd = s->fdInfo; in tr_fdSocketAccept()
631 if (session->fdInfo != NULL) in tr_fdSocketClose()
633 struct tr_fdInfo* gFd = session->fdInfo; in tr_fdSocketClose()
H A Dsession.h133 struct tr_fdInfo* fdInfo; member
/dports/net-p2p/transmission-gtk/transmission-3.00/libtransmission/
H A Dfdlimit.c383 if (session->fdInfo == NULL) in ensureSessionFdInfoExists()
391 session->fdInfo = i; in ensureSessionFdInfoExists()
418 if (session != NULL && session->fdInfo != NULL) in tr_fdClose()
420 struct tr_fdInfo* i = session->fdInfo; in tr_fdClose()
423 session->fdInfo = NULL; in tr_fdClose()
439 return &session->fdInfo->fileset; in get_fileset()
544 gFd = session->fdInfo; in tr_fdSocketCreate()
606 gFd = s->fdInfo; in tr_fdSocketAccept()
631 if (session->fdInfo != NULL) in tr_fdSocketClose()
633 struct tr_fdInfo* gFd = session->fdInfo; in tr_fdSocketClose()
H A Dsession.h133 struct tr_fdInfo* fdInfo; member
/dports/www/transmission-web/transmission-3.00/libtransmission/
H A Dfdlimit.c383 if (session->fdInfo == NULL) in ensureSessionFdInfoExists()
391 session->fdInfo = i; in ensureSessionFdInfoExists()
418 if (session != NULL && session->fdInfo != NULL) in tr_fdClose()
420 struct tr_fdInfo* i = session->fdInfo; in tr_fdClose()
423 session->fdInfo = NULL; in tr_fdClose()
439 return &session->fdInfo->fileset; in get_fileset()
544 gFd = session->fdInfo; in tr_fdSocketCreate()
606 gFd = s->fdInfo; in tr_fdSocketAccept()
631 if (session->fdInfo != NULL) in tr_fdSocketClose()
633 struct tr_fdInfo* gFd = session->fdInfo; in tr_fdSocketClose()
/dports/net-im/tg_owt/tg_owt-d578c76/src/base/android/java/src/org/chromium/base/process_launcher/
H A DChildProcessService.java253 FileDescriptorInfo fdInfo = mFdInfos[i]; in onCreate()
254 String key = idsToKeys != null ? idsToKeys.get(fdInfo.id) : null; in onCreate()
258 fileIds[i] = fdInfo.id; in onCreate()
260 fds[i] = fdInfo.fd.detachFd(); in onCreate()
261 regionOffsets[i] = fdInfo.offset; in onCreate()
262 regionSizes[i] = fdInfo.size; in onCreate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/android/java/src/org/chromium/base/process_launcher/
H A DChildProcessService.java257 FileDescriptorInfo fdInfo = mFdInfos[i]; in onCreate()
258 String key = idsToKeys != null ? idsToKeys.get(fdInfo.id) : null; in onCreate()
262 fileIds[i] = fdInfo.id; in onCreate()
264 fds[i] = fdInfo.fd.detachFd(); in onCreate()
265 regionOffsets[i] = fdInfo.offset; in onCreate()
266 regionSizes[i] = fdInfo.size; in onCreate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/dawn_native/vulkan/
H A DVulkanBackend.cpp123 ExternalImageExportInfoFD* fdInfo = static_cast<ExternalImageExportInfoFD*>(info); in ExportVulkanImage() local
124 return device->SignalAndExportExternalTexture(texture, desiredLayout, fdInfo, in ExportVulkanImage()
125 &fdInfo->semaphoreHandles); in ExportVulkanImage()
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/test/android/java/src/org/chromium/base/
H A DMultiprocessTestClientLauncher.java354 FileDescriptorInfo fdInfo = makeFdInfo(keys[i], fds[i]);
355 if (fdInfo == null) {
359 fdInfos[i] = fdInfo;
/dports/www/tntnet/tntnet-2.2.1/framework/common/tnt/
H A Dgnutls.h104 mutable FdInfo fdInfo; variable
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/ghcide/src/Development/IDE/LSP/
H A DOutline.hs76 …(OldRealSrcSpan l) (TyClD _ FamDecl { tcdFam = FamilyDecl { fdLName = L _ n, fdInfo, fdTyVars } }))
83 , _detail = Just $ pprText fdInfo
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/ghcide/src/Development/IDE/LSP/
H A DOutline.hs76 …(OldRealSrcSpan l) (TyClD _ FamDecl { tcdFam = FamilyDecl { fdLName = L _ n, fdInfo, fdTyVars } }))
83 , _detail = Just $ pprText fdInfo
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/fourmolu-0.3.0.0/src/Ormolu/Printer/Meat/Declaration/
H A DTypeFamily.hs22 mmeqs <- case fdInfo of
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ormolu-0.1.4.1/src/Ormolu/Printer/Meat/Declaration/
H A DTypeFamily.hs22 mmeqs <- case fdInfo of
/dports/devel/hs-ormolu/ormolu-0.4.0.0/src/Ormolu/Printer/Meat/Declaration/
H A DTypeFamily.hs23 mmeqs <- case fdInfo of

123