Home
last modified time | relevance | path

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

/libevent-2.1.12/cmake/
H A DCheckFunctionKeywords.cmake9 …check_c_source_compiles("${flag} void func(); void func() { } int main() { func(); return 0; }" ${…
/libevent-2.1.12/sample/
H A Dle-proxy.c115 const char *func = (const char*) in eventcb() local
118 "%s in %s %s\n", msg, lib, func); in eventcb()
H A Dhttps-client.c110 err_openssl(const char *func) in err_openssl() argument
112 fprintf (stderr, "%s failed:\n", func); in err_openssl()
/libevent-2.1.12/
H A Dbufferevent_openssl.c99 const char *func = (const char*)ERR_func_error_string(err);
101 printf("%s in %s %s\n", msg, lib, func);
H A Dwhatsnew-2.1.txt553 void func(int operation, struct event *ev) {