Searched defs:args_count (Results 1 - 3 of 3) sorted by relevance
/dovecot/src/doveadm/ |
H A D | doveadm-stats.c | 15 unsigned int i, args_count = str_array_length(*args); local 17 if (args_count > fields_count) 18 args_count = fields_count; 19 for (i = 0; i < args_count; i++) 21 *args += args_count;
|
/dovecot/src/imap/ |
H A D | imap-fetch-body.c | 237 const struct imap_arg *args, unsigned int args_count) 247 for (i = 0; i < args_count; i++) { 235 body_header_fields_parse(struct imap_fetch_init_context *ctx, struct imap_fetch_body_data *body, const char *prefix, const struct imap_arg *args, unsigned int args_count) argument
|
/dovecot/src/lib-sql/ |
H A D | sql-api.c | 189 unsigned int i, args_count, arg_pos = 0; local 191 args = array_get(&stmt->args, &args_count); 195 if (arg_pos >= args_count || 205 if (arg_pos != args_count) { 207 args_count, stmt->query_template);
|
Completed in 19 milliseconds