Home | History | Annotate | Download | only in src

Lines Matching refs:phoneH

350     pm->phoneH = NULL;
360 pm->phoneH = my_PHashTableCreate_FromStrings( (const char**)pm->phones,
362 L("lts.phoneH"));
363 if(pm->phoneH == NULL) {
394 if(pm->phoneH)
395 PHashTableDestroy( (PHashTable*)pm->phoneH);
396 pm->phoneH = NULL;
943 rc = PHashTableGetValue((PHashTable*)pm->phoneH, ph, (void**)(void*)&iRet);