Home
last modified time | relevance | path

Searched refs:PHashTablePutValue (Results 1 – 7 of 7) sorted by relevance

/external/srec/portable/src/
DPANSIFileSystemImpl.c170 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()
Dphashtable.c338 ESR_ReturnCode PHashTablePutValue(PHashTable *table, in PHashTablePutValue() function
/external/srec/portable/src/UNIX/
DPFileSystemUNIXImpl.c57 CHKLOG(rc, PHashTablePutValue(PFileSystemPathMap, L("/"), PANSIFileSystemSingleton, NULL)); in PFileSystemInitializeStreamsImpl()
58 CHKLOG(rc, PHashTablePutValue(ANSIImpl->directoryMap, L("/"), L("/"), NULL)); in PFileSystemInitializeStreamsImpl()
/external/srec/portable/include/
Dphashtable.h195 PORTABLE_API ESR_ReturnCode PHashTablePutValue(PHashTable *hashtable,
/external/srec/shared/src/
DHashMapImpl.c93 if ((rc = PHashTablePutValue(impl->table, clone, value, NULL)) != ESR_SUCCESS) in HashMap_Put()
/external/srec/srec/crec/
Dsrec_context.c602 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/
Drun_seq_lts.c158 rc = PHashTablePutValue( table, strings[i], (const void *)i, NULL ); in my_PHashTableCreate_FromStrings()