HomeSort by: relevance | last modified time | path
    Searched defs:no_data (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/fortran/
class.cc 293 bool no_data = false; local
303 no_data = true;
326 return no_data || with_data;
class.cc 293 bool no_data = false; local
303 no_data = true;
326 return no_data || with_data;
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
class.cc 293 bool no_data = false; local
303 no_data = true;
326 return no_data || with_data;
class.cc 293 bool no_data = false; local
303 no_data = true;
326 return no_data || with_data;
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
dnssd-proxy.c 211 bool no_data; // True if "no such record" is received or all data gets removed member in struct:question
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 |
    [all...]
dnssd-proxy.c 211 bool no_data; // True if "no such record" is received or all data gets removed member in struct:question
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 |
    [all...]

Completed in 285 milliseconds