Searched refs:last_close_event (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/etc/afpd/
H A Dfce_api.c77 static struct fce_close_event last_close_event; variable in typeref:struct:fce_close_event
338 if (last_close_event.time /* is there any saved event ? */
339 && (strcmp(path, last_close_event.path) != 0)) {
341 send_fce_event(last_close_event.path, FCE_FILE_MODIFY);
346 last_close_event.time = now;
347 strncpy(last_close_event.path, path, MAXPATHLEN);
411 if (last_close_event.time && ((last_close_event.time + fmodwait) < now)) {
412 LOG(log_debug, logtype_fce, "check_saved_close_events: sending event: %s", last_close_event.path);
414 send_fce_event(&last_close_event
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/etc/afpd/
H A Dfce_api.c77 static struct fce_close_event last_close_event; variable in typeref:struct:fce_close_event
338 if (last_close_event.time /* is there any saved event ? */
339 && (strcmp(path, last_close_event.path) != 0)) {
341 send_fce_event(last_close_event.path, FCE_FILE_MODIFY);
346 last_close_event.time = now;
347 strncpy(last_close_event.path, path, MAXPATHLEN);
411 if (last_close_event.time && ((last_close_event.time + fmodwait) < now)) {
412 LOG(log_debug, logtype_fce, "check_saved_close_events: sending event: %s", last_close_event.path);
414 send_fce_event(&last_close_event
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/etc/afpd/
H A Dfce_api.c77 static struct fce_close_event last_close_event; variable in typeref:struct:fce_close_event
338 if (last_close_event.time /* is there any saved event ? */
339 && (strcmp(path, last_close_event.path) != 0)) {
341 send_fce_event(last_close_event.path, FCE_FILE_MODIFY);
346 last_close_event.time = now;
347 strncpy(last_close_event.path, path, MAXPATHLEN);
411 if (last_close_event.time && ((last_close_event.time + fmodwait) < now)) {
412 LOG(log_debug, logtype_fce, "check_saved_close_events: sending event: %s", last_close_event.path);
414 send_fce_event(&last_close_event
[all...]

Completed in 97 milliseconds