Searched refs:quoteCount (Results 1 – 3 of 3) sorted by relevance
105 int quoteCount = 0; in RDN() local111 quoteCount += X500Name.countQuotes(name, searchOffset, nextPlus); in RDN()120 && quoteCount != 1) { in RDN()137 quoteCount = 0; in RDN()
886 int quoteCount = 0; in parseDN() local902 quoteCount += countQuotes(dnString, searchOffset, rdnEnd); in parseDN()911 if (rdnEnd >= 0 && quoteCount != 1 && in parseDN()927 quoteCount = 0; in parseDN()
1196 int quoteCount = 0; in splitMultiCookies() local1201 if (c == '"') quoteCount++; in splitMultiCookies()1202 if (c == ',' && (quoteCount % 2 == 0)) { in splitMultiCookies()