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

/macosx-10.10.1/dcerpc-61/dcerpc/ncklib/
H A Dcomobj.c107 #define RPC_C_OBJ_REGISTRY_SIZE 31
114 INTERNAL rpc_list_t obj_registry[RPC_C_OBJ_REGISTRY_SIZE] = { {0,0} };
224 for (i = 0; i < RPC_C_OBJ_REGISTRY_SIZE; i++)
318 index = (uuid_hash (object_uuid, status)) % RPC_C_OBJ_REGISTRY_SIZE;
483 index = uuid_hash (object_uuid, status) % RPC_C_OBJ_REGISTRY_SIZE;
106 #define RPC_C_OBJ_REGISTRY_SIZE macro

Completed in 216 milliseconds