Home
last modified time | relevance | path

Searched refs:nextformat (Results 1 – 1 of 1) sorted by relevance

/openthread-latest/src/lib/spinel/
Dspinel.c597 char nextformat = *spinel_next_packed_datatype(pack_format); in spinel_datatype_vunpack_() local
599 … if ((pack_format[0] == SPINEL_DATATYPE_DATA_WLEN_C) || ((nextformat != 0) && (nextformat != ')'))) in spinel_datatype_vunpack_()
648 char nextformat = *spinel_next_packed_datatype(pack_format); in spinel_datatype_vunpack_() local
650 … if ((pack_format[0] == SPINEL_DATATYPE_STRUCT_C) || ((nextformat != 0) && (nextformat != ')'))) in spinel_datatype_vunpack_()
1019 char nextformat = *spinel_next_packed_datatype(pack_format); in spinel_datatype_vpack_() local
1021 … if ((pack_format[0] == SPINEL_DATATYPE_DATA_WLEN_C) || ((nextformat != 0) && (nextformat != ')'))) in spinel_datatype_vpack_()
1058 char nextformat = *spinel_next_packed_datatype(pack_format); in spinel_datatype_vpack_() local
1073 … if ((pack_format[0] == SPINEL_DATATYPE_STRUCT_C) || ((nextformat != 0) && (nextformat != ')'))) in spinel_datatype_vpack_()