Home
last modified time | relevance | path

Searched refs:response_len (Results 1 – 25 of 585) sorted by relevance

12345678910>>...24

/dports/security/libfprint/libfprint-0.7.0/libfprint/drivers/
H A Dupektc.h34 int response_len; member
49 .response_len = 0x00
62 .response_len = 0x40
75 .response_len = 0x00
88 .response_len = 0x40
101 .response_len = 0x40
114 .response_len = 0x40
127 .response_len = 0x40
140 .response_len = 0x00
153 .response_len = 0x00
[all …]
/dports/net/miniupnpc/miniupnpc-2.2.2/
H A Dminihttptestserver.c138 *response_len += snprintf(response_buffer + *response_len, in build_chunked_response()
142 *response_len += n; in build_chunked_response()
150 *response_len += 5; in build_chunked_response()
319 size_t response_len; in handle_http_connection() local
418 response_len = 2048; in handle_http_connection()
426 for (i = n; i < response_len; i++) { in handle_http_connection()
429 response_len = n; in handle_http_connection()
435 response_len = content_length+256; in handle_http_connection()
471 response_len = content_length + n; in handle_http_connection()
474 response_len = content_length+256; in handle_http_connection()
[all …]
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/miniupnp/miniupnpc/
H A Dminihttptestserver.c138 *response_len += snprintf(response_buffer + *response_len,
142 *response_len += n;
150 *response_len += 5;
319 size_t response_len;
418 response_len = 2048;
426 for (i = n; i < response_len; i++) {
429 response_len = n;
435 response_len = content_length+256;
471 response_len = content_length + n;
474 response_len = content_length+256;
[all …]
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/miniupnp/miniupnpc/
H A Dminihttptestserver.c138 *response_len += snprintf(response_buffer + *response_len, in build_chunked_response()
142 *response_len += n; in build_chunked_response()
150 *response_len += 5; in build_chunked_response()
319 size_t response_len; in handle_http_connection() local
418 response_len = 2048; in handle_http_connection()
426 for (i = n; i < response_len; i++) { in handle_http_connection()
429 response_len = n; in handle_http_connection()
435 response_len = content_length+256; in handle_http_connection()
471 response_len = content_length + n; in handle_http_connection()
474 response_len = content_length+256; in handle_http_connection()
[all …]
/dports/net/py-miniupnpc/miniupnpc-2.2.2/
H A Dminihttptestserver.c138 *response_len += snprintf(response_buffer + *response_len, in build_chunked_response()
142 *response_len += n; in build_chunked_response()
150 *response_len += 5; in build_chunked_response()
319 size_t response_len; in handle_http_connection() local
418 response_len = 2048; in handle_http_connection()
426 for (i = n; i < response_len; i++) { in handle_http_connection()
429 response_len = n; in handle_http_connection()
435 response_len = content_length+256; in handle_http_connection()
471 response_len = content_length + n; in handle_http_connection()
474 response_len = content_length+256; in handle_http_connection()
[all …]
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/miniupnp/miniupnpc/
H A Dminihttptestserver.c138 *response_len += snprintf(response_buffer + *response_len, in build_chunked_response()
142 *response_len += n; in build_chunked_response()
150 *response_len += 5; in build_chunked_response()
319 size_t response_len; in handle_http_connection() local
418 response_len = 2048; in handle_http_connection()
426 for (i = n; i < response_len; i++) { in handle_http_connection()
429 response_len = n; in handle_http_connection()
435 response_len = content_length+256; in handle_http_connection()
471 response_len = content_length + n; in handle_http_connection()
474 response_len = content_length+256; in handle_http_connection()
[all …]
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/libs/miniupnpc/
H A Dminihttptestserver.c123 *response_len += snprintf(response_buffer + *response_len, in build_chunked_response()
127 *response_len += n; in build_chunked_response()
129 response_buffer[(*response_len)++] = '\r'; in build_chunked_response()
130 response_buffer[(*response_len)++] = '\n'; in build_chunked_response()
133 *response_len += 3; in build_chunked_response()
188 int response_len; in handle_http_connection() local
273 response_len = content_length+256; in handle_http_connection()
274 response_buffer = malloc(response_len); in handle_http_connection()
287 response_len = content_length+256; in handle_http_connection()
288 response_buffer = malloc(response_len); in handle_http_connection()
[all …]
/dports/games/odamex/odamex-src-0.7.0/libraries/libminiupnpc/
H A Dminihttptestserver.c124 *response_len += snprintf(response_buffer + *response_len, in build_chunked_response()
128 *response_len += n; in build_chunked_response()
130 response_buffer[(*response_len)++] = '\r'; in build_chunked_response()
131 response_buffer[(*response_len)++] = '\n'; in build_chunked_response()
136 *response_len += 5; in build_chunked_response()
194 int response_len; in handle_http_connection() local
293 response_len = content_length+256; in handle_http_connection()
294 response_buffer = malloc(response_len); in handle_http_connection()
307 response_len = content_length+256; in handle_http_connection()
308 response_buffer = malloc(response_len); in handle_http_connection()
[all …]
/dports/dns/djbdns/djbdns-1.05/
H A Dresponse.c7 unsigned int response_len = 0; /* <= 65535 */ variable
17 if (len > 65535 - response_len) return 0; in response_addbytes()
18 byte_copy(response + response_len,len,buf); in response_addbytes()
19 response_len += len; in response_addbytes()
37 if ((dlen <= 128) && (response_len < 16384)) in response_addname()
40 name_ptr[name_num] = response_len; in response_addname()
54 response_len = 0; in response_query()
60 tctarget = response_len; in response_query()
83 dpos = response_len; in response_rstart()
89 uint16_pack_big(response + dpos - 2,response_len - dpos); in response_rfinish()
[all …]
H A Dtdlookup.c19 pos = dns_packet_skipname(response,response_len,12); if (!pos) return 0; in want()
22 while (pos < response_len) { in want()
23 pos = dns_packet_getname(response,response_len,pos,&d); if (!pos) return 0; in want()
24 pos = dns_packet_copy(response,response_len,pos,x,10); if (!pos) return 0; in want()
126 anpos = response_len; in doit()
211 aupos = response_len; in doit()
240 arpos = response_len; in doit()
269 if (flagauthoritative && (response_len > 512)) { in doit()
271 response_len = arpos; in doit()
272 if (response_len > 512) { in doit()
[all …]
/dports/dns/dq/dq-20181021/dq/
H A Dresponse.c8 long long response_len = 0; /* <= 65535 */ variable
19 if (len > 65535 - response_len) return 0; in response_addbytes()
20 byte_copy(response + response_len, len, buf); in response_addbytes()
21 response_len += len; in response_addbytes()
39 if ((dlen <= 255) && (response_len < 16384)) in response_addname()
42 name_ptr[name_num] = response_len; in response_addname()
56 response_len = 0; in response_query()
62 tctarget = response_len; in response_query()
84 dpos = response_len; in response_rstart()
89 uint16_pack_big(response + dpos - 2, response_len - dpos); in response_rfinish()
[all …]
/dports/mail/qmail-conf/qmail-conf-0.60/djbdns-1.05/
H A Dresponse.c7 unsigned int response_len = 0; /* <= 65535 */ variable
17 if (len > 65535 - response_len) return 0; in response_addbytes()
18 byte_copy(response + response_len,len,buf); in response_addbytes()
19 response_len += len; in response_addbytes()
40 name_ptr[name_num] = response_len; in response_addname()
54 response_len = 0; in response_query()
60 tctarget = response_len; in response_query()
83 dpos = response_len; in response_rstart()
89 uint16_pack_big(response + dpos - 2,response_len - dpos); in response_rfinish()
120 response_len = tctarget; in response_tc()
H A Dtdlookup.c19 pos = dns_packet_skipname(response,response_len,12); if (!pos) return 0; in want()
22 while (pos < response_len) { in want()
23 pos = dns_packet_getname(response,response_len,pos,&d); if (!pos) return 0; in want()
24 pos = dns_packet_copy(response,response_len,pos,x,10); if (!pos) return 0; in want()
126 anpos = response_len; in doit()
211 aupos = response_len; in doit()
240 arpos = response_len; in doit()
269 if (flagauthoritative && (response_len > 512)) { in doit()
271 response_len = arpos; in doit()
272 if (response_len > 512) { in doit()
[all …]
/dports/dns/djbdns-tools/djbdns-1.05/
H A Dresponse.c7 unsigned int response_len = 0; /* <= 65535 */ variable
17 if (len > 65535 - response_len) return 0; in response_addbytes()
18 byte_copy(response + response_len,len,buf); in response_addbytes()
19 response_len += len; in response_addbytes()
40 name_ptr[name_num] = response_len; in response_addname()
54 response_len = 0; in response_query()
60 tctarget = response_len; in response_query()
83 dpos = response_len; in response_rstart()
89 uint16_pack_big(response + dpos - 2,response_len - dpos); in response_rfinish()
120 response_len = tctarget; in response_tc()
H A Dtdlookup.c19 pos = dns_packet_skipname(response,response_len,12); if (!pos) return 0; in want()
22 while (pos < response_len) { in want()
23 pos = dns_packet_getname(response,response_len,pos,&d); if (!pos) return 0; in want()
24 pos = dns_packet_copy(response,response_len,pos,x,10); if (!pos) return 0; in want()
126 anpos = response_len; in doit()
211 aupos = response_len; in doit()
240 arpos = response_len; in doit()
269 if (flagauthoritative && (response_len > 512)) { in doit()
271 response_len = arpos; in doit()
272 if (response_len > 512) { in doit()
[all …]
/dports/security/libu2f-host/libu2f-host-libu2f-host-1.1.10/u2f-host/
H A Dregister.c27 size_t * response_len) in prepare_response2() argument
54 if (strlen (reply) >= *response_len) in prepare_response2()
57 *response_len = strlen (reply) + 1; in prepare_response2()
62 *response_len = strlen (reply); in prepare_response2()
78 char **response, size_t * response_len) in prepare_response() argument
98 return prepare_response2 (b64resp, bdstr, response, response_len); in prepare_response()
109 const char *origin, char **response, size_t * response_len, in _u2fh_register() argument
172 prepare_response (buf, len - 2, bd, response, response_len); in _u2fh_register()
195 const char *origin, char *response, size_t * response_len, in u2fh_register2() argument
198 return _u2fh_register (devs, challenge, origin, &response, response_len, in u2fh_register2()
[all …]
H A Dauthenticate.c28 char **response, size_t * response_len) in prepare_response2() argument
69 if (strlen (reply) >= *response_len) in prepare_response2()
72 *response_len = strlen (reply) + 1; in prepare_response2()
77 *response_len = strlen (reply); in prepare_response2()
94 const char *input, char **response, size_t * response_len) in prepare_response() argument
114 return prepare_response2 (b64enc, bdstr, input, response, response_len); in prepare_response()
126 size_t * response_len, u2fh_cmdflags flags) in _u2fh_authenticate() argument
228 prepare_response (buf, len - 2, bd, challenge, response, response_len); in _u2fh_authenticate()
252 const char *origin, char *response, size_t * response_len, in u2fh_authenticate2() argument
255 return _u2fh_authenticate (devs, challenge, origin, &response, response_len, in u2fh_authenticate2()
[all …]
/dports/mail/libesmtp/libesmtp-1.0.6/crammd5/
H A Dclient-crammd5.c71 int response_len; member
93 memset (context->response, 0, context->response_len); in crammd5_destroy()
107 int response_len; in crammd5_response() local
122 response_len = strlen (result[0]) + 1 + 2 * sizeof digest; in crammd5_response()
123 response = malloc (response_len); in crammd5_response()
135 context->response_len = response_len; in crammd5_response()
136 *len = response_len; in crammd5_response()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/include/fluent-bit/
H A Dflb_aws_util.h138 flb_sds_t flb_aws_xml_error(char *response, size_t response_len);
143 flb_sds_t flb_aws_error(char *response, size_t response_len);
150 void flb_aws_print_error(char *response, size_t response_len,
154 void flb_aws_print_xml_error(char *response, size_t response_len,
160 flb_sds_t flb_json_get_val(char *response, size_t response_len, char *key);
166 flb_sds_t flb_xml_get_val(char *response, size_t response_len, char *tag);
/dports/dns/knot3-lib/knot-3.1.5/src/knot/nameserver/
H A Dchaos.c90 size_t response_len = strlen(response_str); in create_txt_rrset() local
91 if (response_len > UINT8_MAX) { in create_txt_rrset()
92 response_len = UINT8_MAX; in create_txt_rrset()
101 uint8_t rdata[response_len + 1]; in create_txt_rrset()
103 rdata[0] = response_len; in create_txt_rrset()
104 memcpy(&rdata[1], response_str, response_len); in create_txt_rrset()
106 int ret = knot_rrset_add_rdata(rrset, rdata, response_len + 1, mm); in create_txt_rrset()
/dports/dns/knot3/knot-3.1.5/src/knot/nameserver/
H A Dchaos.c90 size_t response_len = strlen(response_str); in create_txt_rrset() local
91 if (response_len > UINT8_MAX) { in create_txt_rrset()
92 response_len = UINT8_MAX; in create_txt_rrset()
101 uint8_t rdata[response_len + 1]; in create_txt_rrset()
103 rdata[0] = response_len; in create_txt_rrset()
104 memcpy(&rdata[1], response_str, response_len); in create_txt_rrset()
106 int ret = knot_rrset_add_rdata(rrset, rdata, response_len + 1, mm); in create_txt_rrset()
/dports/security/pam_yubico/pam_yubico-2.26/
H A Dykpamcfg.c144 unsigned int response_len; in do_add_hmac_chalresp() local
207 buf, sizeof(buf), &response_len)) in do_add_hmac_chalresp()
223 buf2, sizeof(buf2), &response_len)) in do_add_hmac_chalresp()
226 if (memcmp(buf, buf2, response_len) == 0) { in do_add_hmac_chalresp()
233 if (response_len > sizeof (state.response)) { in do_add_hmac_chalresp()
234 …fprintf (stderr, "Got too long response ??? (%u/%lu)", response_len, (unsigned long) sizeof(state.… in do_add_hmac_chalresp()
237 memcpy (state.response, buf, response_len); in do_add_hmac_chalresp()
238 state.response_len = response_len; in do_add_hmac_chalresp()
/dports/www/chromium-legacy/chromium-88.0.4324.182/remoting/host/security_key/
H A Dsecurity_key_socket.cc63 int response_len = response_length_string.size() + response_data.size(); in SendResponse() local
68 response_len); in SendResponse()
213 std::string response_len; in GetResponseLengthAsBytes() local
214 response_len.reserve(kRequestSizeBytes); in GetResponseLengthAsBytes()
217 response_len.push_back((len >> 24) & 255); in GetResponseLengthAsBytes()
218 response_len.push_back((len >> 16) & 255); in GetResponseLengthAsBytes()
219 response_len.push_back((len >> 8) & 255); in GetResponseLengthAsBytes()
220 response_len.push_back(len & 255); in GetResponseLengthAsBytes()
222 return response_len; in GetResponseLengthAsBytes()
/dports/misc/amanda-client/amanda-3.3.9/ndmp-src/
H A Dndma_robot_simulator.c384 int response_len; in execute_cdb_test_unit_ready() local
405 int response_len; in execute_cdb_inquiry() local
420 response_len = 96; in execute_cdb_inquiry()
422 NDMOS_API_BZERO(response, response_len); in execute_cdb_inquiry()
436 reply->datain.datain_len = response_len; in execute_cdb_inquiry()
450 int response_len; in execute_cdb_mode_sense_6() local
470 response_len = 24; in execute_cdb_mode_sense_6()
473 *(p++) = response_len; in execute_cdb_mode_sense_6()
520 int response_len; in execute_cdb_read_element_status() local
535 if (response_len < 8) { in execute_cdb_read_element_status()
[all …]
/dports/misc/amanda-server/amanda-3.3.9/ndmp-src/
H A Dndma_robot_simulator.c384 int response_len; in execute_cdb_test_unit_ready() local
405 int response_len; in execute_cdb_inquiry() local
420 response_len = 96; in execute_cdb_inquiry()
422 NDMOS_API_BZERO(response, response_len); in execute_cdb_inquiry()
436 reply->datain.datain_len = response_len; in execute_cdb_inquiry()
450 int response_len; in execute_cdb_mode_sense_6() local
470 response_len = 24; in execute_cdb_mode_sense_6()
473 *(p++) = response_len; in execute_cdb_mode_sense_6()
520 int response_len; in execute_cdb_read_element_status() local
535 if (response_len < 8) { in execute_cdb_read_element_status()
[all …]

12345678910>>...24