Home
last modified time | relevance | path

Searched refs:EncodeBody (Results 1 – 12 of 12) sorted by relevance

/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/eetcd/src/
H A Deetcd_stream.erl46 EncodeBody = eetcd_grpc:encode(identity, Msg, MsgName),
47 gun:data(Pid, Ref, IsFin, EncodeBody),
78EncodeBody = eetcd_grpc:encode(identity, maps:remove(eetcd_reply_timeout, Request), RequestName),
80 StreamRef = gun:request(Pid, <<"POST">>, Path, Headers, EncodeBody),
95 StreamRef1 = gun:request(Pid, <<"POST">>, Path, NewHeaders, EncodeBody),
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/go-kivik/couchdb/
H A Dfind.go34 Body: chttp.EncodeBody(parameters),
71 Body: chttp.EncodeBody(query),
115 Body: chttp.EncodeBody(query),
H A Dbulk.go80 Body: chttp.EncodeBody(options),
H A Ddb.go278 Body: chttp.EncodeBody(doc),
294 Body: chttp.EncodeBody(doc),
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/usb_gadget/
H A Dpackage.py41 def EncodeBody(filename, buf): function
57 data=EncodeBody(filename, content))
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/usb_gadget/
H A Dpackage.py41 def EncodeBody(filename, buf): function
57 data=EncodeBody(filename, content))
/dports/emulators/vba/VisualBoyAdvance-1.7.2/win32/include/cximage/
H A Dximatif.h77 bool EncodeBody(TIFF *m_tif, bool multipage=false, int page=0, int pagecount=0);
H A Dximagif.h167 void EncodeBody(CxFile *fp, bool bLocalColorMap = false);
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/go-kivik/couchdb/chttp/
H A Dauth.go103 Body: EncodeBody(a),
H A Dchttp.go217 func EncodeBody(i interface{}) io.ReadCloser { func
H A Dchttp_test.go181 r := EncodeBody(test.input)
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Net.Mail/
H A DSmtpClient.cs314 private string EncodeBody (MailMessage message) in EncodeBody() method in System.Net.Mail.SmtpClient
329 private string EncodeBody (AlternateView av) in EncodeBody() method in System.Net.Mail.SmtpClient
872 SendData (EncodeBody (message)); in SendSimpleBody()
881 SendData (EncodeBody (av)); in SendBodylessSingleAlternate()