Home | History | Annotate | Download | only in test

Lines Matching defs:test3

1029 	char test3[EVBUFFER_INITIAL_LENGTH];
1053 test3[i] = 'a';
1054 test3[EVBUFFER_INITIAL_LENGTH - 1] = 'x';
1055 evbuffer_add(buf, (u_char *)test3, EVBUFFER_INITIAL_LENGTH);