hashtable_remove 4610 src/ftdm_io.c  					hashtable_remove(globals.group_hash, (void *)group->name);
hashtable_remove 5021 src/ftdm_io.c  			hashtable_remove(globals.span_hash, (void *)cur_span->name);
hashtable_remove  214 src/hashtable.c hashtable_remove(struct hashtable *h, void *k)
hashtable_remove  152 src/include/private/hashtable.h hashtable_remove(struct hashtable *h, void *k);
hashtable_remove  157 src/include/private/hashtable.h 		return (valuetype *) (hashtable_remove(h,k));		\