Home | History | Annotate | Download | only in libevent

Lines Matching refs:tmp_name

817 	char tmp_name[256], cmp_name[256]; /* used by the macros */
850 do { tmp_name[0] = '\0'; \
851 if (name_parse(packet, length, &j, tmp_name, sizeof(tmp_name))<0)\
855 do { tmp_name[0] = '\0'; \
858 if (name_parse(packet, length, &j, tmp_name, sizeof(tmp_name))<0)\
862 if (memcmp(tmp_name, cmp_name, strlen (tmp_name)) != 0) \
961 char tmp_name[256]; /* used by the macros */
996 if (name_parse(packet, length, &j, tmp_name, sizeof(tmp_name))<0)
1000 namelen = strlen(tmp_name);
1006 memcpy(q->name, tmp_name, namelen+1);