Searched refs:requestStr (Results 1 – 2 of 2) sorted by relevance
366 std::string requestStr(requestRange); in CheckRequestRange() local369 curl_easy_setopt(easyHandle_, CURLOPT_RANGE, requestStr.c_str()); in CheckRequestRange()
1152 unsigned char* requestStr = requestBytes.data(); in ReqRequestToSupplicant() local1153 return RequestToSupplicant(requestStr, request.length()); in ReqRequestToSupplicant()