Home
last modified time | relevance | path

Searched refs:skipall (Results 1 – 4 of 4) sorted by relevance

/curl/.github/workflows/
H A Dcygwin.yml117 if: ${{ matrix.build == 'automake' && matrix.tflags != 'skipall' }}
122 … if: ${{ matrix.build == 'automake' && matrix.tflags != 'skipall' && matrix.tflags != 'skiprun' }}
174 if: ${{ matrix.build == 'cmake' && matrix.tflags != 'skipall' }}
179 … if: ${{ matrix.build == 'cmake' && matrix.tflags != 'skipall' && matrix.tflags != 'skiprun' }}
H A Dwindows.yml139 if: ${{ matrix.build == 'autotools' && matrix.tflags != 'skipall' }}
144 … if: ${{ matrix.build == 'autotools' && matrix.tflags != 'skipall' && matrix.tflags != 'skiprun' }}
233 if: ${{ matrix.build == 'cmake' && matrix.tflags != 'skipall' }}
238 … if: ${{ matrix.build == 'cmake' && matrix.tflags != 'skipall' && matrix.tflags != 'skiprun' }}
245 … if: ${{ matrix.build == 'cmake' && matrix.tflags != 'skipall' && matrix.tflags != 'skiprun' }}
361 if: ${{ matrix.tflags != 'skipall' }}
368 if: ${{ matrix.tflags != 'skipall' && matrix.tflags != 'skiprun' }}
376 if: ${{ matrix.tflags != 'skipall' && matrix.tflags != 'skiprun' }}
602 if: ${{ matrix.tflags != 'skipall' }}
607 if: ${{ matrix.tflags != 'skipall' && matrix.tflags != 'skiprun' }}
[all …]
H A Dlinux.yml198 install_steps: skipall
635 if: ${{ matrix.build.configure && matrix.build.install_steps != 'skipall' }}
639 if: ${{ matrix.build.generate && matrix.build.install_steps != 'skipall' }}
643 … if: ${{ matrix.build.install_steps != 'skipall' && matrix.build.install_steps != 'skiprun' }}
/curl/tests/server/
H A Dsws.c120 bool skipall; /* skip all incoming data */ member
639 if(req->skipall) in ProcessRequest()
658 req->skipall = TRUE; in ProcessRequest()
855 req->skipall = FALSE; in init_httprequest()

Completed in 48 milliseconds