Home
last modified time | relevance | path

Searched refs:tstr (Results 1 - 1 of 1) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/
H A Dat.c546 char *tstr = NULL; in at_parse_string_with_p() local
556 tstr = at_dup_binstr(value, tlen); in at_parse_string_with_p()
557 if (tstr == NULL) { in at_parse_string_with_p()
563 at_free(tstr); in at_parse_string_with_p()
567 *len = at_printf_decode((hi_u8 *) str, tlen + 1, tstr); in at_parse_string_with_p()
568 at_free(tstr); in at_parse_string_with_p()

Completed in 1 milliseconds