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

/dovecot/src/plugins/quota/
H A Dquota.c1473 const char *tmp_param_name, *tmp_param_val; local
1478 tmp_param_name = valid_params->param_name;
1481 if (strncmp(*args, tmp_param_name, tmp_param_len) == 0) {
1484 if (tmp_param_name[tmp_param_len - 1] == '=') {

Completed in 12 milliseconds