Home
last modified time | relevance | path

Searched refs:svc_ref_count (Results 1 – 2 of 2) sorted by relevance

/dports/net/netatalk3/netatalk-3.1.12/etc/netatalk/
H A Dafp_mdns.c32 static int svc_ref_count = 0; variable
102 for(int i=0; i < svc_ref_count; i++) { in polling_thread()
109 while(poll(fds, svc_ref_count, -1) > 0) { in polling_thread()
110 for(int i=0; i < svc_ref_count; i++) { in polling_thread()
140 for (int i = 0; i < svc_ref_count; i++) in unregister_stuff()
146 for(int i=0; i < svc_ref_count; i++) { in unregister_stuff()
151 svc_ref_count = 0; in unregister_stuff()
211 svc_ref_count = 0; in register_stuff()
252 svc_ref_count--; in register_stuff()
272 svc_ref_count--; in register_stuff()
[all …]
/dports/security/xinetd/xinetd-2.3.15/xinetd/
H A Dservice.h46 int svc_ref_count ; /* # of pters to this struct */ member
77 #define SVC_REFCOUNT( sp ) (sp)->svc_ref_count
121 #define SVC_HOLD( sp ) (sp)->svc_ref_count++
122 #define SVC_RELE( sp ) ( --(sp)->svc_ref_count )