Lines Matching defs:tmp
23 const char *const *tmp;
28 for (tmp = t_strsplit_spaces(str, " "); *tmp != NULL; tmp++) {
29 if (strncmp(*tmp, "url=", 4) == 0) {
30 set->url = p_strdup(user->pool, *tmp + 4);
31 } else if (strcmp(*tmp, "debug") == 0) {
33 } else if (strcmp(*tmp, "use_libfts") == 0) {
35 } else if (strcmp(*tmp, "break-imap-search") == 0) {
37 } else if (strcmp(*tmp, "default_ns=") == 0) {
39 p_strdup(user->pool, *tmp + 11);
41 i_error("fts_solr: Invalid setting: %s", *tmp);