ses.c | 933 SesThdr thdr; local in function:ses_getconfig 1008 if (ses_getthdr((uint8_t *)sdata, amt, i, &thdr)) { 1014 "%d, Text Length %d\n", i, thdr.enc_type, thdr.enc_maxelt, 1015 thdr.enc_subenc, thdr.enc_tlen); 1016 nobj += thdr.enc_maxelt; 1059 if (ses_getthdr((uint8_t *)sdata, amt, i, &thdr)) { 1062 cc->ses_eltmap[i] = thdr.enc_maxelt; 1063 for (j = 0; j < thdr.enc_maxelt; j++) [all...] |