Searched refs:removeKey (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DSCDNotifierRemove.c43 removeKey(CFMutableArrayRef keys, CFStringRef key) function
118 removeKey(storePrivate->patterns, key);
120 removeKey(storePrivate->keys, key);
/macosx-10.10/configd-699.1.5/configd.tproj/
H A D_notifyremove.c41 removeKey(CFMutableArrayRef keys, CFStringRef key) function
86 sc_status = removeKey(storePrivate->patterns, key);
96 sc_status = removeKey(storePrivate->keys, key);
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/collections/
H A DStoredKeySet.java103 return removeKey(key, null);
H A DStoredMap.java301 removeKey(key, oldVal);
H A DStoredContainer.java323 final boolean removeKey(final Object key, final Object[] oldVal) { method in class:StoredContainer
H A DStoredList.java446 removeKey(new Long(index), oldVal);

Completed in 106 milliseconds