Home | History | Annotate | Download | only in src

Lines Matching refs:phones

341   pm->phones = (char**) lts_alloc(pm->num_phones, sizeof(char*));
342 if (pm->phones == NULL) {
351 pm->phones[i] = ph = (char*) lts_alloc(len+1, sizeof(char));
360 pm->phoneH = my_PHashTableCreate_FromStrings( (const char**)pm->phones,
384 if (pm->phones) {
386 if (pm->phones[i]) {
387 FREE(pm->phones[i]);
388 pm->phones[i] = NULL;
391 FREE(pm->phones);
392 pm->phones = NULL;