HomeSort by relevance Sort by last modified time
    Searched full:rfwd (Results 1 - 5 of 5) sorted by null

  /external/openssh/
ssh.c 1431 struct Forward *rfwd = (struct Forward *)ctxt; local
    [all...]
mux.c 586 struct Forward *rfwd; local
600 rfwd = &options.remote_forwards[fctx->fid];
603 rfwd->listen_port, rfwd->connect_path ? rfwd->connect_path :
604 rfwd->connect_host, rfwd->connect_port);
606 if (rfwd->listen_port == 0) {
607 rfwd->allocated_port = packet_get_int();
609 " to %s:%d", rfwd->allocated_port
    [all...]
channels.c     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
SimpleFilteredSentenceBreakIterator.java 99 BytesTrie.Result rfwd = BytesTrie.Result.INTERMEDIATE_VALUE; local
102 && ((rfwd = forwardsPartialTrie.nextForCodePoint(uch)).hasNext())) {
104 if (rfwd.matches()) {
  /external/icu/icu4c/source/i18n/
filteredbrk.cpp 268 UStringTrieResult rfwd = USTRINGTRIE_INTERMEDIATE_VALUE; local
272 USTRINGTRIE_HAS_NEXT(rfwd=fForwardsPartialTrie->nextForCodePoint(uch))) {
273 //if(debug2) u_printf("fwd> /%C/ cont?%d @%d\n", (UChar)uch, rfwd, utext_getNativeIndex(fText.getAlias()));
275 if(USTRINGTRIE_MATCHES(rfwd)) {

Completed in 2698 milliseconds