Searched refs:cp_len (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/external/bsd/libpcap/dist/ |
| D | charconv.c | 98 int cp_len; in utf_16le_to_cp() local 107 cp_len = WideCharToMultiByte(codepage, WC_COMPOSITECHECK, in utf_16le_to_cp() 109 if (cp_len == 0) { in utf_16le_to_cp() 120 cp_string = malloc(cp_len * sizeof (char)); in utf_16le_to_cp() 132 cp_len = WideCharToMultiByte(codepage, WC_COMPOSITECHECK, in utf_16le_to_cp() 133 utf16le_string, -1, cp_string, cp_len, NULL, NULL); in utf_16le_to_cp() 134 if (cp_len == 0) { in utf_16le_to_cp()
|
| /netbsd/src/external/bsd/wpa/dist/src/common/ |
| D | dpp_crypto.c | 2159 size_t cp_len; in dpp_validate_csr() local 2189 cp = base64_decode((const char *) attr, attr_len, &cp_len); in dpp_validate_csr() 2195 if (cp_len != DPP_CP_LEN) { in dpp_validate_csr() 2198 cp_len); in dpp_validate_csr() 2202 cp, cp_len); in dpp_validate_csr()
|