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 561 ESR_ReturnCode clean_status; local
566 clean_status = ESR_SUCCESS;
569 return clean_status;
571 clean_status = PHashTableEntryGetFirst ( word_map->wordIDForWord, &entry);
573 while ( ( entry != NULL ) && ( clean_status == ESR_SUCCESS ) )
575 clean_status = PHashTableEntryGetKeyValue ( entry, NULL, (void **)&value );
577 if ( clean_status == ESR_SUCCESS )
580 clean_status = PHashTableEntryAdvance ( &entry );
582 if ( clean_status == ESR_SUCCESS )
583 clean_status = PHashTableEntryRemove ( oldEntry )
    [all...]

Completed in 68 milliseconds