• Home
  • Raw
  • Download

Lines Matching refs:what

163 	const char *what = "This is funny";  in http_readcb()  local
168 (const unsigned char*) what, strlen(what)) != NULL) { in http_readcb()
207 http_errorcb(struct bufferevent *bev, short what, void *arg) in http_errorcb() argument
295 http_complete_write(int fd, short what, void *arg) in http_complete_write() argument
383 http_delay_reply(int fd, short what, void *arg) in http_delay_reply() argument
503 const char *what = "This is funny"; in http_request_done() local
515 if (EVBUFFER_LENGTH(req->input_buffer) != strlen(what)) { in http_request_done()
520 if (memcmp(EVBUFFER_DATA(req->input_buffer), what, strlen(what)) != 0) { in http_request_done()
585 const char *what = "DISPATCHER_TEST"; in http_dispatcher_test_done() local
597 if (EVBUFFER_LENGTH(req->input_buffer) != strlen(what)) { in http_dispatcher_test_done()
599 EVBUFFER_LENGTH(req->input_buffer), strlen(what)); in http_dispatcher_test_done()
603 if (memcmp(EVBUFFER_DATA(req->input_buffer), what, strlen(what)) != 0) { in http_dispatcher_test_done()
761 const char *what = "This is funny"; in http_postrequest_done() local
779 if (EVBUFFER_LENGTH(req->input_buffer) != strlen(what)) { in http_postrequest_done()
781 EVBUFFER_LENGTH(req->input_buffer), strlen(what)); in http_postrequest_done()
785 if (memcmp(EVBUFFER_DATA(req->input_buffer), what, strlen(what)) != 0) { in http_postrequest_done()
797 const char *what = "400 Bad Request"; in http_failure_readcb() local
798 if (evbuffer_find(bev->input, (const unsigned char*) what, strlen(what)) != NULL) { in http_failure_readcb()
865 close_detect_launch(int fd, short what, void *arg) in close_detect_launch() argument
1140 http_chunked_errorcb(struct bufferevent *bev, short what, void *arg) in http_chunked_errorcb() argument
1147 if ((what & EVBUFFER_EOF) != 0) { in http_chunked_errorcb()