Lines Matching defs:tmp
181 const char *const *tmp;
187 tmp = t_strsplit_spaces(args, " ");
188 for (; *tmp != NULL; tmp++) {
189 if (strncmp(*tmp, "cache_key=", 10) == 0) {
191 auth_cache_parse_key(pool, *tmp + 10);
192 } else if (strncmp(*tmp, "webmail=", 8) == 0) {
193 if (net_addr2ip(*tmp + 8, &module->webmail_ip) < 0)
195 } else if (strcmp(*tmp, "blocking=no") == 0) {
198 i_fatal("passdb vpopmail: Unknown setting: %s", *tmp);