Lines Matching refs:fnc
8735 cs_get_firstnext_client(get_firstnext_client_t *fnc, uint32_t flags)
8744 if (fnc->Attributes & CS_GET_FIRSTNEXT_CLIENT_ALL_CLIENTS) {
8757 } else if (fnc->Attributes &
8759 if ((sp = cs_get_sp(CS_GET_SOCKET_NUMBER(fnc->Socket))) ==
8771 fnc->client_handle = client->client_handle;
8772 fnc->num_clients = sp->num_clients;
8776 if (fnc->Attributes & CS_GET_FIRSTNEXT_CLIENT_ALL_CLIENTS) {
8777 sn = GET_CLIENT_SOCKET(fnc->client_handle);
8783 if ((client = cs_find_client(fnc->client_handle,
8805 } else if (fnc->Attributes &
8807 sp = cs_get_sp(GET_CLIENT_SOCKET(fnc->client_handle));
8811 if ((client = cs_find_client(fnc->client_handle,
8824 fnc->client_handle = client->client_handle;
8825 fnc->num_clients = sp->num_clients;