Searched refs:no_err (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/util/
H A Dmk1mf.pl282 $cflags.=" -DOPENSSL_NO_ERR" if $no_err;
1213 "no-err" => \$no_err,
1226 \$no_ssl2, \$no_err, \$no_ripemd, \$no_rc5,
H A Dmkdef.pl228 elsif (/^no-err$/) { $no_err=1; }
341 $crypto.=" crypto/err/err.h" ; # unless $no_err;
1201 if ($keyword eq "ERR" && $no_err) { return 0; }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/util/
H A Dmk1mf.pl220 $cflags.=" -DOPENSSL_NO_ERR" if $no_err;
1004 "no-err" => \$no_err,
1015 \$no_ssl2, \$no_err, \$no_ripemd, \$no_rc5,
H A Dmkdef.pl185 elsif (/^no-err$/) { $no_err=1; }
275 $crypto.=" crypto/err/err.h" ; # unless $no_err;
1102 if ($keyword eq "ERR" && $no_err) { return 0; }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/util/
H A Dmk1mf.pl282 $cflags.=" -DOPENSSL_NO_ERR" if $no_err;
1213 "no-err" => \$no_err,
1226 \$no_ssl2, \$no_err, \$no_ripemd, \$no_rc5,
H A Dmkdef.pl228 elsif (/^no-err$/) { $no_err=1; }
341 $crypto.=" crypto/err/err.h" ; # unless $no_err;
1201 if ($keyword eq "ERR" && $no_err) { return 0; }
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sctp/
H A Dsm_make_chunk.c3191 * return the error code based on the third argument 'no_err'.
3200 int no_err)
3208 if (no_err)
3263 int no_err = 1; local
3296 no_err);
3297 if (no_err && (SCTP_ERROR_NO_ERROR != err_code))
3298 no_err = 0;
3198 sctp_get_asconf_response(struct sctp_chunk *asconf_ack, sctp_addip_param_t *asconf_param, int no_err) argument

Completed in 97 milliseconds