Home | History | Annotate | Download | only in src

Lines Matching defs:table

144   PHashTable* table = NULL;
152 rc = PHashTableCreate( &hashArgs, hashName, &table);
156 rc = PHashTableGetValue( table, strings[i], (void**)&old);
158 rc = PHashTablePutValue( table, strings[i], (const void *)i, NULL );
161 return table;