Home
last modified time | relevance | path

Searched refs:str_to_uint32 (Results 1 – 25 of 54) sorted by relevance

123

/dports/mail/dovecot/dovecot-2.3.17/src/plugins/old-stats/
H A Dmail-stats-fill.c29 if (str_to_uint32(*tmp + 7, &stats->read_count) < 0) in process_io_buffer_parse()
32 if (str_to_uint32(*tmp + 7, &stats->write_count) < 0) in process_io_buffer_parse()
/dports/mail/dovecot/dovecot-2.3.17/src/lib-storage/index/imapc/
H A Dimapc-save.c121 if (str_to_uint32(args[0], &uid_validity) < 0) in imapc_save_appenduid()
128 if (str_to_uint32(args[1], &dest_uid) == 0) { in imapc_save_appenduid()
365 if (str_to_uint32(args[0], &uid_validity) < 0) in imapc_save_copyuid()
372 if (str_to_uint32(args[2], &dest_uid) == 0) { in imapc_save_copyuid()
H A Dimapc-mailbox.c504 str_to_uint32(atom, &fetch_uid) < 0) in imapc_untagged_fetch()
799 str_to_uint32(reply->resp_text_value, &uid_validity) < 0 || in imapc_resp_text_uidvalidity()
817 str_to_uint32(reply->resp_text_value, &uid_next) < 0) in imapc_resp_text_uidnext()
/dports/multimedia/libbluray/libbluray-1.3.0/src/util/
H A Dstrutl.h31 BD_PRIVATE uint32_t str_to_uint32(const char *s, int n);
H A Dstrutl.c84 uint32_t str_to_uint32(const char *s, int n) in str_to_uint32() function
/dports/multimedia/handbrake/libbluray-1.3.0/src/util/
H A Dstrutl.h31 BD_PRIVATE uint32_t str_to_uint32(const char *s, int n);
H A Dstrutl.c84 uint32_t str_to_uint32(const char *s, int n) in str_to_uint32() function
/dports/mail/dovecot/dovecot-2.3.17/src/doveadm/dsync/
H A Ddsync-ibc-stream.c984 if (str_to_uint32(value, &state_r->last_common_uid) < 0) { in dsync_ibc_stream_recv_mailbox_state()
1116 str_to_uint32(value, &node->uid_validity) < 0) { in dsync_ibc_stream_recv_mailbox_tree_node()
1121 str_to_uint32(value, &node->uid_next) < 0) { in dsync_ibc_stream_recv_mailbox_tree_node()
1446 if (str_to_uint32(value, &box->uid_validity) < 0) { in dsync_ibc_stream_recv_mailbox()
1451 if (str_to_uint32(value, &box->uid_next) < 0) { in dsync_ibc_stream_recv_mailbox()
1456 if (str_to_uint32(value, &box->messages_count) < 0) { in dsync_ibc_stream_recv_mailbox()
1461 if (str_to_uint32(value, &box->first_recent_uid) < 0) { in dsync_ibc_stream_recv_mailbox()
1744 if (str_to_uint32(value, &change->uid) < 0) { in dsync_ibc_stream_recv_change()
1864 str_to_uint32(value, &request->uid) < 0) { in dsync_ibc_stream_recv_mail_request()
1951 str_to_uint32(value, &mail->uid) < 0) { in dsync_ibc_stream_recv_mail()
[all …]
H A Ddsync-mail.c104 if (str_to_uint32(str, &dmail_r->pop3_order) < 0) in dsync_mail_fill_nonminimal()
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/core/src/lib/
H A Dedit.h26 #define str_to_uint32(str) ((uint32_t)str_to_uint64(str)) macro
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/core/src/lib/
H A Dedit.h26 #define str_to_uint32(str) ((uint32_t)str_to_uint64(str)) macro
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/core/src/lib/
H A Dedit.h26 #define str_to_uint32(str) ((uint32_t)str_to_uint64(str)) macro
/dports/www/bareos18-webui/bareos-Release-18.2.12/core/src/lib/
H A Dedit.h26 #define str_to_uint32(str) ((uint32_t)str_to_uint64(str)) macro
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/core/src/lib/
H A Dedit.h28 #define str_to_uint32(str) ((uint32_t)str_to_uint64(str)) macro
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/core/src/lib/
H A Dedit.h28 #define str_to_uint32(str) ((uint32_t)str_to_uint64(str)) macro
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/core/src/lib/
H A Dedit.h28 #define str_to_uint32(str) ((uint32_t)str_to_uint64(str)) macro
/dports/www/bareos19-webui/bareos-Release-19.2.11/core/src/lib/
H A Dedit.h28 #define str_to_uint32(str) ((uint32_t)str_to_uint64(str)) macro
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/core/src/lib/
H A Dedit.h28 #define str_to_uint32(str) ((uint32_t)str_to_uint64(str)) macro
/dports/sysutils/bareos-client/bareos-Release-20.0.3/core/src/lib/
H A Dedit.h28 #define str_to_uint32(str) ((uint32_t)str_to_uint64(str)) macro
/dports/sysutils/bareos-server/bareos-Release-20.0.3/core/src/lib/
H A Dedit.h28 #define str_to_uint32(str) ((uint32_t)str_to_uint64(str)) macro
/dports/www/bareos-webui/bareos-Release-20.0.3/core/src/lib/
H A Dedit.h28 #define str_to_uint32(str) ((uint32_t)str_to_uint64(str)) macro
/dports/mail/dovecot/dovecot-2.3.17/src/plugins/fts-solr/
H A Dsolr-response.c213 if (str_to_uint32(str_c(buf), &parser->uid) < 0 || in solr_lookup_xml_end()
230 if (str_to_uint32(str_c(buf), &parser->uidvalidity) < 0) in solr_lookup_xml_end()
/dports/mail/dovecot/dovecot-2.3.17/src/lib-storage/index/dbox-single/
H A Dsdbox-sync-rebuild.c80 if (str_to_uint32(fname, &uid) < 0 || uid == 0) { in sdbox_sync_add_file()
/dports/mail/dovecot/dovecot-2.3.17/src/lib/
H A Dstrnum.h31 int str_to_uint32(const char *str, uint32_t *num_r)
/dports/mail/dovecot/dovecot-2.3.17/src/doveadm/
H A Ddoveadm-mail-mailbox.c621 if (str_to_uint32(optarg, &(ctx->update.uid_validity)) < 0) in cmd_mailbox_update_parse_arg()
625 if (str_to_uint32(optarg, &(ctx->update.min_next_uid)) < 0) in cmd_mailbox_update_parse_arg()
629 if (str_to_uint32(optarg, &(ctx->update.min_first_recent_uid)) < 0) in cmd_mailbox_update_parse_arg()

123