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

/macosx-10.10.1/dcerpc-61/dcerpc/ncklib/
H A Dcomobj.c293 rpc_obj_rgy_entry_p_t obj_entry;
333 RPC_LIST_FIRST (obj_registry[index], obj_entry, rpc_obj_rgy_entry_p_t);
335 while (obj_entry != NULL)
337 if (uuid_equal (&(obj_entry->object_uuid), object_uuid, status))
342 RPC_LIST_NEXT (obj_entry, obj_entry, rpc_obj_rgy_entry_p_t);
354 if (obj_entry != NULL)
356 RPC_LIST_REMOVE (obj_registry[index], obj_entry);
357 RPC_MEM_FREE (obj_entry, RPC_C_MEM_OBJ_RGY_ENTRY);
365 if (obj_entry
289 rpc_obj_rgy_entry_p_t obj_entry; local
458 rpc_obj_rgy_entry_p_t obj_entry; local
[all...]

Completed in 124 milliseconds