Home | History | Annotate | Download | only in ServiceRegistration

Lines Matching defs:no_data

211     bool no_data;                   // True if "no such record" is received or all data gets removed
2989 // Received data; reset no_data flag.
2990 question->no_data = false;
3026 // All the answers get removed; set no_data flag.
3027 question->no_data = true;
3034 question->no_data = true;
3078 question->no_data = true;
3149 new_question->no_data = false;
3185 // For dns query, if no_data is flagged or it's been six seconds since the question
3190 (question->no_data == true ||
3283 if (question->answers != NULL || question->no_data) {