Lines Matching defs:location
423 const char *location = list->ns->unexpanded_set->location;
428 if (*location == SETTING_STRVAR_EXPANDED[0]) {
433 i_assert(*location == SETTING_STRVAR_UNEXPANDED[0]);
434 location++;
436 if (*location == '\0') {
440 location = mail_set->mail_location;
441 if (*location == SETTING_STRVAR_EXPANDED[0])
443 i_assert(*location == SETTING_STRVAR_UNEXPANDED[0]);
444 location++;
448 p = strchr(location, ':');
885 data = i_strchr_to_next(list->ns->set->location, ':');