Lines Matching defs:temp
1011 char **temp =1013 if (temp == NULL) {1018 channel->domains = temp;1023 char *temp = ares_strdup(sysconfig->lookups);1024 if (temp == NULL) {1029 channel->lookups = temp;1033 struct apattern *temp =1035 if (temp == NULL) {1038 memcpy(temp, sysconfig->sortlist,1042 channel->sortlist = temp;