Searched refs:str_to_uoff (Results 1 - 20 of 20) sorted by relevance

/dovecot/src/lib-fs/
H A Dfs-randomfail.c114 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 Dstrnum.h167 int str_to_uoff(const char *str, uoff_t *num_r)
H A Dstrnum.c423 int str_to_uoff(const char *str, uoff_t *num_r) function
/dovecot/src/lib-storage/index/
H A Dindex-attachment.c385 if (str_to_uoff(start_offset_str, &extref.start_offset) < 0 ||
386 str_to_uoff(size_str, &extref.size) < 0 ||
H A Dindex-sort.c129 if (str_to_uoff(str, size_r) < 0)
/dovecot/src/plugins/quota/
H A Dquota-status.c177 if (str_to_uoff(line+5, &client->size) < 0)
/dovecot/src/lib-storage/index/pop3c/
H A Dpop3c-sync.c123 if (str_to_uoff(p, &mbox->msg_sizes[seq-1]) < 0) {
/dovecot/src/lib-smtp/
H A Dsmtp-server-cmd-data.c482 if (argv[0] == NULL || str_to_uoff(argv[0], &size) < 0) {
H A Dsmtp-params.c325 if (str_to_uoff(value, &params->size) < 0) {
H A Dsmtp-client-connection.c851 if (str_to_uoff(*params, &conn->cap_size) < 0) {
/dovecot/src/lib-storage/
H A Dmail-search-mime-register.c211 if (str_to_uoff(value, &size) < 0) {
H A Dmail-search-register-imap.c204 if (str_to_uoff(value, &sarg->value.size) < 0) {
/dovecot/src/lib-http/
H A Dhttp-message-parser.c204 if (str_to_uoff(hdr->value, &parser->msg.content_length) < 0) {
/dovecot/src/lib-imap/
H A Dimap-bodystructure.c546 str_to_uoff(value, &vsize) < 0) {
H A Dimap-url.c158 if (str_to_uoff(data, number_r) == 0)
/dovecot/src/lib-storage/index/imapc/
H A Dimapc-mail-fetch.c835 str_to_uoff(value, &size) == 0 &&
/dovecot/src/lib-storage/index/maildir/
H A Dmaildir-mail.c321 if (value != NULL && str_to_uoff(value, size_r) == 0)
/dovecot/src/config/
H A Dold-set-parser.c586 str_to_uoff(value, &size) == 0 && size > 0 && size < 1024) {
/dovecot/src/lib-imap-urlauth/
H A Dimap-urlauth-connection.c750 if (str_to_uoff(args[0], &literal_size) < 0) {
/dovecot/src/doveadm/dsync/
H A Ddsync-ibc-stream.c861 if (str_to_uoff(value, &set->sync_max_size) < 0 ||

Completed in 51 milliseconds