Searched refs:fam (Results 1 – 9 of 9) sorted by relevance
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | stat_cache.c | 112 fc->fam = calloc(1, sizeof(*fc->fam)); in stat_cache_init() 203 if (sc->fam) { in stat_cache_free() 204 FAMClose(sc->fam); in stat_cache_free() 205 free(sc->fam); in stat_cache_free() 250 sc->fam) { in stat_cache_handle_fdevent() 260 FAMNextEvent(sc->fam, &fe); in stat_cache_handle_fdevent() 310 FAMClose(sc->fam); in stat_cache_handle_fdevent() 311 free(sc->fam); in stat_cache_handle_fdevent() 313 sc->fam = NULL; in stat_cache_handle_fdevent() 628 if (sc->fam && in stat_cache_get_entry() [all …]
|
| H A D | server.c | 456 if (0 != FAMOpen2(srv->stat_cache->fam, "lighttpd")) { in initialize_fd_framework() 462 FAMNoExists(srv->stat_cache->fam); in initialize_fd_framework() 466 …fdevent_register(srv->ev, FAMCONNECTION_GETFD(srv->stat_cache->fam), stat_cache_handle_fdevent, NU… in initialize_fd_framework() 467 …(srv->ev, &(srv->stat_cache->fam_fcce_ndx), FAMCONNECTION_GETFD(srv->stat_cache->fam), FDEVENT_IN); in initialize_fd_framework()
|
| H A D | base.h | 244 FAMConnection *fam; member
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/ |
| H A D | configure.ac | 356 AC_ARG_WITH(fam, AC_HELP_STRING([--with-fam],[fam/gamin for reducing number of stat() calls]), optwith 361 AC_CHECK_LIB(fam, FAMOpen2, [ 362 AC_CHECK_HEADERS([fam.h],[ 365 AC_DEFINE([HAVE_FAM_H], [1], [fam.h]) 371 AC_DEFINE([HAVE_FAM_H], [1], [fam.h]) 380 …AC_MSG_ERROR([fam/gamin-headers and/or libs where not found, install them or build with --without-… 838 features="stat-cache-fam"
|
| H A D | SConstruct | 171 if autoconf.CheckLibWithHeader('fam', 'fam.h', 'C'): 172 autoconf.env.Append(CPPFLAGS = [ '-DHAVE_FAM_H', '-DHAVE_LIBFAM' ], LIBS = 'fam')
|
| H A D | config.h.in | 39 /* fam.h */
|
| H A D | NEWS | 341 …* fix segfault for stat_cache(fam) calls with relative path (without '/', can be triggered by x-se… 470 * references to the fam stat cache engine should be conditional (#1039) [1664]
|
| H A D | configure | 15218 for ac_header in fam.h 19486 features="stat-cache-fam"
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/ |
| H A D | performance.txt | 184 server.stat-cache-engine = "fam" # either fam, simple or disabled
|