Searched refs:addOtherHost (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/excxx_repquote/
H A DRepConfigInfo.h23 void addOtherHost(char* host, int port, bool peer);
H A DRepConfigInfo.cpp38 void RepConfigInfo::addOtherHost(char* host, int port, bool peer) function in class:RepConfigInfo
H A DRepQuoteExample.cpp484 config.addOtherHost(tmphost, tmpport, tmppeer);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/repquote/
H A DRepConfig.java74 public void addOtherHost(String host, int port, boolean peer) method in class:RepConfig
H A DRepQuoteExample.java162 config.addOtherHost(words[0], tmpPort, isPeer);

Completed in 169 milliseconds