HomeSort by relevance Sort by last modified time
    Searched refs:job_new (Results 1 - 3 of 3) sorted by null

  /external/avahi/avahi-core/
query-sched.c 79 static AvahiQueryJob* job_new(AvahiQueryScheduler *s, AvahiKey *key, int done) { function
380 if (!(qj = job_new(s, key, 0)))
411 if (!(qj = job_new(s, key, 1)))
response-sched.c 77 static AvahiResponseJob* job_new(AvahiResponseScheduler *s, AvahiRecord *record, AvahiResponseJobState state) { function
415 if (!(rj = job_new(s, record, AVAHI_SCHEDULED)))
457 if (!(rj = job_new(s, record, AVAHI_DONE)))
495 if (!(rj = job_new(s, record, AVAHI_SUPPRESSED)))
probe-sched.c 60 static AvahiProbeJob* job_new(AvahiProbeScheduler *s, AvahiRecord *record, int done) { function
386 if (!(pj = job_new(s, record, 0)))

Completed in 518 milliseconds