Searched refs:response_cstr (Results 1 – 1 of 1) sorted by relevance
333 const char *response_cstr = response.GetStringRef().c_str(); in GetRemoteQSupported() local334 if (::strstr (response_cstr, "qXfer:libraries-svr4:read+")) in GetRemoteQSupported()336 if (::strstr (response_cstr, "augmented-libraries-svr4-read")) in GetRemoteQSupported()341 if (::strstr (response_cstr, "qXfer:libraries:read+")) in GetRemoteQSupported()344 const char *packet_size_str = ::strstr (response_cstr, "PacketSize="); in GetRemoteQSupported()389 const char *response_cstr = response.GetStringRef().c_str(); in GetVContSupported() local390 if (::strstr (response_cstr, ";c")) in GetVContSupported()393 if (::strstr (response_cstr, ";C")) in GetVContSupported()396 if (::strstr (response_cstr, ";s")) in GetVContSupported()399 if (::strstr (response_cstr, ";S")) in GetVContSupported()