Home
last modified time | relevance | path

Searched refs:MySend (Results 1 – 20 of 20) sorted by relevance

/dports/net/py-magic-wormhole/magic-wormhole-0.12.0/src/wormhole/test/dilate/
H A Dtest_connect.py17 class MySend(object): class
44 send_left = MySend("left")
45 send_right = MySend("right")
/dports/lang/spidermonkey60/firefox-60.9.0/nsprpub/pr/tests/
H A Dlayer.c208 static PRInt32 PR_CALLBACK MySend( in MySend() function
310 myMethods.send = MySend; /* then override the ones we care about */ in main()
H A Dnblayer.c441 static PRInt32 PR_CALLBACK MySend( in MySend() function
560 myMethods.send = MySend; /* then override the ones we care about */ in main()
/dports/www/firefox-legacy/firefox-52.8.0esr/nsprpub/pr/tests/
H A Dlayer.c208 static PRInt32 PR_CALLBACK MySend( in MySend() function
310 myMethods.send = MySend; /* then override the ones we care about */ in main()
H A Dnblayer.c441 static PRInt32 PR_CALLBACK MySend( in MySend() function
560 myMethods.send = MySend; /* then override the ones we care about */ in main()
/dports/www/firefox-esr/firefox-91.8.0/nsprpub/pr/tests/
H A Dlayer.c231 static PRInt32 PR_CALLBACK MySend( in MySend() function
343 myMethods.send = MySend; /* then override the ones we care about */ in main()
H A Dnblayer.c520 static PRInt32 PR_CALLBACK MySend( in MySend() function
659 myMethods.send = MySend; /* then override the ones we care about */ in main()
/dports/www/firefox/firefox-99.0/nsprpub/pr/tests/
H A Dlayer.c231 static PRInt32 PR_CALLBACK MySend( in MySend() function
343 myMethods.send = MySend; /* then override the ones we care about */ in main()
H A Dnblayer.c520 static PRInt32 PR_CALLBACK MySend( in MySend() function
659 myMethods.send = MySend; /* then override the ones we care about */ in main()
/dports/devel/nspr/nspr-4.33/nspr/pr/tests/
H A Dlayer.c234 static PRInt32 PR_CALLBACK MySend( in MySend() function
346 myMethods.send = MySend; /* then override the ones we care about */ in main()
H A Dnblayer.c522 static PRInt32 PR_CALLBACK MySend( in MySend() function
663 myMethods.send = MySend; /* then override the ones we care about */ in main()
/dports/mail/thunderbird/thunderbird-91.8.0/nsprpub/pr/tests/
H A Dlayer.c231 static PRInt32 PR_CALLBACK MySend( in MySend() function
343 myMethods.send = MySend; /* then override the ones we care about */ in main()
H A Dnblayer.c520 static PRInt32 PR_CALLBACK MySend( in MySend() function
659 myMethods.send = MySend; /* then override the ones we care about */ in main()
/dports/lang/spidermonkey78/firefox-78.9.0/nsprpub/pr/tests/
H A Dlayer.c231 static PRInt32 PR_CALLBACK MySend( in MySend() function
343 myMethods.send = MySend; /* then override the ones we care about */ in main()
H A Dnblayer.c520 static PRInt32 PR_CALLBACK MySend( in MySend() function
659 myMethods.send = MySend; /* then override the ones we care about */ in main()
/dports/net/drawterm/drawterm/lib/codereview/
H A Dcodereview.py353 response_body = MySend("/upload", body, content_type=ctype)
380 MySend("/" + issue + "/mail", payload="")
1396 MySend(None)
2328 data = MySend(path, force_auth=False)
2404 diffdata = MySend(diff, force_auth=False)
2419 def MySend(request_path, payload=None, function
2504 f.feed(ustr(MySend(url))) # f.feed wants unicode
2528 response = MySend("/" + issue + "/edit", body, content_type=ctype)
2553 response = MySend("/" + issue + "/publish", body, content_type=ctype)
/dports/textproc/regex2dfa/regex2dfa-0.1.6/third_party/re2/lib/codereview/
H A Dcodereview.py354 response_body = MySend("/upload", body, content_type=ctype)
381 MySend("/" + issue + "/mail", payload="")
1400 MySend(None)
2353 data = MySend(path, force_auth=False)
2429 diffdata = MySend(diff, force_auth=False)
2444 def MySend(request_path, payload=None, function
2531 f.feed(ustr(MySend(url))) # f.feed wants unicode
2555 response = MySend("/" + issue + "/edit", body, content_type=ctype)
2580 response = MySend("/" + issue + "/publish", body, content_type=ctype)
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/redjack/marionette/third_party/re2/lib/codereview/
H A Dcodereview.py354 response_body = MySend("/upload", body, content_type=ctype)
381 MySend("/" + issue + "/mail", payload="")
1400 MySend(None)
2353 data = MySend(path, force_auth=False)
2429 diffdata = MySend(diff, force_auth=False)
2444 def MySend(request_path, payload=None, function
2531 f.feed(ustr(MySend(url))) # f.feed wants unicode
2555 response = MySend("/" + issue + "/edit", body, content_type=ctype)
2580 response = MySend("/" + issue + "/publish", body, content_type=ctype)
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/redjack/marionette/third_party/re2/lib/codereview/
H A Dcodereview.py354 response_body = MySend("/upload", body, content_type=ctype)
381 MySend("/" + issue + "/mail", payload="")
1400 MySend(None)
2353 data = MySend(path, force_auth=False)
2429 diffdata = MySend(diff, force_auth=False)
2444 def MySend(request_path, payload=None, function
2531 f.feed(ustr(MySend(url))) # f.feed wants unicode
2555 response = MySend("/" + issue + "/edit", body, content_type=ctype)
2580 response = MySend("/" + issue + "/publish", body, content_type=ctype)
/dports/net/mDNSResponder/mDNSResponder-1310.140.1/mDNSShared/
H A Ddnsextd.c322 mDNSlocal int MySend(TCPSocket *sock, const void *msg, int len) in MySend() function
354 if (MySend(sock, &len, sizeof(len)) < 0) return -1; in SendPacket()
362 return MySend(sock, &pkt->msg, pkt->len); in SendPacket()