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
2321 VCHIQ_SERVICE_T *service_ptr = state->services[i]; in output_timeout_error() local2322 if (service_ptr && service_ptr->service_use_count && in output_timeout_error()2323 (service_ptr->srvstate != VCHIQ_SRVSTATE_FREE)) { in output_timeout_error()2326 service_ptr->base.fourcc), in output_timeout_error()2327 service_ptr->client_id, in output_timeout_error()2328 service_ptr->service_use_count, in output_timeout_error()2329 service_ptr->service_use_count == in output_timeout_error()2911 VCHIQ_SERVICE_T *service_ptr = state->services[i]; in vchiq_dump_service_use_state() local2912 if (!service_ptr) in vchiq_dump_service_use_state()2915 if (only_nonzero && !service_ptr->service_use_count) in vchiq_dump_service_use_state()[all …]