Home | History | Annotate | Download | only in libtest

Lines Matching refs:append_list

723 static struct querycase append_list[] = {
747 for(i = 0; append_list[i].in && !error; i++) {
754 append_list[i].in,
755 append_list[i].urlflags);
760 append_list[i].q,
761 append_list[i].qflags | CURLU_APPENDQUERY);
764 else if(rc != append_list[i].ucode) {
766 append_list[i].in, (int)rc, append_list[i].ucode);
769 else if(append_list[i].ucode) {
781 if(checkurl(url, append_list[i].out)) {