| /src/external/bsd/wpa/dist/src/common/ |
| dpp_reconfig.c | 333 u8 *attr_start, *attr_end; local 369 attr_start = wpabuf_put(msg, 0); 404 addr[1] = attr_start; 405 len[1] = attr_end - attr_start; 443 const u8 *attr_start, size_t attr_len) 456 trans_id = dpp_get_attr(attr_start, attr_len, DPP_ATTR_TRANSACTION_ID, 464 version = dpp_get_attr(attr_start, attr_len, DPP_ATTR_PROTOCOL_VERSION, 472 i_connector = dpp_get_attr(attr_start, attr_len, DPP_ATTR_CONNECTOR, 481 c_nonce = dpp_get_attr(attr_start, attr_len, 576 u8 *attr_start, *attr_end local [all...] |
| dpp_auth.c | 72 u8 *attr_start, *attr_end; local 90 attr_start = wpabuf_put(msg, 0); 199 addr[1] = attr_start; 200 len[1] = attr_end - attr_start; 251 u8 *attr_start, *attr_end, *pos; local 271 attr_start = wpabuf_put(msg, 0); 385 addr[1] = attr_start; 386 len[1] = attr_end - attr_start; 671 unsigned int freq, const u8 *hdr, const u8 *attr_start, 698 wrapped_data = dpp_get_attr(attr_start, attr_len, DPP_ATTR_WRAPPED_DATA 968 u8 *attr_start, *attr_end; local [all...] |
| dpp.h | 599 unsigned int freq, const u8 *hdr, const u8 *attr_start, 603 const u8 *attr_start, size_t attr_len); 613 const u8 *attr_start, size_t attr_len); 636 dpp_conf_req_rx(struct dpp_authentication *auth, const u8 *attr_start, 642 const u8 *attr_start, size_t attr_len); 647 const u8 *attr_start, 843 const u8 *attr_start, size_t attr_len); 846 const u8 *attr_start, size_t attr_len); 848 const u8 *attr_start, size_t attr_len);
|
| dpp.c | 2277 dpp_conf_req_rx(struct dpp_authentication *auth, const u8 *attr_start, 2301 if (dpp_check_attrs(attr_start, attr_len) < 0) { 2306 wrapped_data = dpp_get_attr(attr_start, attr_len, DPP_ATTR_WRAPPED_DATA, 3514 const u8 *attr_start, size_t attr_len) 3524 wrapped_data = dpp_get_attr(attr_start, attr_len, DPP_ATTR_WRAPPED_DATA, 3534 attr_len = wrapped_data - 4 - attr_start; 3538 addr[1] = attr_start; 3665 const u8 *attr_start, 3683 wrapped_data = dpp_get_attr(attr_start, attr_len, DPP_ATTR_WRAPPED_DATA, 3693 attr_len = wrapped_data - 4 - attr_start; [all...] |
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_read_support_format_tar.c | 1886 const char *p, *attr_start, *name_start; local 1940 attr_start = p; 1942 if (p >= attr_start + did_read) { 1979 if (p >= attr_start + did_read 1980 || p >= attr_start + line_length 1989 if (p >= attr_start + did_read || p >= attr_start + line_length) { 2006 ext_size -= p - attr_start; 2007 value_length = line_length - (p - attr_start); 2010 *unconsumed += p - attr_start; [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| attribs.cc | 251 const char *attr_start = cln + 2; local 253 ptrdiff_t attr_len = strchr (attr_start, '\0') - attr_start; 279 if (!valid_p (attr_start, attr_len)) 284 canonicalize_attr_name (attr_start, attr_len); 285 tree attr_id = get_identifier_with_length (attr_start, attr_len);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| attribs.cc | 248 const char *attr_start = cln + 2; local 250 ptrdiff_t attr_len = strchr (attr_start, '\0') - attr_start; 276 if (!valid_p (attr_start, attr_len)) 281 canonicalize_attr_name (attr_start, attr_len); 282 tree attr_id = get_identifier_with_length (attr_start, attr_len);
|
| /src/external/gpl3/gcc.old/dist/gcc/c/ |
| c-parser.cc | 12049 location_t attr_start = c_parser_peek_token (parser)->location; 12061 location_t attr_comb = make_location (attr_end, attr_start, attr_end); 12069 attr_start = token->location; 12071 location_t attr_comb = make_location (attr_start, attr_start, 12127 attr_comb = make_location (attr_end, attr_start, attr_end); 12138 attr_comb = make_location (attr_end, attr_start, attr_end); 12153 attr_comb = make_location (attr_end, attr_start, 12165 attr_comb = make_location (attr_start, attr_start, 12046 location_t attr_start = c_parser_peek_token (parser)->location; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/c/ |
| c-parser.cc | 14125 location_t attr_start = c_parser_peek_token (parser)->location; 14137 location_t attr_comb = make_location (attr_end, attr_start, attr_end); 14145 attr_start = token->location; 14147 location_t attr_comb = make_location (attr_start, attr_start, 14203 attr_comb = make_location (attr_end, attr_start, attr_end); 14214 attr_comb = make_location (attr_end, attr_start, attr_end); 14229 attr_comb = make_location (attr_end, attr_start, 14241 attr_comb = make_location (attr_start, attr_start, 14122 location_t attr_start = c_parser_peek_token (parser)->location; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| parser.cc | [all...] |
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| parser.cc | [all...] |