• Home
  • Raw
  • Download

Lines Matching full:client

82 			  G_CALLBACK (got_informational), "client");  in EVENT_HANDLER()
84 G_CALLBACK (got_headers), "client"); in EVENT_HANDLER()
86 G_CALLBACK (got_body), "client"); in EVENT_HANDLER()
88 G_CALLBACK (wrote_informational), "client"); in EVENT_HANDLER()
90 G_CALLBACK (wrote_headers), "client"); in EVENT_HANDLER()
92 G_CALLBACK (wrote_body), "client"); in EVENT_HANDLER()
94 G_CALLBACK (finished), "client"); in EVENT_HANDLER()
155 "client-wrote_headers", in do_test_unauth_short_noexpect_nopass()
156 "client-wrote_body", in do_test_unauth_short_noexpect_nopass()
162 "client-got_headers", in do_test_unauth_short_noexpect_nopass()
163 "client-got_body", in do_test_unauth_short_noexpect_nopass()
164 "client-finished", in do_test_unauth_short_noexpect_nopass()
172 "client-wrote_headers", in do_test_unauth_long_noexpect_nopass()
173 "client-wrote_body", in do_test_unauth_long_noexpect_nopass()
179 "client-got_headers", in do_test_unauth_long_noexpect_nopass()
180 "client-got_body", in do_test_unauth_long_noexpect_nopass()
181 "client-finished", in do_test_unauth_long_noexpect_nopass()
189 "client-wrote_headers", in do_test_unauth_short_expect_nopass()
192 "client-got_informational", in do_test_unauth_short_expect_nopass()
193 "client-wrote_body", in do_test_unauth_short_expect_nopass()
198 "client-got_headers", in do_test_unauth_short_expect_nopass()
199 "client-got_body", in do_test_unauth_short_expect_nopass()
200 "client-finished", in do_test_unauth_short_expect_nopass()
208 "client-wrote_headers", in do_test_unauth_long_expect_nopass()
213 "client-got_headers", in do_test_unauth_long_expect_nopass()
214 "client-got_body", in do_test_unauth_long_expect_nopass()
215 "client-finished", in do_test_unauth_long_expect_nopass()
223 "client-wrote_headers", in do_test_auth_short_noexpect_nopass()
224 "client-wrote_body", in do_test_auth_short_noexpect_nopass()
230 "client-got_headers", in do_test_auth_short_noexpect_nopass()
231 "client-got_body", in do_test_auth_short_noexpect_nopass()
232 "client-finished", in do_test_auth_short_noexpect_nopass()
240 "client-wrote_headers", in do_test_auth_long_noexpect_nopass()
241 "client-wrote_body", in do_test_auth_long_noexpect_nopass()
247 "client-got_headers", in do_test_auth_long_noexpect_nopass()
248 "client-got_body", in do_test_auth_long_noexpect_nopass()
249 "client-finished", in do_test_auth_long_noexpect_nopass()
257 "client-wrote_headers", in do_test_auth_short_expect_nopass()
262 "client-got_headers", in do_test_auth_short_expect_nopass()
263 "client-got_body", in do_test_auth_short_expect_nopass()
264 "client-finished", in do_test_auth_short_expect_nopass()
272 "client-wrote_headers", in do_test_auth_long_expect_nopass()
277 "client-got_headers", in do_test_auth_long_expect_nopass()
278 "client-got_body", in do_test_auth_long_expect_nopass()
279 "client-finished", in do_test_auth_long_expect_nopass()
287 "client-wrote_headers", in do_test_auth_short_noexpect_pass()
288 "client-wrote_body", in do_test_auth_short_noexpect_pass()
294 "client-got_headers", in do_test_auth_short_noexpect_pass()
295 "client-got_body", in do_test_auth_short_noexpect_pass()
296 "client-wrote_headers", in do_test_auth_short_noexpect_pass()
297 "client-wrote_body", in do_test_auth_short_noexpect_pass()
303 "client-got_headers", in do_test_auth_short_noexpect_pass()
304 "client-got_body", in do_test_auth_short_noexpect_pass()
305 "client-finished", in do_test_auth_short_noexpect_pass()
313 "client-wrote_headers", in do_test_auth_long_noexpect_pass()
314 "client-wrote_body", in do_test_auth_long_noexpect_pass()
320 "client-got_headers", in do_test_auth_long_noexpect_pass()
321 "client-got_body", in do_test_auth_long_noexpect_pass()
322 "client-wrote_headers", in do_test_auth_long_noexpect_pass()
323 "client-wrote_body", in do_test_auth_long_noexpect_pass()
329 "client-got_headers", in do_test_auth_long_noexpect_pass()
330 "client-got_body", in do_test_auth_long_noexpect_pass()
331 "client-finished", in do_test_auth_long_noexpect_pass()
339 "client-wrote_headers", in do_test_auth_short_expect_pass()
344 "client-got_headers", in do_test_auth_short_expect_pass()
345 "client-got_body", in do_test_auth_short_expect_pass()
346 "client-wrote_headers", in do_test_auth_short_expect_pass()
349 "client-got_informational", in do_test_auth_short_expect_pass()
350 "client-wrote_body", in do_test_auth_short_expect_pass()
355 "client-got_headers", in do_test_auth_short_expect_pass()
356 "client-got_body", in do_test_auth_short_expect_pass()
357 "client-finished", in do_test_auth_short_expect_pass()
365 "client-wrote_headers", in do_test_auth_long_expect_pass()
370 "client-got_headers", in do_test_auth_long_expect_pass()
371 "client-got_body", in do_test_auth_long_expect_pass()
372 "client-wrote_headers", in do_test_auth_long_expect_pass()
377 "client-got_headers", in do_test_auth_long_expect_pass()
378 "client-got_body", in do_test_auth_long_expect_pass()
379 "client-finished", in do_test_auth_long_expect_pass()
409 SoupClientContext *client, gpointer user_data) in request_started() argument