Searched refs:LastPage (Results 1 – 3 of 3) sorted by relevance
240 bool LastPage; /* required element of type xsd:boolean */ member
6735 soap_default_xsd__boolean(soap, &a->LastPage); in soap_default_KMS_Agent__ListKeyGroupsResponse()6752 if (soap_out_xsd__boolean(soap, "LastPage", -1, &a->LastPage, "xsd:boolean")) in soap_out_KMS_Agent__ListKeyGroupsResponse()6780 if (soap_in_xsd__boolean(soap, "LastPage", &a->LastPage, "xsd:boolean")) in soap_in_KMS_Agent__ListKeyGroupsResponse()
1421 bIsLastPage = oResponse.LastPage; in KMSAgent_ListKeyGroups()