| /NextBSD/contrib/subversion/subversion/libsvn_subr/ |
| HD | quoprint.c | 251 svn_stringbuf_t *decoded; in decode_data() local 257 decoded = svn_stringbuf_create_empty(subpool); in decode_data() 258 decode_bytes(decoded, data, *len, db->buf, &db->buflen); in decode_data() 261 declen = decoded->len; in decode_data() 263 err = svn_stream_write(db->output, decoded->data, &declen); in decode_data() 303 svn_stringbuf_t *decoded = svn_stringbuf_create_empty(pool); in svn_quoprint_decode_string() local 307 decode_bytes(decoded, str->data, str->len, ingroup, &ingrouplen); in svn_quoprint_decode_string() 308 return decoded; in svn_quoprint_decode_string()
|
| HD | base64.c | 466 svn_stringbuf_t *decoded; in decode_data() local 471 decoded = svn_stringbuf_create_empty(db->scratch_pool); in decode_data() 472 decode_bytes(decoded, data, *len, db->buf, &db->buflen, &db->done); in decode_data() 475 declen = decoded->len; in decode_data() 477 err = svn_stream_write(db->output, decoded->data, &declen); in decode_data() 517 svn_stringbuf_t *decoded = svn_stringbuf_create_empty(pool); in svn_base64_decode_string() local 522 decode_bytes(decoded, str->data, str->len, ingroup, &ingrouplen, &done); in svn_base64_decode_string() 523 return svn_stringbuf__morph_into_string(decoded); in svn_base64_decode_string()
|
| /NextBSD/contrib/wpa/src/wps/ |
| HD | upnp_xml.c | 229 unsigned char *decoded; in xml_get_base64_item() local 238 decoded = base64_decode((unsigned char *) msg, os_strlen(msg), &len); in xml_get_base64_item() 240 if (decoded == NULL) { in xml_get_base64_item() 245 buf = wpabuf_alloc_ext_data(decoded, len); in xml_get_base64_item() 247 os_free(decoded); in xml_get_base64_item()
|
| /NextBSD/sys/dev/ixl/ |
| HD | ixl_txrx.c | 632 struct i40e_rx_ptype_decoded decoded; in ixl_ptype_to_hash() local 635 decoded = decode_rx_desc_ptype(ptype); in ixl_ptype_to_hash() 636 ex = decoded.outer_frag; in ixl_ptype_to_hash() 638 if (!decoded.known) in ixl_ptype_to_hash() 641 if (decoded.outer_ip == I40E_RX_PTYPE_OUTER_L2) in ixl_ptype_to_hash() 645 if (decoded.outer_ip_ver == I40E_RX_PTYPE_OUTER_IPV6) { in ixl_ptype_to_hash() 646 switch (decoded.inner_prot) { in ixl_ptype_to_hash() 664 if (decoded.outer_ip_ver == I40E_RX_PTYPE_OUTER_IPV4) { in ixl_ptype_to_hash() 665 switch (decoded.inner_prot) { in ixl_ptype_to_hash() 782 struct i40e_rx_ptype_decoded decoded; in ixl_rx_checksum() local [all …]
|
| /NextBSD/contrib/apr/encoding/ |
| HD | apr_escape.c | 211 char decoded; in apr_unescape_url() local 212 decoded = x2c(s + 1); in apr_unescape_url() 213 if ((decoded == '\0') in apr_unescape_url() 214 || (forbid && strchr(forbid, decoded))) { in apr_unescape_url() 216 *d = decoded; in apr_unescape_url() 220 else if (reserved && strchr(reserved, decoded)) { in apr_unescape_url() 227 *d = decoded; in apr_unescape_url() 251 char decoded; in apr_unescape_url() local 252 decoded = x2c(s + 1); in apr_unescape_url() 253 if ((decoded == '\0') in apr_unescape_url() [all …]
|
| /NextBSD/contrib/wpa/src/eap_server/ |
| HD | tncs.c | 671 unsigned char *decoded; in tncs_get_base64() local 683 decoded = base64_decode((unsigned char *) pos, os_strlen(pos), in tncs_get_base64() 686 if (decoded == NULL) { in tncs_get_base64() 690 return decoded; in tncs_get_base64() 785 unsigned char *decoded; in tncs_process_if_tnccs() local 863 decoded = tncs_get_base64(start, &decoded_len); in tncs_process_if_tnccs() 864 if (decoded == NULL) { in tncs_process_if_tnccs() 870 tncs_send_to_imvs(tncs, type, decoded, decoded_len); in tncs_process_if_tnccs() 872 os_free(decoded); in tncs_process_if_tnccs() 910 decoded = NULL; in tncs_process_if_tnccs() [all …]
|
| /NextBSD/contrib/wpa/src/eap_peer/ |
| HD | tncc.c | 621 unsigned char *decoded; in tncc_get_base64() local 633 decoded = base64_decode((unsigned char *) pos, os_strlen(pos), in tncc_get_base64() 636 if (decoded == NULL) { in tncc_get_base64() 640 return decoded; in tncc_get_base64() 692 unsigned char *decoded; in tncc_process_if_tnccs() local 772 decoded = tncc_get_base64(start, &decoded_len); in tncc_process_if_tnccs() 773 if (decoded == NULL) { in tncc_process_if_tnccs() 779 tncc_send_to_imcs(tncc, type, decoded, decoded_len); in tncc_process_if_tnccs() 781 os_free(decoded); in tncc_process_if_tnccs() 819 decoded = NULL; in tncc_process_if_tnccs() [all …]
|
| /NextBSD/contrib/subversion/subversion/libsvn_ra_serf/ |
| HD | log.c | 163 const svn_string_t *decoded; in collect_revprop() local 176 decoded = svn_base64_decode_string(cdata, result_pool); in collect_revprop() 180 decoded = svn_string_dup(cdata, result_pool); in collect_revprop() 184 svn_hash_sets(revprops, propname, decoded); in collect_revprop()
|
| /NextBSD/crypto/openssl/doc/crypto/ |
| HD | CMS_get1_ReceiptRequest.pod | 30 any is found it is decoded and written to B<prr>. 54 decoded. It returns 0 if a signed receipt request is not present and -1 if
|
| HD | BIO_f_base64.pod | 55 Read Base64 encoded data from standard input and write the decoded
|
| HD | BIO_push.pod | 52 direction, that is data is read from B<f>, base64 B<decoded> and digested
|
| HD | ecdsa.pod | 73 the decoded signature in a newly allocated B<ECDSA_SIG> structure.
|
| /NextBSD/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/ |
| HD | tst.Bean.ksh.out | 6 decoded: 1 33 decoded: org.opensolaris.os.dtrace.AggregationRecord[tuple = [cat, 9, 76 …decoded: org.opensolaris.os.dtrace.Aggregation[name = counts, id = 2, records = [org.opensolaris.o… 113 decoded: [cat, 9, 126 decoded: [1, 2, 3] 144 decoded: 154 …decoded: org.opensolaris.os.dtrace.Distribution[buckets = [org.opensolaris.os.dtrace.Distribution$… 160 …decoded: class org.opensolaris.os.dtrace.LinearDistribution[base = 1, step = 10, buckets = [org.op… 166 decoded: org.opensolaris.os.dtrace.Option[name = aggrate, value = 1s] 172 …decoded: org.opensolaris.os.dtrace.ProcessState[pid = 123456, state = UNDEAD, terminationSignal = … [all …]
|
| /NextBSD/contrib/gcc/config/i386/ |
| HD | ppro.md | 58 ;; particular how many cycles they take to be decoded. 77 ;; - an instruction with 1 uop can be decoded by any of the three 79 ;; - an instruction with 1 to 4 uops can be decoded only by decoder 0 81 ;; - a complex (microcode) instruction can also only be decoded by 96 ;; Most instructions can be decoded on any of the three decoders. 134 ;; they can only be decoded on decoder0. Modelling their latencies 136 ;; executed in the core. So we just model that they can only be decoded 735 ;; reg-reg instructions produce 1 uop so they can be decoded on any of 744 ;; so they have to be decoded on decoder0. 758 ;; decoded on decoder0 as well.
|
| HD | k6.md | 64 ;; can be decoded in two parallel short decoders, or one complex instruction can 65 ;; be decoded in either the long or the vector decoder. For all practical
|
| HD | athlon.md | 53 ;; Model the fact that double decoded instruction may take 2 cycles 55 ;; is used (this is needed to allow troughput of 1.5 double decoded 60 ;; and only double decoded instruction may occupy unit in the first cycle. 64 ;; too. Vector decoded instructions then can't be issued when 514 ;; fcomi is vector decoded by uses only one pipe. 865 ;; cvtps2pd. Model same way the other double decoded FP conversions. 930 ;; cvtsi2sd reg,reg is double decoded (vector on Athlon)
|
| /NextBSD/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/ |
| HD | TestBean.java | 650 String decoded = getString(newobj); in performBeanTest() local 651 System.out.println(" decoded: " + decoded); in performBeanTest() 654 if (!encoded.equals(decoded)) { in performBeanTest()
|
| /NextBSD/sys/cam/ctl/ |
| HD | ctl.h | 195 uint64_t ctl_encode_lun(uint32_t decoded);
|
| /NextBSD/sys/contrib/xz-embedded/linux/Documentation/ |
| HD | xz.txt | 58 when encoding files that are supposed to be decoded by the kernel. With 72 dictionaries cannot be used for files that are intended to be decoded
|
| /NextBSD/contrib/jansson/doc/ |
| HD | tutorial.rst | 172 Now we're ready to extract the data out of the decoded JSON response. 246 After sending the HTTP request, we decoded the JSON text using
|
| /NextBSD/contrib/llvm/include/llvm/Target/ |
| HD | TargetItinerary.td | 87 // in the class are decoded to. If the number is zero, then it means the
|
| /NextBSD/contrib/bsnmp/snmpd/ |
| HD | main.c | 516 goto decoded; in snmp_input_start() 521 goto decoded; in snmp_input_start() 524 goto decoded; in snmp_input_start() 526 goto decoded; in snmp_input_start() 532 decoded: in snmp_input_start()
|
| /NextBSD/sys/amd64/include/ |
| HD | vmm.h | 509 uint8_t decoded; /* set to 1 if successfully decoded */ member
|
| /NextBSD/crypto/openssl/doc/ssl/ |
| HD | SSL_alert_type_string.pod | 158 A message could not be decoded because some field was out of the
|
| /NextBSD/contrib/subversion/subversion/libsvn_repos/ |
| HD | repos.c | 1337 const char *decoded; in svn_repos_find_root_path() local 1345 err = svn_path_cstring_from_utf8(&decoded, candidate, pool); in svn_repos_find_root_path()
|