Searched refs:quote_end (Results 1 – 1 of 1) sorted by relevance
955 const char *quote_end = oscl_strstr(quotePtr + 1, "\""); in parseOneTransportEntry() local956 if (quote_end) in parseOneTransportEntry()959 if (NULL != (transSepPtr = OSCL_CONST_CAST(char*, oscl_strstr(quote_end, ",")))) in parseOneTransportEntry()