Searched refs:aResponseProps (Results 1 – 1 of 1) sorted by relevance
142 std::vector< DAVPropertyValue > &aResponseProps = aResource.properties; in lcl_sendPartialGETRequest() local143 for ( std::vector< DAVPropertyValue >::const_iterator it = aResponseProps.begin(); in lcl_sendPartialGETRequest()144 it != aResponseProps.end(); it++ ) in lcl_sendPartialGETRequest()177 for ( std::vector< DAVPropertyValue >::iterator it = aResponseProps.begin(); in lcl_sendPartialGETRequest()178 it != aResponseProps.end(); it++ ) in lcl_sendPartialGETRequest()
Completed in 30 milliseconds