Searched defs:next_colon (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/plugins/quota/
H A Dquota.c1485 const char *next_colon = strchr(*args, ':'); local
1486 tmp_param_val = (next_colon == NULL)?
1488 t_strdup_until(*args, next_colon);
1489 *args = (next_colon == NULL) ? NULL : next_colon + 1;

Completed in 190 milliseconds