Searched refs:PHashTablePutValue (Results 1 – 7 of 7) sorted by relevance
/external/srec/portable/src/UNIX/ |
D | PFileSystemUNIXImpl.c | 57 CHKLOG(rc, PHashTablePutValue(PFileSystemPathMap, L("/"), PANSIFileSystemSingleton, NULL)); in PFileSystemInitializeStreamsImpl() 58 CHKLOG(rc, PHashTablePutValue(ANSIImpl->directoryMap, L("/"), L("/"), NULL)); in PFileSystemInitializeStreamsImpl()
|
/external/srec/portable/src/ |
D | PANSIFileSystemImpl.c | 170 CHKLOG(rc, PHashTablePutValue(impl->directoryMap, key, value, NULL)); in PANSIFileSystemAddPathImpl() 171 CHKLOG(rc, PHashTablePutValue(PFileSystemPathMap, key, self, NULL)); in PANSIFileSystemAddPathImpl() 326 CHKLOG(rc, PHashTablePutValue(impl->directoryMap, key, value, NULL)); in PANSIFileSystemSetDefault() 327 CHKLOG(rc, PHashTablePutValue(PFileSystemPathMap, key, PANSIFileSystemSingleton, NULL)); in PANSIFileSystemSetDefault()
|
D | phashtable.c | 338 ESR_ReturnCode PHashTablePutValue(PHashTable *table, in PHashTablePutValue() function
|
/external/srec/portable/include/ |
D | phashtable.h | 195 PORTABLE_API ESR_ReturnCode PHashTablePutValue(PHashTable *hashtable,
|
/external/srec/shared/src/ |
D | HashMapImpl.c | 93 if ((rc = PHashTablePutValue(impl->table, clone, value, NULL)) != ESR_SUCCESS) in HashMap_Put()
|
/external/srec/srec/crec/ |
D | srec_context.c | 602 populate_status = PHashTablePutValue ( word_map->wordIDForWord, word_map->words[wdID], in wordmap_populate() 708 ESR_ReturnCode rc = PHashTablePutValue ( wmap->wordIDForWord, wmap->words[i], in wordmap_add_word() 758 ESR_ReturnCode rc = PHashTablePutValue ( wmap->wordIDForWord, wmap->words[wdID], in wordmap_add_word() 811 ESR_ReturnCode rc = PHashTablePutValue ( wmap->wordIDForWord, wmap->words[i], in wordmap_add_word_in_rule() 865 ESR_ReturnCode rc = PHashTablePutValue ( wmap->wordIDForWord, wmap->words[wdID], in wordmap_add_word_in_rule()
|
/external/srec/seti/sltsEngine/src/ |
D | run_seq_lts.c | 158 rc = PHashTablePutValue( table, strings[i], (const void *)i, NULL ); in my_PHashTableCreate_FromStrings()
|