Searched defs:id_str (Results 1 - 3 of 3) sorted by relevance
/dovecot/src/auth/ |
H A D | auth-worker-server.c | 356 const char *line, *id_str; local 393 id_str = line; 396 str_to_uint(t_strdup_until(id_str, line), &id) < 0)
|
/dovecot/src/plugins/acl/ |
H A D | acl-api.c | 398 const char *id_str, *const *right_names, *error = NULL; local 403 if (str_unescape_next(&line, &id_str) < 0 || 411 id_str = line; 412 line = strchr(id_str, ' '); 416 id_str = t_strdup_until(id_str, line++); 422 if (*id_str != '-') 425 id_str++; 429 if (acl_identifier_parse(id_str, rights_r) < 0) 430 error = t_strdup_printf("Unknown ID '%s'", id_str); [all...] |
/dovecot/src/lib-storage/index/dbox-multi/ |
H A D | mdbox-storage-rebuild.c | 267 const char *id_str, *ext; local 271 id_str = fname + strlen(MDBOX_MAIL_FILE_PREFIX); 272 if (str_to_uint32(id_str, &file_id) < 0 || file_id == 0) { 275 ext = strrchr(id_str, '.');
|
Completed in 10 milliseconds