Searched refs:parameters (Results 1 - 7 of 7) sorted by relevance
| /dovecot/src/lib-http/ |
| H A D | http-transfer.h | 12 ARRAY_TYPE(http_transfer_param) parameters; member in struct:http_transfer_coding
|
| H A D | http-message-parser.c | 319 if (!array_is_created(&coding->parameters)) 320 p_array_init(&coding->parameters, pool, 2); 321 param = array_append_space(&coding->parameters); 451 && array_is_created(&coding->parameters) 452 && array_count(&coding->parameters) > 0) { 454 array_idx(&coding->parameters, 0);
|
| /dovecot/src/lib-smtp/ |
| H A D | smtp-command.h | 9 /* Maximum size of command parameters, starting after first space */ 23 const char *parameters; member in struct:smtp_command
|
| /dovecot/src/doveadm/ |
| H A D | doveadm-cmd.h | 6 #define DOVEADM_CMD_PARAMS_START .parameters = (const struct doveadm_cmd_param[]){ 69 const struct doveadm_cmd_param *parameters; member in struct:doveadm_cmd_ver2 132 /* Returns 0 if success, -1 if parameters were invalid. */
|
| H A D | doveadm-cmd.c | 513 // build parameters 514 doveadm_build_options(cctx->cmd->parameters, optbuf, &opts); 518 for(pargc=0;cctx->cmd->parameters[pargc].name != NULL;pargc++) { 520 memcpy(param, &cctx->cmd->parameters[pargc], sizeof(struct doveadm_cmd_param));
|
| H A D | client-connection-http.c | 356 for (pargc = 0; req->cmd->parameters[pargc].name != NULL; pargc++) { 358 *param = req->cmd->parameters[pargc]; 362 /* next: parse the command parameters */ 378 /* empty command parameters object; parse command ID next */ 383 /* parameters must be contained in an object */ 408 /* end of parameters; parse command ID next */ 430 /* skip remaining parameters if error has already occurred */ 677 /* command parameters: '{' */ 792 o_stream_nsend_str(output, "\", \"parameters\":["); 795 for (k = 0; cmd->parameters[ [all...] |
| /dovecot/src/imap-login/ |
| H A D | imap-login-client.c | 25 # error LOGIN_MAX_INBUF_SIZE too short to fit all ID command parameters 304 /* ID extensions allows max. 30 parameters, 306 buffer's size, so handle the parameters one at a time */
|
Completed in 294 milliseconds