Searched refs:service_ptr (Results 1 – 2 of 2) sorted by relevance
238 for (struct addrinfo *service_ptr = service_info_list; in GetAddressInfo() 239 service_ptr != nullptr; service_ptr = service_ptr->ai_next) { in GetAddressInfo() 240 addr_list.emplace_back(SocketAddress(service_ptr)); in GetAddressInfo() 236 for (struct addrinfo *service_ptr = service_info_list; GetAddressInfo() local
2422 VCHIQ_SERVICE_T *service_ptr = state->services[i]; in output_timeout_error() local2423 if (service_ptr && service_ptr->service_use_count && in output_timeout_error()2424 (service_ptr->srvstate != VCHIQ_SRVSTATE_FREE)) { in output_timeout_error()2427 service_ptr->base.fourcc), in output_timeout_error()2428 service_ptr->client_id, in output_timeout_error()2429 service_ptr->service_use_count, in output_timeout_error()2430 service_ptr->service_use_count == in output_timeout_error()3012 VCHIQ_SERVICE_T *service_ptr = state->services[i]; in vchiq_dump_service_use_state() local3013 if (!service_ptr) in vchiq_dump_service_use_state()3016 if (only_nonzero && !service_ptr->service_use_count) in vchiq_dump_service_use_state()[all …]