Searched refs:str_to_uoff (Results 1 - 20 of 20) sorted by relevance
/dovecot/src/lib-fs/ |
H A D | fs-randomfail.c | 114 if (str_to_uoff(value, &num1) < 0) { 119 } else if (str_to_uoff(t_strdup_until(value, p), &num1) < 0 || 120 str_to_uoff(p+1, &num2) < 0 || num1 > num2) {
|
/dovecot/src/lib/ |
H A D | strnum.h | 167 int str_to_uoff(const char *str, uoff_t *num_r)
|
H A D | strnum.c | 423 int str_to_uoff(const char *str, uoff_t *num_r) function
|
/dovecot/src/lib-storage/index/ |
H A D | index-attachment.c | 385 if (str_to_uoff(start_offset_str, &extref.start_offset) < 0 || 386 str_to_uoff(size_str, &extref.size) < 0 ||
|
H A D | index-sort.c | 129 if (str_to_uoff(str, size_r) < 0)
|
/dovecot/src/plugins/quota/ |
H A D | quota-status.c | 177 if (str_to_uoff(line+5, &client->size) < 0)
|
/dovecot/src/lib-storage/index/pop3c/ |
H A D | pop3c-sync.c | 123 if (str_to_uoff(p, &mbox->msg_sizes[seq-1]) < 0) {
|
/dovecot/src/lib-smtp/ |
H A D | smtp-server-cmd-data.c | 482 if (argv[0] == NULL || str_to_uoff(argv[0], &size) < 0) {
|
H A D | smtp-params.c | 325 if (str_to_uoff(value, ¶ms->size) < 0) {
|
H A D | smtp-client-connection.c | 851 if (str_to_uoff(*params, &conn->cap_size) < 0) {
|
/dovecot/src/lib-storage/ |
H A D | mail-search-mime-register.c | 211 if (str_to_uoff(value, &size) < 0) {
|
H A D | mail-search-register-imap.c | 204 if (str_to_uoff(value, &sarg->value.size) < 0) {
|
/dovecot/src/lib-http/ |
H A D | http-message-parser.c | 204 if (str_to_uoff(hdr->value, &parser->msg.content_length) < 0) {
|
/dovecot/src/lib-imap/ |
H A D | imap-bodystructure.c | 546 str_to_uoff(value, &vsize) < 0) {
|
H A D | imap-url.c | 158 if (str_to_uoff(data, number_r) == 0)
|
/dovecot/src/lib-storage/index/imapc/ |
H A D | imapc-mail-fetch.c | 835 str_to_uoff(value, &size) == 0 &&
|
/dovecot/src/lib-storage/index/maildir/ |
H A D | maildir-mail.c | 321 if (value != NULL && str_to_uoff(value, size_r) == 0)
|
/dovecot/src/config/ |
H A D | old-set-parser.c | 586 str_to_uoff(value, &size) == 0 && size > 0 && size < 1024) {
|
/dovecot/src/lib-imap-urlauth/ |
H A D | imap-urlauth-connection.c | 750 if (str_to_uoff(args[0], &literal_size) < 0) {
|
/dovecot/src/doveadm/dsync/ |
H A D | dsync-ibc-stream.c | 861 if (str_to_uoff(value, &set->sync_max_size) < 0 ||
|
Completed in 39 milliseconds