Home
last modified time | relevance | path

Searched refs:quote_count (Results 1 – 1 of 1) sorted by relevance

/external/curl/lib/
Dimap.c1777 size_t quote_count = 0; in imap_atom() local
1792 quote_count++; in imap_atom()
1808 if(!backsp_count && !quote_count && !others_exists) in imap_atom()
1812 newlen = strlen(str) + backsp_count + quote_count + (escape_only ? 0 : 2); in imap_atom()