HomeSort by relevance Sort by last modified time
    Searched refs:phoneH (Results 1 - 2 of 2) sorted by null

  /external/srec/seti/sltsEngine/include/
lts_seq_internal.h 122 void* phoneH; /* hash table if any */
  /external/srec/seti/sltsEngine/src/
run_seq_lts.c 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);
    [all...]

Completed in 299 milliseconds