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

  /src/external/apache2/llvm/dist/llvm/tools/llvm-shlib/
gen-msvc-exports.py 41 def removing(path): function
61 with removing(touch_tempfile(prefix='dumpout', suffix='.txt')) as dumpout:
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
srp-client.c 87 bool removing; // We are removing the current registration(s) member in struct:update_context
105 bool removing; member in struct:_DNSServiceRef_t
819 // If we are removing, there is no point in trying the next server--just give up and report a timeout.
820 if (context->removing) {
909 context->removing);
1037 if (context->removing) {
1068 if (rp->removing) {
1193 size_t *NONNULL p_length, dns_wire_t *in_wire, uint32_t serial, bool removing)
1292 if (!removing) {
    [all...]

Completed in 23 milliseconds