Home | History | Annotate | Download | only in mDNSShared

Lines Matching refs:DeleteAll

1337 // iterate over table, deleting expired records (or all records if DeleteAll is true)
1338 mDNSlocal void DeleteRecords(DaemonInfo *d, mDNSBool DeleteAll)
1352 if (DeleteAll || (*ptr)->expire - now.tv_sec < 0)