Searched refs:nextformat (Results 1 – 1 of 1) sorted by relevance
599 char nextformat = *spinel_next_packed_datatype(pack_format); in spinel_datatype_vunpack_() local601 … if ((pack_format[0] == SPINEL_DATATYPE_DATA_WLEN_C) || ((nextformat != 0) && (nextformat != ')'))) in spinel_datatype_vunpack_()650 char nextformat = *spinel_next_packed_datatype(pack_format); in spinel_datatype_vunpack_() local652 … if ((pack_format[0] == SPINEL_DATATYPE_STRUCT_C) || ((nextformat != 0) && (nextformat != ')'))) in spinel_datatype_vunpack_()1021 char nextformat = *spinel_next_packed_datatype(pack_format); in spinel_datatype_vpack_() local1023 … if ((pack_format[0] == SPINEL_DATATYPE_DATA_WLEN_C) || ((nextformat != 0) && (nextformat != ')'))) in spinel_datatype_vpack_()1060 char nextformat = *spinel_next_packed_datatype(pack_format); in spinel_datatype_vpack_() local1075 … if ((pack_format[0] == SPINEL_DATATYPE_STRUCT_C) || ((nextformat != 0) && (nextformat != ')'))) in spinel_datatype_vpack_()