Searched refs:num_quotes (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/saslauthd/
H A Dauth_rimap.c162 int num_quotes; /* number of '"' chars in string*/
165 num_quotes = 0;
169 num_quotes++;
172 if (!num_quotes) {
191 len = (int)strlen(s) + 2 + (2*num_quotes) + 1;
160 int num_quotes; /* number of '"' chars in string*/ local
/macosx-10.10.1/apr-32/apr/apr/threadproc/os2/
H A Dproc.c250 int num_quotes = 0; local
255 num_quotes += str[len++] == '\"';
258 quote_doubled_str = apr_palloc(pool, len + num_quotes + 1);

Completed in 295 milliseconds