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

/dovecot/src/imap/
H A Dcmd-list.c354 unsigned int arg_count; local
389 if (imap_arg_get_list_full(&args[1], &list_args, &arg_count)) {
392 p_array_init(&patterns, cmd->pool, arg_count);
/dovecot/src/doveadm/
H A Ddoveadm-director.c221 unsigned int arg_count; local
225 arg_count = str_array_length(args);
226 if (arg_count >= 6) {
/dovecot/src/director/
H A Ddirector-connection.c1096 unsigned int arg_count, vhost_count; local
1100 arg_count = str_array_length(args);
1101 if (arg_count < 2 ||
1107 if (arg_count >= 3)
1109 if (arg_count >= 4) {
1117 if (arg_count >= 5)
1679 unsigned int arg_count, seq, minor_version = 0, timestamp = ioloop_time; local
1682 arg_count = str_array_length(args);
1683 if (arg_count < 3 ||
1689 if (arg_count >
[all...]

Completed in 1065 milliseconds