Home
last modified time | relevance | path

Searched refs:replydata (Results 1 – 25 of 40) sorted by relevance

12

/dports/games/quakeforge/quakeforge-0.7.2/libs/gib/
H A Dgib_object.c275 **argv, gib_reply_handler reply, void *replydata) in GIB_Send() argument
286 message.replydata = replydata; in GIB_Send()
298 void *replydata) in GIB_SendToMethod() argument
305 message.replydata = replydata; in GIB_SendToMethod()
319 mesg.reply (argc, argv, mesg.replydata); in GIB_Reply()
/dports/net/ooni-probe-cli/probe-cli-3.10.1/internal/engine/netx/resolver/
H A Demitter.go27 replydata, err := txp.RoundTripper.RoundTrip(ctx, querydata)
33 Data: replydata,
38 return replydata, nil
H A Demitter_test.go37 replydata, err := txp.RoundTrip(ctx, querydata)
60 if !bytes.Equal(events[1].DNSReply.Data, replydata) {
89 replydata, err := txp.RoundTrip(ctx, querydata)
93 if replydata != nil {
H A Dserial.go106 replydata, err := r.Txp.RoundTrip(ctx, querydata)
110 return r.Decoder.Decode(qtype, replydata)
/dports/net/ooni-mini/probe-engine-0.23.0/netx/resolver/
H A Demitter.go27 replydata, err := txp.RoundTripper.RoundTrip(ctx, querydata)
33 Data: replydata,
38 return replydata, nil
H A Demitter_test.go37 replydata, err := txp.RoundTrip(ctx, querydata)
60 if !bytes.Equal(events[1].DNSReply.Data, replydata) {
89 replydata, err := txp.RoundTrip(ctx, querydata)
93 if replydata != nil {
H A Dserial.go106 replydata, err := r.Txp.RoundTrip(ctx, querydata)
110 return r.Decoder.Decode(qtype, replydata)
/dports/dns/bind911/bind-9.11.37/bin/tests/system/tsig/ans2/
H A Dans.pl48 $replydata = pack("C[$l]", @up);
49 printf "sent %u bytes\n", $sock->send($replydata);
/dports/dns/bind916/bind-9.16.27/bin/tests/system/tsig/ans2/
H A Dans.pl50 $replydata = pack("C[$l]", @up);
51 printf "sent %u bytes\n", $sock->send($replydata);
/dports/dns/bind-tools/bind-9.16.27/bin/tests/system/tsig/ans2/
H A Dans.pl50 $replydata = pack("C[$l]", @up);
51 printf "sent %u bytes\n", $sock->send($replydata);
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/bin/tests/system/tsig/ans2/
H A Dans.pl48 $replydata = pack("C[$l]", @up);
49 printf "sent %u bytes\n", $sock->send($replydata);
/dports/www/moodle310/moodle/mod/forum/classes/local/entities/
H A Dsorter.php128 array_values(array_filter($sortedreplies, function($replydata) use ($parentid) {
129 return ($this->getparentid)($replydata[0]) == $parentid;
/dports/www/moodle311/moodle/mod/forum/classes/local/entities/
H A Dsorter.php128 array_values(array_filter($sortedreplies, function($replydata) use ($parentid) {
129 return ($this->getparentid)($replydata[0]) == $parentid;
/dports/www/moodle39/moodle/mod/forum/classes/local/entities/
H A Dsorter.php128 array_values(array_filter($sortedreplies, function($replydata) use ($parentid) {
129 return ($this->getparentid)($replydata[0]) == $parentid;
/dports/www/moodle310/moodle/mod/forum/tests/
H A Dlib_test.php568 $replydata = (object)[
586 $replydata->userid = $t1->id;
587 $replydata->privatereplyto = $s1->id;
594 $replydata->privatereplyto = $s2->id;
604 $replydata->privatereplyto = $s1->id;
695 $replydata = (object)[
713 $replydata->userid = $t1->id;
714 $replydata->privatereplyto = $s1->id;
721 $replydata->privatereplyto = $s2->id;
816 $replydata = (object)[
[all …]
/dports/www/moodle311/moodle/mod/forum/tests/
H A Dlib_test.php568 $replydata = (object)[
586 $replydata->userid = $t1->id;
587 $replydata->privatereplyto = $s1->id;
594 $replydata->privatereplyto = $s2->id;
604 $replydata->privatereplyto = $s1->id;
695 $replydata = (object)[
713 $replydata->userid = $t1->id;
714 $replydata->privatereplyto = $s1->id;
721 $replydata->privatereplyto = $s2->id;
816 $replydata = (object)[
[all …]
/dports/games/quakeforge/quakeforge-0.7.2/include/QF/
H A Dgib.h71 void *replydata; member
123 …*obj, gib_object_t *sender, int argc, const char **argv, gib_reply_handler reply, void *replydata);
126 void *replydata);
/dports/net/hostapd-devel/hostap-14ab4a816/src/wps/
H A Dwps_upnp_web.c762 char *replydata; in web_connection_send_reply() local
768 replydata = base64_encode(wpabuf_head(reply), wpabuf_len(reply), in web_connection_send_reply()
771 replydata = NULL; in web_connection_send_reply()
778 buf = wpabuf_alloc(1000 + (replydata ? os_strlen(replydata) : 0U) + in web_connection_send_reply()
783 os_free(replydata); in web_connection_send_reply()
825 if (replydata && replyname) { in web_connection_send_reply()
832 wpabuf_put_str(buf, replydata); in web_connection_send_reply()
847 os_free(replydata); in web_connection_send_reply()
/dports/net/hostapd/hostapd-2.9/src/wps/
H A Dwps_upnp_web.c762 char *replydata; in web_connection_send_reply() local
768 replydata = (char *) base64_encode(wpabuf_head(reply), in web_connection_send_reply()
771 replydata = NULL; in web_connection_send_reply()
778 buf = wpabuf_alloc(1000 + (replydata ? os_strlen(replydata) : 0U) + in web_connection_send_reply()
783 os_free(replydata); in web_connection_send_reply()
825 if (replydata && replyname) { in web_connection_send_reply()
832 wpabuf_put_str(buf, replydata); in web_connection_send_reply()
847 os_free(replydata); in web_connection_send_reply()
/dports/net/wpa_supplicant_gui/wpa_supplicant-2.9/src/wps/
H A Dwps_upnp_web.c762 char *replydata; in web_connection_send_reply() local
768 replydata = (char *) base64_encode(wpabuf_head(reply), in web_connection_send_reply()
771 replydata = NULL; in web_connection_send_reply()
778 buf = wpabuf_alloc(1000 + (replydata ? os_strlen(replydata) : 0U) + in web_connection_send_reply()
783 os_free(replydata); in web_connection_send_reply()
825 if (replydata && replyname) { in web_connection_send_reply()
832 wpabuf_put_str(buf, replydata); in web_connection_send_reply()
847 os_free(replydata); in web_connection_send_reply()
/dports/security/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H A Dwps_upnp_web.c762 char *replydata; in web_connection_send_reply() local
768 replydata = (char *) base64_encode(wpabuf_head(reply), in web_connection_send_reply()
771 replydata = NULL; in web_connection_send_reply()
778 buf = wpabuf_alloc(1000 + (replydata ? os_strlen(replydata) : 0U) + in web_connection_send_reply()
783 os_free(replydata); in web_connection_send_reply()
825 if (replydata && replyname) { in web_connection_send_reply()
832 wpabuf_put_str(buf, replydata); in web_connection_send_reply()
847 os_free(replydata); in web_connection_send_reply()
/dports/security/wpa_supplicant-devel/hostap-14ab4a816/src/wps/
H A Dwps_upnp_web.c762 char *replydata; in web_connection_send_reply() local
768 replydata = base64_encode(wpabuf_head(reply), wpabuf_len(reply), in web_connection_send_reply()
771 replydata = NULL; in web_connection_send_reply()
778 buf = wpabuf_alloc(1000 + (replydata ? os_strlen(replydata) : 0U) + in web_connection_send_reply()
783 os_free(replydata); in web_connection_send_reply()
825 if (replydata && replyname) { in web_connection_send_reply()
832 wpabuf_put_str(buf, replydata); in web_connection_send_reply()
847 os_free(replydata); in web_connection_send_reply()
/dports/www/firefox-esr/firefox-91.8.0/gfx/layers/
H A DTextureSync.cpp135 WaitForTexturesReply replydata; in HandleWaitForTexturesMessage() local
136 replydata.success = success; in HandleWaitForTexturesMessage()
137 msg.SetData(&replydata, sizeof(WaitForTexturesReply)); in HandleWaitForTexturesMessage()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/layers/
H A DTextureSync.cpp134 WaitForTexturesReply replydata; in HandleWaitForTexturesMessage() local
135 replydata.success = success; in HandleWaitForTexturesMessage()
136 msg.SetData(&replydata, sizeof(WaitForTexturesReply)); in HandleWaitForTexturesMessage()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/layers/
H A DTextureSync.cpp135 WaitForTexturesReply replydata; in HandleWaitForTexturesMessage() local
136 replydata.success = success; in HandleWaitForTexturesMessage()
137 msg.SetData(&replydata, sizeof(WaitForTexturesReply)); in HandleWaitForTexturesMessage()

12