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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-core/
H A Dquery-sched.c81 static AvahiQueryJob* job_new(AvahiQueryScheduler *s, AvahiKey *key, int done) { function
382 if (!(qj = job_new(s, key, 0)))
413 if (!(qj = job_new(s, key, 1)))
H A Dresponse-sched.c79 static AvahiResponseJob* job_new(AvahiResponseScheduler *s, AvahiRecord *record, AvahiResponseJobState state) { function
417 if (!(rj = job_new(s, record, AVAHI_SCHEDULED)))
459 if (!(rj = job_new(s, record, AVAHI_DONE)))
497 if (!(rj = job_new(s, record, AVAHI_SUPPRESSED)))
H A Dprobe-sched.c62 static AvahiProbeJob* job_new(AvahiProbeScheduler *s, AvahiRecord *record, int done) { function
388 if (!(pj = job_new(s, record, 0)))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dquery-sched.c81 static AvahiQueryJob* job_new(AvahiQueryScheduler *s, AvahiKey *key, int done) { function
382 if (!(qj = job_new(s, key, 0)))
413 if (!(qj = job_new(s, key, 1)))
H A Dresponse-sched.c79 static AvahiResponseJob* job_new(AvahiResponseScheduler *s, AvahiRecord *record, AvahiResponseJobState state) { function
417 if (!(rj = job_new(s, record, AVAHI_SCHEDULED)))
459 if (!(rj = job_new(s, record, AVAHI_DONE)))
497 if (!(rj = job_new(s, record, AVAHI_SUPPRESSED)))
H A Dprobe-sched.c62 static AvahiProbeJob* job_new(AvahiProbeScheduler *s, AvahiRecord *record, int done) { function
388 if (!(pj = job_new(s, record, 0)))

Completed in 38 milliseconds