what 1251 ompi/debuggers/ompi_msgq_dll.c extra->what = (mqs_op_class)op; what 1283 ompi/debuggers/ompi_msgq_dll.c switch (extra->what) { what 119 ompi/debuggers/ompi_msgq_dll_defs.h mqs_op_class what; /* What queue are we looking on */ what 98 ompi/mca/coll/base/coll_base_comm_select.c #define CHECK_NULL(what, comm, func) \ what 99 ompi/mca/coll/base/coll_base_comm_select.c ( (what) = # func , NULL == (comm)->c_coll->coll_ ## func) what 88 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h ! DIMENSION(MPI_STATUS_SIZE), which is what it *really* is) -- i.e., what 2430 opal/mca/event/libevent2022/libevent/buffer.c evbuffer_find(struct evbuffer *buffer, const unsigned char *what, size_t len) what 2437 opal/mca/event/libevent2022/libevent/buffer.c ptr = evbuffer_search(buffer, (const char *)what, len, NULL); what 2537 opal/mca/event/libevent2022/libevent/buffer.c evbuffer_search(struct evbuffer *buffer, const char *what, size_t len, const struct evbuffer_ptr *start) what 2539 opal/mca/event/libevent2022/libevent/buffer.c return evbuffer_search_range(buffer, what, len, start, NULL); what 2543 opal/mca/event/libevent2022/libevent/buffer.c evbuffer_search_range(struct evbuffer *buffer, const char *what, size_t len, const struct evbuffer_ptr *start, const struct evbuffer_ptr *end) what 2567 opal/mca/event/libevent2022/libevent/buffer.c first = what[0]; what 2578 opal/mca/event/libevent2022/libevent/buffer.c if (!evbuffer_ptr_memcmp(buffer, &pos, what, len)) { what 277 opal/mca/event/libevent2022/libevent/bufferevent-internal.h void bufferevent_suspend_read(struct bufferevent *bufev, bufferevent_suspend_flags what); what 280 opal/mca/event/libevent2022/libevent/bufferevent-internal.h void bufferevent_unsuspend_read(struct bufferevent *bufev, bufferevent_suspend_flags what); what 284 opal/mca/event/libevent2022/libevent/bufferevent-internal.h void bufferevent_suspend_write(struct bufferevent *bufev, bufferevent_suspend_flags what); what 287 opal/mca/event/libevent2022/libevent/bufferevent-internal.h void bufferevent_unsuspend_write(struct bufferevent *bufev, bufferevent_suspend_flags what); what 331 opal/mca/event/libevent2022/libevent/bufferevent-internal.h void _bufferevent_run_eventcb(struct bufferevent *bufev, short what); what 66 opal/mca/event/libevent2022/libevent/bufferevent.c bufferevent_suspend_read(struct bufferevent *bufev, bufferevent_suspend_flags what) what 73 opal/mca/event/libevent2022/libevent/bufferevent.c bufev_private->read_suspended |= what; what 78 opal/mca/event/libevent2022/libevent/bufferevent.c bufferevent_unsuspend_read(struct bufferevent *bufev, bufferevent_suspend_flags what) what 83 opal/mca/event/libevent2022/libevent/bufferevent.c bufev_private->read_suspended &= ~what; what 90 opal/mca/event/libevent2022/libevent/bufferevent.c bufferevent_suspend_write(struct bufferevent *bufev, bufferevent_suspend_flags what) what 97 opal/mca/event/libevent2022/libevent/bufferevent.c bufev_private->write_suspended |= what; what 102 opal/mca/event/libevent2022/libevent/bufferevent.c bufferevent_unsuspend_write(struct bufferevent *bufev, bufferevent_suspend_flags what) what 107 opal/mca/event/libevent2022/libevent/bufferevent.c bufev_private->write_suspended &= ~what; what 155 opal/mca/event/libevent2022/libevent/bufferevent.c short what = bufev_private->eventcb_pending; what 160 opal/mca/event/libevent2022/libevent/bufferevent.c bufev->errorcb(bufev, what, bufev->cbarg); what 199 opal/mca/event/libevent2022/libevent/bufferevent.c short what = bufev_private->eventcb_pending; what 204 opal/mca/event/libevent2022/libevent/bufferevent.c UNLOCKED(errorcb(bufev,what,cbarg)); what 254 opal/mca/event/libevent2022/libevent/bufferevent.c _bufferevent_run_eventcb(struct bufferevent *bufev, short what) what 262 opal/mca/event/libevent2022/libevent/bufferevent.c p->eventcb_pending |= what; what 267 opal/mca/event/libevent2022/libevent/bufferevent.c bufev->errorcb(bufev, what, bufev->cbarg); what 321 opal/mca/event/libevent2022/libevent/bufferevent_async.c be_async_enable(struct bufferevent *buf, short what) what 333 opal/mca/event/libevent2022/libevent/bufferevent_async.c if (what & EV_READ) what 335 opal/mca/event/libevent2022/libevent/bufferevent_async.c if (what & EV_WRITE) what 341 opal/mca/event/libevent2022/libevent/bufferevent_async.c if (what & EV_READ) what 343 opal/mca/event/libevent2022/libevent/bufferevent_async.c if (what & EV_WRITE) what 349 opal/mca/event/libevent2022/libevent/bufferevent_async.c be_async_disable(struct bufferevent *bev, short what) what 356 opal/mca/event/libevent2022/libevent/bufferevent_async.c if (what & EV_READ) { what 360 opal/mca/event/libevent2022/libevent/bufferevent_async.c if (what & EV_WRITE) { what 406 opal/mca/event/libevent2022/libevent/bufferevent_async.c be_async_flush(struct bufferevent *bev, short what, what 447 opal/mca/event/libevent2022/libevent/bufferevent_async.c short what = BEV_EVENT_READING; what 468 opal/mca/event/libevent2022/libevent/bufferevent_async.c what |= BEV_EVENT_ERROR; what 470 opal/mca/event/libevent2022/libevent/bufferevent_async.c _bufferevent_run_eventcb(bev, what); what 472 opal/mca/event/libevent2022/libevent/bufferevent_async.c what |= BEV_EVENT_EOF; what 474 opal/mca/event/libevent2022/libevent/bufferevent_async.c _bufferevent_run_eventcb(bev, what); what 487 opal/mca/event/libevent2022/libevent/bufferevent_async.c short what = BEV_EVENT_WRITING; what 513 opal/mca/event/libevent2022/libevent/bufferevent_async.c what |= BEV_EVENT_ERROR; what 515 opal/mca/event/libevent2022/libevent/bufferevent_async.c _bufferevent_run_eventcb(bev, what); what 517 opal/mca/event/libevent2022/libevent/bufferevent_async.c what |= BEV_EVENT_EOF; what 519 opal/mca/event/libevent2022/libevent/bufferevent_async.c _bufferevent_run_eventcb(bev, what); what 459 opal/mca/event/libevent2022/libevent/bufferevent_filter.c be_filter_eventcb(struct bufferevent *underlying, short what, void *_me) what 466 opal/mca/event/libevent2022/libevent/bufferevent_filter.c _bufferevent_run_eventcb(bev, what); what 905 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c be_openssl_eventcb(struct bufferevent *bev_base, short what, void *ctx) what 910 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c if (what & BEV_EVENT_EOF) { what 915 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c } else if (what & BEV_EVENT_TIMEOUT) { what 917 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c event = what; what 918 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c } else if (what & BEV_EVENT_ERROR) { what 920 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c event = what; what 921 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c } else if (what & BEV_EVENT_CONNECTED) { what 930 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c be_openssl_readeventcb(evutil_socket_t fd, short what, void *ptr) what 934 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c if (what == EV_TIMEOUT) { what 944 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c be_openssl_writeeventcb(evutil_socket_t fd, short what, void *ptr) what 948 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c if (what == EV_TIMEOUT) { what 1048 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c be_openssl_handshakeeventcb(evutil_socket_t fd, short what, void *ptr) what 1053 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c if (what & EV_TIMEOUT) { what 396 opal/mca/event/libevent2022/libevent/bufferevent_ratelim.c _bev_refill_callback(evutil_socket_t fd, short what, void *arg) what 528 opal/mca/event/libevent2022/libevent/bufferevent_ratelim.c _bev_group_refill_callback(evutil_socket_t fd, short what, void *arg) what 130 opal/mca/event/libevent2022/libevent/bufferevent_sock.c short what = BEV_EVENT_READING; what 139 opal/mca/event/libevent2022/libevent/bufferevent_sock.c what |= BEV_EVENT_TIMEOUT; what 173 opal/mca/event/libevent2022/libevent/bufferevent_sock.c what |= BEV_EVENT_ERROR; what 176 opal/mca/event/libevent2022/libevent/bufferevent_sock.c what |= BEV_EVENT_EOF; what 195 opal/mca/event/libevent2022/libevent/bufferevent_sock.c _bufferevent_run_eventcb(bufev, what); what 208 opal/mca/event/libevent2022/libevent/bufferevent_sock.c short what = BEV_EVENT_WRITING; what 218 opal/mca/event/libevent2022/libevent/bufferevent_sock.c what |= BEV_EVENT_TIMEOUT; what 273 opal/mca/event/libevent2022/libevent/bufferevent_sock.c what |= BEV_EVENT_ERROR; what 279 opal/mca/event/libevent2022/libevent/bufferevent_sock.c what |= BEV_EVENT_EOF; what 310 opal/mca/event/libevent2022/libevent/bufferevent_sock.c _bufferevent_run_eventcb(bufev, what); what 201 opal/mca/event/libevent2022/libevent/devpoll.c int what = events[i].revents; what 203 opal/mca/event/libevent2022/libevent/devpoll.c if (what & POLLHUP) what 204 opal/mca/event/libevent2022/libevent/devpoll.c what |= POLLIN | POLLOUT; what 205 opal/mca/event/libevent2022/libevent/devpoll.c else if (what & POLLERR) what 206 opal/mca/event/libevent2022/libevent/devpoll.c what |= POLLIN | POLLOUT; what 208 opal/mca/event/libevent2022/libevent/devpoll.c if (what & POLLIN) what 210 opal/mca/event/libevent2022/libevent/devpoll.c if (what & POLLOUT) what 424 opal/mca/event/libevent2022/libevent/epoll.c int what = events[i].events; what 427 opal/mca/event/libevent2022/libevent/epoll.c if (what & (EPOLLHUP|EPOLLERR)) { what 430 opal/mca/event/libevent2022/libevent/epoll.c if (what & EPOLLIN) what 432 opal/mca/event/libevent2022/libevent/epoll.c if (what & EPOLLOUT) what 4233 opal/mca/event/libevent2022/libevent/evdns.c evdns_getaddrinfo_timeout_cb(evutil_socket_t fd, short what, void *ptr) what 1159 opal/mca/event/libevent2022/libevent/event.c common_timeout_callback(evutil_socket_t fd, short what, void *arg) what 1483 opal/mca/event/libevent2022/libevent/event.c event_loopexit_cb(evutil_socket_t fd, short what, void *arg) what 2737 opal/mca/event/libevent2022/libevent/event.c evthread_notify_drain_eventfd(evutil_socket_t fd, short what, void *arg) what 2754 opal/mca/event/libevent2022/libevent/event.c evthread_notify_drain_default(evutil_socket_t fd, short what, void *arg) what 973 opal/mca/event/libevent2022/libevent/evrpc.c evrpc_request_timeout(evutil_socket_t fd, short what, void *arg) what 113 opal/mca/event/libevent2022/libevent/http-internal.h char *what; what 195 opal/mca/event/libevent2022/libevent/http.c static void evhttp_error_cb(struct bufferevent *bufev, short what, void *arg); what 1273 opal/mca/event/libevent2022/libevent/http.c evhttp_connection_retry(evutil_socket_t fd, short what, void *arg) what 1323 opal/mca/event/libevent2022/libevent/http.c evhttp_error_cb(struct bufferevent *bufev, short what, void *arg) what 1330 opal/mca/event/libevent2022/libevent/http.c if (what & BEV_EVENT_TIMEOUT) { what 1342 opal/mca/event/libevent2022/libevent/http.c && what == (BEV_EVENT_READING|BEV_EVENT_EOF)) { what 1374 opal/mca/event/libevent2022/libevent/http.c if (what & BEV_EVENT_TIMEOUT) { what 1376 opal/mca/event/libevent2022/libevent/http.c } else if (what & (BEV_EVENT_EOF|BEV_EVENT_ERROR)) { what 1387 opal/mca/event/libevent2022/libevent/http.c evhttp_connection_cb(struct bufferevent *bufev, short what, void *arg) what 1393 opal/mca/event/libevent2022/libevent/http.c if (!(what & BEV_EVENT_CONNECTED)) { what 1402 opal/mca/event/libevent2022/libevent/http.c evhttp_error_cb(bufev, what, arg); what 2891 opal/mca/event/libevent2022/libevent/http.c if (!strcmp(cb->what, translated)) { what 3279 opal/mca/event/libevent2022/libevent/http.c mm_free(http_cb->what); what 3407 opal/mca/event/libevent2022/libevent/http.c if (strcmp(http_cb->what, uri) == 0) what 3416 opal/mca/event/libevent2022/libevent/http.c http_cb->what = mm_strdup(uri); what 3417 opal/mca/event/libevent2022/libevent/http.c if (http_cb->what == NULL) { what 3436 opal/mca/event/libevent2022/libevent/http.c if (strcmp(http_cb->what, uri) == 0) what 3443 opal/mca/event/libevent2022/libevent/http.c mm_free(http_cb->what); what 557 opal/mca/event/libevent2022/libevent/include/event2/buffer.h struct evbuffer_ptr evbuffer_search(struct evbuffer *buffer, const char *what, size_t len, const struct evbuffer_ptr *start); what 573 opal/mca/event/libevent2022/libevent/include/event2/buffer.h struct evbuffer_ptr evbuffer_search_range(struct evbuffer *buffer, const char *what, size_t len, const struct evbuffer_ptr *start, const struct evbuffer_ptr *end); what 102 opal/mca/event/libevent2022/libevent/include/event2/buffer_compat.h unsigned char *evbuffer_find(struct evbuffer *buffer, const unsigned char *what, size_t len); what 149 opal/mca/event/libevent2022/libevent/include/event2/bufferevent.h typedef void (*bufferevent_event_cb)(struct bufferevent *bev, short what, void *ctx); what 381 opal/mca/event/libevent2022/libevent/listener.c listener_read_cb(evutil_socket_t fd, short what, void *p) what 185 opal/mca/event/libevent2022/libevent/poll.c int what; what 188 opal/mca/event/libevent2022/libevent/poll.c what = event_set[i].revents; what 189 opal/mca/event/libevent2022/libevent/poll.c if (!what) what 195 opal/mca/event/libevent2022/libevent/poll.c if (what & (POLLHUP|POLLERR)) what 196 opal/mca/event/libevent2022/libevent/poll.c what |= POLLIN|POLLOUT; what 197 opal/mca/event/libevent2022/libevent/poll.c if (what & POLLIN) what 199 opal/mca/event/libevent2022/libevent/poll.c if (what & POLLOUT) what 43 opal/mca/event/libevent2022/libevent/sample/le-proxy.c static void eventcb(struct bufferevent *bev, short what, void *ctx); what 96 opal/mca/event/libevent2022/libevent/sample/le-proxy.c eventcb(struct bufferevent *bev, short what, void *ctx) what 100 opal/mca/event/libevent2022/libevent/sample/le-proxy.c if (what & (BEV_EVENT_EOF|BEV_EVENT_ERROR)) { what 101 opal/mca/event/libevent2022/libevent/sample/le-proxy.c if (what & BEV_EVENT_ERROR) { what 130 opal/mca/event/libevent2022/libevent/signal.c evsig_cb(evutil_socket_t fd, short what, void *arg) what 70 opal/mca/event/libevent2022/libevent/test/bench_httpclient.c static void errorcb(struct bufferevent *b, short what, void *arg); what 84 opal/mca/event/libevent2022/libevent/test/bench_httpclient.c errorcb(struct bufferevent *b, short what, void *arg) what 88 opal/mca/event/libevent2022/libevent/test/bench_httpclient.c if (what & BEV_EVENT_EOF) { what 384 opal/mca/event/libevent2022/libevent/test/regress.c simpleclose_close_fd_cb(evutil_socket_t s, short what, void *ptr) what 396 opal/mca/event/libevent2022/libevent/test/regress.c record_event_cb(evutil_socket_t s, short what, void *ptr) what 401 opal/mca/event/libevent2022/libevent/test/regress.c *whatp = what; what 402 opal/mca/event/libevent2022/libevent/test/regress.c TT_BLATHER(("Recorded %d on socket %d", (int)what, (int)s)); what 1283 opal/mca/event/libevent2022/libevent/test/regress.c bad_reentrant_run_loop_cb(evutil_socket_t fd, short what, void *ptr) what 1531 opal/mca/event/libevent2022/libevent/test/regress.c test_priorities_cb(evutil_socket_t fd, short what, void *arg) what 1613 opal/mca/event/libevent2022/libevent/test/regress.c prio_active_inversion_cb(evutil_socket_t fd, short what, void *arg) what 118 opal/mca/event/libevent2022/libevent/test/regress_bufferevent.c errorcb(struct bufferevent *bev, short what, void *arg) what 223 opal/mca/event/libevent2022/libevent/test/regress_bufferevent.c wm_errorcb(struct bufferevent *bev, short what, void *arg) what 415 opal/mca/event/libevent2022/libevent/test/regress_bufferevent.c sender_errorcb(struct bufferevent *bev, short what, void *ctx) what 417 opal/mca/event/libevent2022/libevent/test/regress_bufferevent.c TT_FAIL(("Got sender error %d",(int)what)); what 443 opal/mca/event/libevent2022/libevent/test/regress_bufferevent.c reader_eventcb(struct bufferevent *bev, short what, void *ctx) what 446 opal/mca/event/libevent2022/libevent/test/regress_bufferevent.c if (what & BEV_EVENT_ERROR) { what 448 opal/mca/event/libevent2022/libevent/test/regress_bufferevent.c TT_FAIL(("got connector error %d", (int)what)); what 451 opal/mca/event/libevent2022/libevent/test/regress_bufferevent.c if (what & BEV_EVENT_CONNECTED) { what 454 opal/mca/event/libevent2022/libevent/test/regress_bufferevent.c if (what & BEV_EVENT_EOF) { what 552 opal/mca/event/libevent2022/libevent/test/regress_bufferevent.c want_fail_eventcb(struct bufferevent *bev, short what, void *ctx) what 558 opal/mca/event/libevent2022/libevent/test/regress_bufferevent.c if (what & BEV_EVENT_ERROR) { what 565 opal/mca/event/libevent2022/libevent/test/regress_bufferevent.c TT_FAIL(("didn't fail? what %hd", what)); what 572 opal/mca/event/libevent2022/libevent/test/regress_bufferevent.c close_socket_cb(evutil_socket_t fd, short what, void *arg) what 657 opal/mca/event/libevent2022/libevent/test/regress_bufferevent.c bev_timeout_event_cb(struct bufferevent *bev, short what, void *arg) what 662 opal/mca/event/libevent2022/libevent/test/regress_bufferevent.c if ((what & (BEV_EVENT_READING|BEV_EVENT_TIMEOUT)) what 667 opal/mca/event/libevent2022/libevent/test/regress_bufferevent.c if ((what & (BEV_EVENT_WRITING|BEV_EVENT_TIMEOUT)) what 1008 opal/mca/event/libevent2022/libevent/test/regress_dns.c int what; what 1014 opal/mca/event/libevent2022/libevent/test/regress_dns.c be_connect_hostname_event_cb(struct bufferevent *bev, short what, void *ctx) what 1017 opal/mca/event/libevent2022/libevent/test/regress_dns.c if (!got->what) { what 1018 opal/mca/event/libevent2022/libevent/test/regress_dns.c TT_BLATHER(("Got a bufferevent event %d", what)); what 1019 opal/mca/event/libevent2022/libevent/test/regress_dns.c got->what = what; what 1021 opal/mca/event/libevent2022/libevent/test/regress_dns.c if ((what & BEV_EVENT_CONNECTED) || (what & BEV_EVENT_ERROR)) { what 1036 opal/mca/event/libevent2022/libevent/test/regress_dns.c got->what, (int)what)); what 1133 opal/mca/event/libevent2022/libevent/test/regress_dns.c tt_int_op(be1_outcome.what, ==, BEV_EVENT_ERROR); what 1135 opal/mca/event/libevent2022/libevent/test/regress_dns.c tt_int_op(be2_outcome.what, ==, BEV_EVENT_CONNECTED); what 1137 opal/mca/event/libevent2022/libevent/test/regress_dns.c tt_int_op(be3_outcome.what, ==, BEV_EVENT_CONNECTED); what 1139 opal/mca/event/libevent2022/libevent/test/regress_dns.c tt_int_op(be4_outcome.what, ==, BEV_EVENT_CONNECTED); what 1142 opal/mca/event/libevent2022/libevent/test/regress_dns.c tt_int_op(be5_outcome.what, ==, BEV_EVENT_ERROR); what 1191 opal/mca/event/libevent2022/libevent/test/regress_dns.c cancel_gai_cb(evutil_socket_t fd, short what, void *ptr) what 1582 opal/mca/event/libevent2022/libevent/test/regress_dns.c gaic_cancel_request_cb(evutil_socket_t fd, short what, void *arg) what 207 opal/mca/event/libevent2022/libevent/test/regress_http.c const char *what = BASIC_REQUEST_BODY; what 210 opal/mca/event/libevent2022/libevent/test/regress_http.c if (evbuffer_contains(bufferevent_get_input(bev), what)) { what 253 opal/mca/event/libevent2022/libevent/test/regress_http.c http_errorcb(struct bufferevent *bev, short what, void *arg) what 347 opal/mca/event/libevent2022/libevent/test/regress_http.c http_complete_write(evutil_socket_t fd, short what, void *arg) what 450 opal/mca/event/libevent2022/libevent/test/regress_http.c http_delay_reply(evutil_socket_t fd, short what, void *arg) what 483 opal/mca/event/libevent2022/libevent/test/regress_http.c http_badreq_errorcb(struct bufferevent *bev, short what, void *arg) what 485 opal/mca/event/libevent2022/libevent/test/regress_http.c event_debug(("%s: called (what=%04x, arg=%p)", __func__, what, arg)); what 500 opal/mca/event/libevent2022/libevent/test/regress_http.c const char *what = "Hello, 127.0.0.1"; what 510 opal/mca/event/libevent2022/libevent/test/regress_http.c if (evbuffer_contains(bufferevent_get_input(bev), what)) { what 537 opal/mca/event/libevent2022/libevent/test/regress_http.c http_badreq_successcb(evutil_socket_t fd, short what, void *arg) what 539 opal/mca/event/libevent2022/libevent/test/regress_http.c event_debug(("%s: called (what=%04x, arg=%p)", __func__, what, arg)); what 704 opal/mca/event/libevent2022/libevent/test/regress_http.c http_allowed_methods_eventcb(struct bufferevent *bev, short what, void *arg) what 707 opal/mca/event/libevent2022/libevent/test/regress_http.c if ((what & (BEV_EVENT_ERROR|BEV_EVENT_EOF))) { what 1025 opal/mca/event/libevent2022/libevent/test/regress_http.c http_do_cancel(evutil_socket_t fd, short what, void *arg) what 1122 opal/mca/event/libevent2022/libevent/test/regress_http.c const char *what = arg; what 1134 opal/mca/event/libevent2022/libevent/test/regress_http.c if (evbuffer_get_length(evhttp_request_get_input_buffer(req)) != strlen(what)) { what 1139 opal/mca/event/libevent2022/libevent/test/regress_http.c if (evbuffer_datacmp(evhttp_request_get_input_buffer(req), what) != 0) { what 1381 opal/mca/event/libevent2022/libevent/test/regress_http.c const char *what = "DISPATCHER_TEST"; what 1393 opal/mca/event/libevent2022/libevent/test/regress_http.c if (evbuffer_get_length(evhttp_request_get_input_buffer(req)) != strlen(what)) { what 1395 opal/mca/event/libevent2022/libevent/test/regress_http.c (unsigned long)evbuffer_get_length(evhttp_request_get_input_buffer(req)), (unsigned long)strlen(what)); what 1399 opal/mca/event/libevent2022/libevent/test/regress_http.c if (evbuffer_datacmp(evhttp_request_get_input_buffer(req), what) != 0) { what 1556 opal/mca/event/libevent2022/libevent/test/regress_http.c const char *what = BASIC_REQUEST_BODY; what 1575 opal/mca/event/libevent2022/libevent/test/regress_http.c if (evbuffer_get_length(evhttp_request_get_input_buffer(req)) != strlen(what)) { what 1577 opal/mca/event/libevent2022/libevent/test/regress_http.c (unsigned long)evbuffer_get_length(evhttp_request_get_input_buffer(req)), (unsigned long)strlen(what)); what 1581 opal/mca/event/libevent2022/libevent/test/regress_http.c if (evbuffer_datacmp(evhttp_request_get_input_buffer(req), what) != 0) { what 1675 opal/mca/event/libevent2022/libevent/test/regress_http.c const char *what = "That ain't funny"; what 1693 opal/mca/event/libevent2022/libevent/test/regress_http.c if (evbuffer_get_length(evhttp_request_get_input_buffer(req)) != strlen(what)) { what 1695 opal/mca/event/libevent2022/libevent/test/regress_http.c (unsigned long)evbuffer_get_length(evhttp_request_get_input_buffer(req)), (unsigned long)strlen(what)); what 1700 opal/mca/event/libevent2022/libevent/test/regress_http.c if (evbuffer_datacmp(evhttp_request_get_input_buffer(req), what) != 0) { what 1712 opal/mca/event/libevent2022/libevent/test/regress_http.c const char *what = "400 Bad Request"; what 1713 opal/mca/event/libevent2022/libevent/test/regress_http.c if (evbuffer_contains(bufferevent_get_input(bev), what)) { what 1775 opal/mca/event/libevent2022/libevent/test/regress_http.c close_detect_launch(evutil_socket_t fd, short what, void *arg) what 2529 opal/mca/event/libevent2022/libevent/test/regress_http.c http_incomplete_errorcb(struct bufferevent *bev, short what, void *arg) what 2531 opal/mca/event/libevent2022/libevent/test/regress_http.c if (what == (BEV_EVENT_READING|BEV_EVENT_EOF)) what 2630 opal/mca/event/libevent2022/libevent/test/regress_http.c http_chunked_errorcb(struct bufferevent *bev, short what, void *arg) what 2637 opal/mca/event/libevent2022/libevent/test/regress_http.c if ((what & BEV_EVENT_EOF) != 0) { what 3094 opal/mca/event/libevent2022/libevent/test/regress_http.c http_make_web_server(evutil_socket_t fd, short what, void *arg) what 603 opal/mca/event/libevent2022/libevent/test/regress_rpc.c rpc_hook_pause_cb(evutil_socket_t fd, short what, void *arg) what 221 opal/mca/event/libevent2022/libevent/test/regress_ssl.c eventcb(struct bufferevent *bev, short what, void *ctx) what 223 opal/mca/event/libevent2022/libevent/test/regress_ssl.c TT_BLATHER(("Got event %d", (int)what)); what 224 opal/mca/event/libevent2022/libevent/test/regress_ssl.c if (what & BEV_EVENT_CONNECTED) { what 240 opal/mca/event/libevent2022/libevent/test/regress_ssl.c } else if (what & BEV_EVENT_EOF) { what 244 opal/mca/event/libevent2022/libevent/test/regress_ssl.c } else if (what & BEV_EVENT_ERROR) { what 90 opal/mca/event/libevent2022/libevent/test/regress_thread.c wake_all_timeout(evutil_socket_t fd, short what, void *arg) what 100 opal/mca/event/libevent2022/libevent/test/regress_thread.c wake_one_timeout(evutil_socket_t fd, short what, void *arg) what 446 opal/mca/event/libevent2022/libevent/test/regress_thread.c timer_callback(evutil_socket_t fd, short what, void *arg) what 452 opal/mca/event/libevent2022/libevent/test/regress_thread.c start_threads_callback(evutil_socket_t fd, short what, void *arg) what 268 opal/mca/event/libevent2022/libevent/test/regress_zlib.c errorcb(struct bufferevent *bev, short what, void *arg) what 115 opal/mca/event/libevent2022/libevent/test/test-ratelim.c write_on_connectedcb(struct bufferevent *bev, short what, void *ctx) what 117 opal/mca/event/libevent2022/libevent/test/test-ratelim.c if (what & BEV_EVENT_CONNECTED) { what 144 opal/mca/event/libevent2022/libevent/test/test-ratelim.c echo_eventcb(struct bufferevent *bev, short what, void *ctx) what 146 opal/mca/event/libevent2022/libevent/test/test-ratelim.c if (what & (BEV_EVENT_EOF|BEV_EVENT_ERROR)) { what 56 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c hwloc_aix_set_sth_cpubind(hwloc_topology_t topology, rstype_t what, rsid_t who, pid_t pid, hwloc_const_bitmap_t hwloc_set, int flags __hwloc_attribute_unused) what 70 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c if (ra_detachrset(what, who, 0)) what 80 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c res = ra_attachrset(what, who, rad, 0); what 87 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c res = ra_attachrset(what, who, rad, 0); what 95 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c hwloc_aix_get_sth_rset_cpubind(hwloc_topology_t topology, rstype_t what, rsid_t who, hwloc_bitmap_t hwloc_set, int flags __hwloc_attribute_unused, int *boundp) what 104 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c if (ra_getrset(what, who, 0, rset) == -1) what 362 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c hwloc_aix_set_sth_membind(hwloc_topology_t topology, rstype_t what, rsid_t who, pid_t pid, hwloc_const_bitmap_t _nodeset, hwloc_membind_policy_t policy, int flags) what 390 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c res = ra_attachrset(what, who, rad, 0); what 397 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c res = ra_attachrset(what, who, rad, 0); what 405 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c hwloc_aix_get_sth_membind(hwloc_topology_t topology, rstype_t what, rsid_t who, hwloc_bitmap_t nodeset, hwloc_membind_policy_t *policy, int flags __hwloc_attribute_unused) what 417 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c if (ra_getrset(what, who, 0, rset) == -1) what 18 orte/test/system/evpri-test.c cbfunc(evutil_socket_t fd, short what, void *arg) what 37 orte/test/system/evpri-test.c t1func(evutil_socket_t fd, short what, void *arg) what 29 orte/test/system/evpri-test2.c cbfunc2(evutil_socket_t fd, short what, void *arg) what 40 orte/test/system/evpri-test2.c cbfunc1(evutil_socket_t fd, short what, void *arg) what 17 orte/test/system/opal-evpri-test.c cbfunc(evutil_socket_t fd, short what, void *arg) what 36 orte/test/system/opal-evpri-test.c t1func(evutil_socket_t fd, short what, void *arg) what 36 test/datatype/external32.c static void dump_hex(void* what, size_t length); what 38 test/datatype/external32.c static void dump_hex(void* what, size_t length) what 42 test/datatype/external32.c printf("%02x", (unsigned int)(((unsigned char*)what)[i]));