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

  /external/avahi/avahi-core/
query-sched.c 329 static AvahiQueryJob* find_history_job(AvahiQueryScheduler *s, AvahiKey *key) { function
361 if ((qj = find_history_job(s, key)))
410 if (!(qj = find_history_job(s, key)))
response-sched.c 292 static AvahiResponseJob* find_history_job(AvahiResponseScheduler *s, AvahiRecord *record) { function
372 if ((rj = find_history_job(s, record))) {
451 if ((rj = find_history_job(s, record))) {
probe-sched.c 337 static AvahiProbeJob* find_history_job(AvahiProbeScheduler *s, AvahiRecord *record) { function
370 if ((pj = find_history_job(s, record)))

Completed in 365 milliseconds