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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
VirtualFileSystem.h 241 void no_push() { State->HasNoPushRequest = true; } function in class:llvm::vfs::recursive_directory_iterator
FileSystem.h 1520 /// Returns true if no_push has been called for this directory_entry.
1545 void no_push() { State->HasNoPushRequest = true; } function in class:llvm::sys::fs::recursive_directory_iterator
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
dnssd-proxy.c 111 bool no_push; // If true, don't set up DNS Push for this domain member in struct:dp_interface
2029 if (!sdt->interface->no_push) {
2126 if (served_domain->interface == NULL || !served_domain->interface->no_push) {
2145 require_action_quiet(served_domain->interface != NULL && !served_domain->interface->no_push, exit, succeeded = false;
4407 interface->no_push = true;
4842 new_interface->no_push = false;

Completed in 22 milliseconds