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

/macosx-10.10.1/libauto-186/
H A Dauto_impl_utilities.c320 static void **ptr_set_find_slot(ptr_set *set, void *ptr);
351 slot = ptr_set_find_slot(set, ptr);
392 static void **ptr_set_find_slot(ptr_set *set, void *ptr) { function
453 void **slot = ptr_set_find_slot(set, ptr);
463 void **slot = ptr_set_find_slot(set, ptr);
476 void **slot = ptr_set_find_slot(set, ptr);

Completed in 255 milliseconds