Home | History | Annotate | Download | only in telephony

Lines Matching full:num_pdus

1257     int              num_pdus = 0;
1281 num_pdus = count / block;
1282 leftover = count - num_pdus*block;
1284 num_pdus += 1;
1286 list = calloc( sizeof(SmsPDU*), num_pdus + 1 );
1296 for (nn = 0; nn < num_pdus; nn++)
1301 if (leftover > 0 && nn == num_pdus-1)
1307 ref_num, num_pdus, nn );