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

/ast/src/lib/libast/misc/
H A Dfts.c166 Notify_f notifyf; member in struct:Notify_s
1429 if ((n = (*p->notifyf)(fts, f, p->context)) > 0)
1572 * context==0 => unregister notifyf
1576 fts_notify(Notify_f notifyf, void* context) argument
1585 np->notifyf = notifyf;
1593 if (np->notifyf == notifyf)

Completed in 12 milliseconds