Searched refs:MAX_SDP_SLOTS (Results 1 – 1 of 1) sorted by relevance
67 #define MAX_SDP_SLOTS 128 macro68 static sdp_slot_t sdp_slots[MAX_SDP_SLOTS];96 memset(sdp_slots, 0, sizeof(sdp_slot_t) * MAX_SDP_SLOTS); in init_sdp_slots()99 for (i = 0; i < MAX_SDP_SLOTS; i++) { in init_sdp_slots()115 for (i = 0; i < MAX_SDP_SLOTS; i++) { in sdp_server_cleanup()202 for (int i = 0; i < MAX_SDP_SLOTS; i++) { in alloc_sdp_slot()219 if (id < 0 || id >= MAX_SDP_SLOTS) { in free_sdp_slot()250 if (id >= MAX_SDP_SLOTS) { in start_create_sdp()