Home
last modified time | relevance | path

Searched refs:tmp_options (Results 1 – 5 of 5) sorted by relevance

/external/libevent/
Dbufferevent_pair.c119 int tmp_options; in bufferevent_pair_new() local
122 tmp_options = options & ~BEV_OPT_THREADSAFE; in bufferevent_pair_new()
127 bufev2 = bufferevent_pair_elt_new(base, tmp_options); in bufferevent_pair_new()
Dbufferevent_filter.c178 int tmp_options = options & ~BEV_OPT_THREADSAFE; in bufferevent_filter_new() local
193 &bufferevent_ops_filter, tmp_options) < 0) { in bufferevent_filter_new()
Dbufferevent_openssl.c1344 int tmp_options = options & ~BEV_OPT_THREADSAFE; in bufferevent_openssl_new_impl() local
1355 &bufferevent_ops_openssl, tmp_options) < 0) in bufferevent_openssl_new_impl()
/external/curl/m4/
Dcurl-compilers.m4728 tmp_options=""
736 tmp_options="$flags_dbg_yes"
740 tmp_options="$flags_dbg_off"
744 CPPFLAGS="$tmp_CPPFLAGS $tmp_options"
748 CFLAGS="$tmp_CFLAGS $tmp_options"
754 AC_MSG_NOTICE([compiler options added: $tmp_options])
757 AC_MSG_WARN([compiler options rejected: $tmp_options])
782 tmp_options=""
818 tmp_options="$flags_opt_yes"
822 tmp_options="$flags_opt_off"
[all …]
/external/curl/
Dconfigure17460 tmp_options=""
17499 tmp_options="$flags_dbg_yes"
17504 tmp_options="$flags_dbg_off"
17508 CPPFLAGS="$tmp_CPPFLAGS $tmp_options"
17512 CFLAGS="$tmp_CFLAGS $tmp_options"
17627 { $as_echo "$as_me:${as_lineno-$LINENO}: compiler options added: $tmp_options" >&5
17628 $as_echo "$as_me: compiler options added: $tmp_options" >&6;}
17634 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: compiler options rejected: $tmp_options" >&5
17635 $as_echo "$as_me: WARNING: compiler options rejected: $tmp_options" >&2;}
17651 tmp_options=""
[all …]