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.c1352 int tmp_options = options & ~BEV_OPT_THREADSAFE; in bufferevent_openssl_new_impl() local
1364 &bufferevent_ops_openssl, tmp_options) < 0) in bufferevent_openssl_new_impl()
/external/curl/m4/
Dcurl-compilers.m4737 tmp_options=""
745 tmp_options="$flags_dbg_yes"
749 tmp_options="$flags_dbg_off"
753 CPPFLAGS="$tmp_CPPFLAGS $tmp_options"
757 CFLAGS="$tmp_CFLAGS $tmp_options"
763 AC_MSG_NOTICE([compiler options added: $tmp_options])
766 AC_MSG_WARN([compiler options rejected: $tmp_options])
791 tmp_options=""
827 tmp_options="$flags_opt_yes"
831 tmp_options="$flags_opt_off"
[all …]
/external/curl/
Dconfigure17267 tmp_options=""
17306 tmp_options="$flags_dbg_yes"
17311 tmp_options="$flags_dbg_off"
17315 CPPFLAGS="$tmp_CPPFLAGS $tmp_options"
17319 CFLAGS="$tmp_CFLAGS $tmp_options"
17439 { $as_echo "$as_me:${as_lineno-$LINENO}: compiler options added: $tmp_options" >&5
17440 $as_echo "$as_me: compiler options added: $tmp_options" >&6;}
17446 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: compiler options rejected: $tmp_options" >&5
17447 $as_echo "$as_me: WARNING: compiler options rejected: $tmp_options" >&2;}
17463 tmp_options=""
[all …]