Searched refs:func (Results 1 – 3 of 3) sorted by relevance
| /lighttpd1.4/ |
| H A D | SConstruct | 110 def CheckFunc(self, func, header = None, libs = []): 113 return self.conf.CheckFunc(func, header = header) 115 def CheckFuncInLib(self, func, lib): 116 return self.CheckFunc(func, libs = [lib]) 118 def haveFuncInLib(self, func, lib): 119 if self.CheckFuncInLib(func, lib): 120 self.conf.env.Append(CPPFLAGS = [ '-DHAVE_' + underscorify(func) ]) 124 def haveFunc(self, func, header = None, libs = []): 125 if self.CheckFunc(func, header = header, libs = libs): 131 for func in funcs: [all …]
|
| H A D | NEWS | 322 * [core] buffer_append_char() convenience func 547 * [core] separate func for gw_authorizer_ok() 1102 * [core] prefer IPv6+IPv4 func vs IPv4-specific func 1484 * [mod_nss] func renames for consistency 1670 * [mod_openssl] use newer openssl 3.0.0 func 1780 * [core] use buffer_eq_icase_ssn func 1781 * [core] use buffer_eq_icase_ssn func 1965 * [tests] has_feature() helper func 2073 * [core] separate func to reset FILE_CHUNK 2085 * [core] cygwin helper func for getcwd [all …]
|
| /lighttpd1.4/src/ |
| H A D | mod_authn_gssapi.c | 162 …rror(log_error_st *errh, const char *file, unsigned int line, const char *func, const char *extra,… in mod_authn_gssapi_log_gss_error() argument 169 buffer_copy_string(msg, func); in mod_authn_gssapi_log_gss_error() 198 …rror(log_error_st *errh, const char *file, unsigned int line, const char *func, const char *extra,… in mod_authn_gssapi_log_krb5_error() argument 203 "%s (%s): %s", func, extra ? extra : "", error_message(code)); in mod_authn_gssapi_log_krb5_error()
|