Home
last modified time | relevance | path

Searched refs:getrest (Results 1 – 15 of 15) sorted by relevance

/dports/net/Sockets/Sockets-2.3.9.9/
H A DSmtpdSocket.cpp69 OnHeader(key, pa.getrest()); in OnLine()
85 OnHeader(key, pa.getrest()); in OnLine()
115 if (!OnHello(pa.getrest())) in OnLine()
128 if (!OnHello(pa.getrest())) in OnLine()
150 std::string email = Utility::ToLower(pa.getrest()); in OnLine()
181 std::string email = Utility::ToLower(pa.getrest()); in OnLine()
236 OnNotSupported(cmd, pa.getrest()); in OnLine()
H A DParse.h68 std::string getrest();
69 void getrest(std::string&);
H A DHTTPSocket.cpp203 m_status_text = pa.getrest(); in OnLine()
246 std::string value = pa.getrest(); in OnLine()
494 url = "/" + pa.getrest(); in url_this()
H A DParse.cpp236 std::string Parse::getrest() in getrest() function in SOCKETS_NAMESPACE::Parse
245 void Parse::getrest(std::string&s) in getrest() function in SOCKETS_NAMESPACE::Parse
H A DResolvSocket.cpp138 m_data = pa.getrest(); in OnLine()
191 std::string value = pa.getrest(); in OnLine()
H A DHttpdForm.cpp157 std::string h2 = pa.getrest(); in ParseFormData()
176 h = pa2.getrest(); in ParseFormData()
H A DHttpRequest.cpp84 std::string value = pa.getrest(); in HttpRequest()
/dports/devel/z88dk/z88dk/support/debugger/
H A Dhitnrun.exp42 proc getrest { str } { procedure
459 set args [getrest $cmdline]
466 set lineno [getfirst [getrest $args]]
/dports/net-p2p/minder/minder-2.0.2/
H A Dconfig.cpp55 pa.getrest(value); in read_config()
/dports/devel/hs-git-annex/git-annex-8.20210903/Remote/Helper/
H A DChunked.hs303 getrest p h iv sz sz ks
310 getrest _ _ iv _ _ [] = return (Right iv) function
311 getrest p h iv sz bytesprocessed (k:ks) = do function
316 getrest p h iv sz (addBytesProcessed bytesprocessed sz) ks
/dports/net/Sockets/Sockets-2.3.9.9/tests/
H A Dlistener.cpp43 std::string arg = pa.getrest(); in OnLine()
H A Dsockets_test.cpp116 std::string arg = pa.getrest(); in OnLine()
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libnyquist/nyquist/xlisp/
H A Dxldmem.h45 #define getrest(x) ((x)->n_vdata[4]) macro
H A Dxleval.c751 if ((arg = getrest(fun))) { in xlabind()
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libnyquist/nyquist/nyqsrc/
H A Dsndseq.c148 printf("\nRest: "); print_lval(getrest(val)); in print_closure()