HomeSort by relevance Sort by last modified time
    Searched full:clean_status (Results 1 - 1 of 1) sorted by null

  /external/srec/srec/crec/
srec_context.c 562 ESR_ReturnCode clean_status; local
567 clean_status = ESR_SUCCESS;
570 return clean_status;
572 clean_status = PHashTableEntryGetFirst ( word_map->wordIDForWord, &entry);
574 while ( ( entry != NULL ) && ( clean_status == ESR_SUCCESS ) )
576 clean_status = PHashTableEntryGetKeyValue ( entry, NULL, (void **)&value );
578 if ( clean_status == ESR_SUCCESS )
581 clean_status = PHashTableEntryAdvance ( &entry );
583 if ( clean_status == ESR_SUCCESS )
584 clean_status = PHashTableEntryRemove ( oldEntry )
    [all...]

Completed in 505 milliseconds