HomeSort by relevance Sort by last modified time
    Searched refs:PHashTableRemoveValue (Results 1 - 4 of 4) sorted by null

  /external/srec/portable/src/UNIX/
PFileSystemUNIXImpl.c 82 CHKLOG(rc, PHashTableRemoveValue(PFileSystemPathMap, L("/"), NULL));
83 CHKLOG(rc, PHashTableRemoveValue(ANSIImpl->directoryMap, L("/"), NULL));
87 PHashTableRemoveValue(PFileSystemPathMap, L("/"), NULL);
89 PHashTableRemoveValue(ANSIImpl->directoryMap, L("/"), NULL);
  /external/srec/portable/include/
phashtable.h 213 PORTABLE_API ESR_ReturnCode PHashTableRemoveValue(PHashTable *hashtable,
  /external/srec/portable/src/
PANSIFileSystemImpl.c 88 CHKLOG(rc, PHashTableRemoveValue(PFileSystemPathMap, key, NULL));
202 CHKLOG(rc, PHashTableRemoveValue(PFileSystemPathMap, key, NULL));
322 CHKLOG(rc, PHashTableRemoveValue(PFileSystemPathMap, key, NULL));
phashtable.c 422 ESR_ReturnCode PHashTableRemoveValue(PHashTable *table,

Completed in 191 milliseconds