Searched refs:raw_len (Results 1 – 4 of 4) sorted by relevance
800 size_t raw_len; in upnp_wps_device_send_wlan_event() local810 raw_len = 1 + 17 + (msg ? wpabuf_len(msg) : 0); in upnp_wps_device_send_wlan_event()811 raw = os_zalloc(raw_len); in upnp_wps_device_send_wlan_event()826 raw_len = pos; in upnp_wps_device_send_wlan_event()828 val = (char *) base64_encode(raw, raw_len, &val_len); in upnp_wps_device_send_wlan_event()
1053 unsigned raw_len = *to - from; in replace_with_expansion() local1063 memchr (input_text + from, COMMAND_PREFIX, raw_len) == 0) in replace_with_expansion()1067 str = xmalloc (raw_len + 1); in replace_with_expansion()1068 memcpy (str, input_text + from, raw_len); in replace_with_expansion()1069 str[raw_len] = 0; in replace_with_expansion()1086 if (xp_len != raw_len) in replace_with_expansion()1103 *to += xp_len - raw_len; in replace_with_expansion()1107 input_text_length += xp_len - raw_len; in replace_with_expansion()
176 pstr->raw_len = len; in re_string_construct_common()502 int remain_len = pstr->raw_len - rawbuf_idx; in re_string_skip_chars()585 pstr->len = pstr->raw_len; in re_string_reconstruct()642 pstr->len = pstr->raw_len - idx + offset; in re_string_reconstruct()695 pstr->len = pstr->raw_len - idx + offset; in re_string_reconstruct()
346 int raw_len; member