Searched refs:tmp_options (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/bsd/libevent/dist/ |
H A D | bufferevent_pair.c | 122 int tmp_options; in bufferevent_pair_new() local 125 tmp_options = options & ~BEV_OPT_THREADSAFE; in bufferevent_pair_new() 130 bufev2 = bufferevent_pair_elt_new(base, tmp_options); in bufferevent_pair_new()
|
H A D | bufferevent_filter.c | 181 int tmp_options = options & ~BEV_OPT_THREADSAFE; in bufferevent_filter_new() local 196 &bufferevent_ops_filter, tmp_options) < 0) { in bufferevent_filter_new()
|
H A D | bufferevent_openssl.c | 1355 int tmp_options = options & ~BEV_OPT_THREADSAFE; in bufferevent_openssl_new_impl() local 1367 &bufferevent_ops_openssl, tmp_options) < 0) in bufferevent_openssl_new_impl()
|
/netbsd-src/external/mpl/dhcp/dist/server/ |
H A D | dhcpv6.c | 3727 struct option_state *tmp_options = NULL; local 3751 option_state_allocate(&tmp_options, MDL); 3753 reply->packet->options, tmp_options, 3756 if (tmp_options != NULL) { 3757 option_state_dereference(&tmp_options, MDL); 5002 struct option_state *tmp_options = NULL; local 5026 option_state_allocate(&tmp_options, MDL); 5028 reply->packet->options, tmp_options, 5031 if (tmp_options != NULL) { 5032 option_state_dereference(&tmp_options, MDL);
|