Home
last modified time | relevance | path

Searched refs:rfwd (Results 1 – 5 of 5) sorted by relevance

/external/openssh/
Dssh.c1743 struct Forward *rfwd = (struct Forward *)ctxt; in ssh_confirm_remote_forward() local
1750 rfwd->listen_path ? rfwd->listen_path : in ssh_confirm_remote_forward()
1751 rfwd->listen_host ? rfwd->listen_host : "", in ssh_confirm_remote_forward()
1752 (rfwd->listen_path || rfwd->listen_host) ? ":" : "", in ssh_confirm_remote_forward()
1753 rfwd->listen_port, rfwd->connect_path ? rfwd->connect_path : in ssh_confirm_remote_forward()
1754 rfwd->connect_host, rfwd->connect_port); in ssh_confirm_remote_forward()
1755 if (rfwd->listen_path == NULL && rfwd->listen_port == 0) { in ssh_confirm_remote_forward()
1762 rfwd->connect_host, rfwd->connect_port); in ssh_confirm_remote_forward()
1766 rfwd->handle, -1); in ssh_confirm_remote_forward()
1768 rfwd->allocated_port = (int)port; in ssh_confirm_remote_forward()
[all …]
Dmux.c610 struct Forward *rfwd; in mux_confirm_remote_forward() local
629 rfwd = &options.remote_forwards[fctx->fid]; in mux_confirm_remote_forward()
632 rfwd->listen_port, rfwd->connect_path ? rfwd->connect_path : in mux_confirm_remote_forward()
633 rfwd->connect_host, rfwd->connect_port); in mux_confirm_remote_forward()
635 if (rfwd->listen_port == 0) { in mux_confirm_remote_forward()
642 rfwd->connect_host, rfwd->connect_port); in mux_confirm_remote_forward()
644 rfwd->allocated_port = (int)port; in mux_confirm_remote_forward()
646 " to %s:%d", rfwd->allocated_port, in mux_confirm_remote_forward()
647 rfwd->connect_host, rfwd->connect_port); in mux_confirm_remote_forward()
652 rfwd->allocated_port)) != 0) in mux_confirm_remote_forward()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DSimpleFilteredSentenceBreakIterator.java110 BytesTrie.Result rfwd = BytesTrie.Result.INTERMEDIATE_VALUE; in breakExceptionAt() local
113 && ((rfwd = forwardsPartialTrie.nextForCodePoint(uch)).hasNext())) { in breakExceptionAt()
115 if (rfwd.matches()) { in breakExceptionAt()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DSimpleFilteredSentenceBreakIterator.java108 BytesTrie.Result rfwd = BytesTrie.Result.INTERMEDIATE_VALUE; in breakExceptionAt() local
111 && ((rfwd = forwardsPartialTrie.nextForCodePoint(uch)).hasNext())) { in breakExceptionAt()
113 if (rfwd.matches()) { in breakExceptionAt()
/external/icu/icu4c/source/common/
Dfilteredbrk.cpp312 UStringTrieResult rfwd = USTRINGTRIE_INTERMEDIATE_VALUE; in breakExceptionAt() local
316 USTRINGTRIE_HAS_NEXT(rfwd=fData->fForwardsPartialTrie->nextForCodePoint(uch))) { in breakExceptionAt()
319 if(USTRINGTRIE_MATCHES(rfwd)) { in breakExceptionAt()