Searched refs:num_pdus (Results 1 – 1 of 1) sorted by relevance
1257 int num_pdus = 0; in smspdu_create_deliver_utf8() local1281 num_pdus = count / block; in smspdu_create_deliver_utf8()1282 leftover = count - num_pdus*block; in smspdu_create_deliver_utf8()1284 num_pdus += 1; in smspdu_create_deliver_utf8()1286 list = calloc( sizeof(SmsPDU*), num_pdus + 1 ); in smspdu_create_deliver_utf8()1296 for (nn = 0; nn < num_pdus; nn++) in smspdu_create_deliver_utf8()1301 if (leftover > 0 && nn == num_pdus-1) in smspdu_create_deliver_utf8()1307 ref_num, num_pdus, nn ); in smspdu_create_deliver_utf8()