Searched refs:phoneH (Results 1 - 2 of 2) sorted by relevance

/external/srec/seti/sltsEngine/include/
H A Dlts_seq_internal.h122 void* phoneH; /* hash table if any */ member in struct:PM
/external/srec/seti/sltsEngine/src/
H A Drun_seq_lts.c350 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);

Completed in 115 milliseconds