Home
last modified time | relevance | path

Searched defs:jmap_req (Results 1 – 2 of 2) sorted by relevance

/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/imap/
H A Djmap_api.h84 typedef struct jmap_req { struct
85 const char *method;
86 const char *userid;
87 const char *accountid;
89 struct auth_state *authstate;
90 json_t *args;
91 json_t *response;
92 const char *tag;
93 struct transaction_t *txn;
96 double real_start;
[all …]
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/imap/
H A Djmap_api.h120 typedef struct jmap_req { struct
121 const char *method;
122 const char *userid;
123 const char *accountid;
126 json_t *args;
127 json_t *response;
128 const char *tag;
129 struct transaction_t *txn;
132 double real_start;
133 double user_start;
[all …]