Home
last modified time | relevance | path

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

/external/curl/lib/
Dimap.c1787 size_t backsp_count = 0; in imap_atom() local
1801 backsp_count++; in imap_atom()
1819 if(!backsp_count && !quote_count && !others_exists) in imap_atom()
1823 newlen = strlen(str) + backsp_count + quote_count + (escape_only ? 0 : 2); in imap_atom()