Home
last modified time | relevance | path

Searched refs:respdata (Results 1 – 25 of 45) sorted by relevance

12

/dports/security/beid/eid-mw-5.0.8/plugins_tools/eid-viewer/OSX/eID Viewer/eID Viewer/
H A Doslayer-objc.m57 NSData *respdata = [NSURLConnection sendSynchronousRequest:req returningResponse:&resp error:&err];
58 if (respdata != nil) {
59 void *retval = malloc(respdata.length);
60 *retlen = (long)respdata.length;
62 [respdata getBytes:retval length:*retlen];
73 NSData *respdata = [NSURLConnection sendSynchronousRequest:req returningResponse:&resp error:&err];
74 if(respdata != nil) {
75 void *retval = malloc(respdata.length+1);
76 *retlen = (long)respdata.length;
78 [respdata getBytes:retval length:*retlen];
/dports/emulators/qemu42/qemu-4.2.1/hw/bt/
H A Dhci.c99 uint8_t respdata[17];
108 respdata[1] = op;
116 respdata[0] = op >> 8;
276 respdata[1] = 0x33;
277 respdata[2] = 0x33;
344 respdata[1] = data[0];
347 if (respdata[2] > respdata[1])
348 memcpy(respdata + 3, bt->lmp_name + respdata[1],
349 respdata[2] - respdata[1]);
391 respdata[0] <<= 1;
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/hw/bt/
H A Dhci.c100 uint8_t respdata[17];
109 respdata[1] = op;
117 respdata[0] = op >> 8;
277 respdata[1] = 0x33;
278 respdata[2] = 0x33;
345 respdata[1] = data[0];
348 if (respdata[2] > respdata[1])
349 memcpy(respdata + 3, bt->lmp_name + respdata[1],
350 respdata[2] - respdata[1]);
392 respdata[0] <<= 1;
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/hw/bt/
H A Dhci.c99 uint8_t respdata[17];
108 respdata[1] = op;
116 respdata[0] = op >> 8;
276 respdata[1] = 0x33;
277 respdata[2] = 0x33;
344 respdata[1] = data[0];
347 if (respdata[2] > respdata[1])
348 memcpy(respdata + 3, bt->lmp_name + respdata[1],
349 respdata[2] - respdata[1]);
391 respdata[0] <<= 1;
[all …]
/dports/mail/fetchmailconf/fetchmail-6.4.28/
H A Dcram.c72 char *respdata; in do_cram_md5() local
89 respdata = buf1; in do_cram_md5()
91 respdata += strlen(strip); in do_cram_md5()
92 len = from64tobits (msg_id, respdata, sizeof(msg_id)); in do_cram_md5()
/dports/mail/fetchmail/fetchmail-6.4.28/
H A Dcram.c72 char *respdata; in do_cram_md5() local
89 respdata = buf1; in do_cram_md5()
91 respdata += strlen(strip); in do_cram_md5()
92 len = from64tobits (msg_id, respdata, sizeof(msg_id)); in do_cram_md5()
/dports/net/ulxmlrpcpp/ulxmlrpcpp-1.7.5/ulxmlrpcpp/tests/
H A Dsecure_client.cpp79 ulxr::Base64 respdata = resp.getResult();
80 ULXR_TRACE(respdata.getString());
82 ulxr::Cpp8BitString xml_resp = ulxr::getLatin1(decrypt(respdata.getString(), ULXR_PCHAR("")));
/dports/net/libnpupnp/libnpupnp-4.1.5/src/soap/
H A Dsoap_ctrlpt.cpp68 std::vector<std::pair<std::string, std::string>>& respdata, in UPnPResponseParser() argument
70 : XMLPARSERTP(input), responseName(rspname), data(respdata), in UPnPResponseParser()
154 std::vector<std::pair<std::string, std::string>>& respdata, argument
259 responsename, respdata, errcodep, errdesc);
/dports/net-mgmt/mdata-client/mdata-client-20151001/
H A Dproto.c328 string_t *respdata = mdp->mdp_command->mdc_response_data; in process_input() local
330 if (dynstr_len(respdata) > 0) in process_input()
331 dynstr_append(respdata, "\n"); in process_input()
332 dynstr_append(respdata, cstr + offs); in process_input()
/dports/www/moodle311/moodle/lib/google/
H A Dcurlio.php119 $respdata = $this->do_request($curl, $request);
131 … list($responseHeaders, $responseBody) = $this->parseHttpResponse($respdata, $respheadersize);
/dports/www/moodle310/moodle/lib/google/
H A Dcurlio.php119 $respdata = $this->do_request($curl, $request);
131 … list($responseHeaders, $responseBody) = $this->parseHttpResponse($respdata, $respheadersize);
/dports/www/moodle39/moodle/lib/google/
H A Dcurlio.php119 $respdata = $this->do_request($curl, $request);
131 … list($responseHeaders, $responseBody) = $this->parseHttpResponse($respdata, $respheadersize);
/dports/net/libnpupnp/libnpupnp-4.1.5/src/inc/
H A Dsoaplib.h53 std::vector<std::pair<std::string, std::string>>& respdata,
/dports/multimedia/kodi/xbmc-19.3-Matrix/addons/metadata.generic.artists/lib/
H A Dscraper.py51 respdata = resp.read()
76 respdata = json.loads(respdata)
77 return respdata
/dports/multimedia/kodi/xbmc-19.3-Matrix/addons/metadata.generic.albums/lib/
H A Dscraper.py51 respdata = resp.read()
76 respdata = json.loads(respdata)
77 return respdata
/dports/security/libfprint/libfprint-0.7.0/libfprint/drivers/
H A Duru4000.c328 unsigned char *respdata; in challenge_cb() local
340 respdata = g_malloc(CR_LENGTH); in challenge_cb()
343 if (PK11_CipherOp(ctx, respdata, &outlen, CR_LENGTH, data, CR_LENGTH) != SECSuccess in challenge_cb()
347 g_free(respdata); in challenge_cb()
352 r = write_regs(dev, REG_RESPONSE, CR_LENGTH, respdata, response_cb, ssm); in challenge_cb()
353 g_free(respdata); in challenge_cb()
/dports/security/py-cryptography/stage/usr/local/lib/python3.8/site-packages/cryptography/hazmat/backends/openssl/
H A Docsp.py169 respdata = self._backend._lib.OCSP_resp_get0_respdata(self._basic)
170 self._backend.openssl_assert(respdata != self._backend._ffi.NULL)
172 res = self._backend._lib.i2d_OCSP_RESPDATA(respdata, pp)
/dports/security/py-cryptography/cryptography-3.3.2/src/cryptography/hazmat/backends/openssl/
H A Docsp.py169 respdata = self._backend._lib.OCSP_resp_get0_respdata(self._basic)
170 self._backend.openssl_assert(respdata != self._backend._ffi.NULL)
172 res = self._backend._lib.i2d_OCSP_RESPDATA(respdata, pp)
/dports/security/py-cryptography/cryptography-3.3.2/build/lib.dragonfly-6.3-DEVELOPMENT-x86_64-3.8/cryptography/hazmat/backends/openssl/
H A Docsp.py169 respdata = self._backend._lib.OCSP_resp_get0_respdata(self._basic)
170 self._backend.openssl_assert(respdata != self._backend._ffi.NULL)
172 res = self._backend._lib.i2d_OCSP_RESPDATA(respdata, pp)
/dports/lang/python-legacy/Python-2.7.18/Lib/test/
H A Dtest_smtplib.py297 respdata = '250 OK' + ('.' * smtplib._MAXLINE * 2) + '\n' variable in TooLongLineTests
308 servargs = (self.evt, self.respdata, self.sock)
/dports/lang/python27/Python-2.7.18/Lib/test/
H A Dtest_smtplib.py297 respdata = '250 OK' + ('.' * smtplib._MAXLINE * 2) + '\n' variable in TooLongLineTests
308 servargs = (self.evt, self.respdata, self.sock)
/dports/devel/py-gevent/gevent-21.8.0/src/greentest/2.7pypy/
H A Dtest_smtplib.py297 respdata = '250 OK' + ('.' * smtplib._MAXLINE * 2) + '\n' variable in TooLongLineTests
308 servargs = (self.evt, self.respdata, self.sock)
/dports/devel/py-gevent/gevent-21.8.0/src/greentest/2.7/
H A Dtest_smtplib.py297 respdata = '250 OK' + ('.' * smtplib._MAXLINE * 2) + '\n' variable in TooLongLineTests
308 servargs = (self.evt, self.respdata, self.sock)
/dports/sysutils/gkrellm2/gkrellm-2.3.11/src/
H A Dmail.c956 gchar *respdata;
975 respdata = mbox->tcp_in->str;
976 len = strlen(respdata);
977 if (respdata[len - 1] == '\n')
978 respdata[--len] = '\0';
979 if (respdata[len - 1] == '\r')
980 respdata[--len] = '\0';
981 if (strip && strncmp(respdata, strip, strlen(strip)) == 0)
982 respdata += strlen(strip);
983 len = from64tobits(msg_id, respdata, sizeof(msg_id));
/dports/net/nusoap/nusoap-0.9.5/lib/
H A Dclass.soap_transport_http.php433 $respdata = $this->getResponse();
439 return $respdata;

12