Home | History | Annotate | Download | only in libevent

Lines Matching refs:tmp_name

1021 	char tmp_name[256], cmp_name[256]; /* used by the macros */
1058 do { tmp_name[0] = '\0'; \
1059 if (name_parse(packet, length, &j, tmp_name, \
1060 sizeof(tmp_name))<0) \
1071 tmp_name[0] = '\0';
1074 if (name_parse(packet, length, &j, tmp_name, sizeof(tmp_name)) < 0)
1080 if (strcmp(tmp_name, cmp_name) == 0)
1083 if (evutil_ascii_strcasecmp(tmp_name, cmp_name) == 0)
1220 char tmp_name[256]; /* used by the macros */
1260 if (name_parse(packet, length, &j, tmp_name, sizeof(tmp_name))<0)
1264 namelen = (int)strlen(tmp_name);
1270 memcpy(q->name, tmp_name, namelen+1);