HomeSort by: relevance | last modified time | path
    Searched defs:tmp_options (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/libevent/dist/
bufferevent_pair.c 122 int tmp_options; local
125 tmp_options = options & ~BEV_OPT_THREADSAFE;
130 bufev2 = bufferevent_pair_elt_new(base, tmp_options);
bufferevent_filter.c 181 int tmp_options = options & ~BEV_OPT_THREADSAFE; local
196 &bufferevent_ops_filter, tmp_options) < 0) {
bufferevent_openssl.c 1355 int tmp_options = options & ~BEV_OPT_THREADSAFE; local
1367 &bufferevent_ops_openssl, tmp_options) < 0)
  /src/external/bsd/ntp/dist/sntp/libevent/
bufferevent_pair.c 121 int tmp_options; local
124 tmp_options = options & ~BEV_OPT_THREADSAFE;
129 bufev2 = bufferevent_pair_elt_new(base, tmp_options);
bufferevent_filter.c 180 int tmp_options = options & ~BEV_OPT_THREADSAFE; local
195 &bufferevent_ops_filter, tmp_options) < 0) {
bufferevent_openssl.c 1354 int tmp_options = options & ~BEV_OPT_THREADSAFE; local
1366 &bufferevent_ops_openssl, tmp_options) < 0)
  /src/external/mpl/dhcp/dist/server/
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)
    [all...]

Completed in 19 milliseconds