Searched defs:str_len (Results 1 – 7 of 7) sorted by relevance
59 static int validate_val_name(const char *val_str, int str_len) in validate_val_name()
428 hi_void at_printf_decode_slash(hi_u8 *buf, const char **str_pos, size_t *str_len) in at_printf_decode_slash()
1859 hi_bool parse_mac_addr(const hi_u8 *str, hi_u8 str_len, hi_u8 *mac, hi_u8 size) in parse_mac_addr()
3901 int str_len; in dhd_pktfilter_offload_enable() local4021 int str_len; in dhd_pktfilter_offload_set() local5269 int str_len; in dhd_keep_alive_onoff() local
10059 int str_len; in read_more_btbytes() local
13356 uint str_len = 0; in dhd_os_gets_image() local14843 int str_len = 0; in dhd_dev_start_mkeep_alive() local
89 #define XTLV_STRING_FULL_LEN(str_len) (BCM_XTLV_HDR_SIZE + (str_len) * sizeof(char)) argument