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

  /src/external/apache2/mDNSResponder/dist/DSO/
dso-transport.h 90 // When the object is canceled, the callback(see below) is called with dso_connect_life_cycle_cancel to provide a
92 dso_connect_life_cycle_cancel, enumerator in enum:__anon5974
dso-transport.c 1071 cs->dso_connect_context_callback(dso_connect_life_cycle_cancel, cs->context, cs);
  /src/external/apache2/mDNSResponder/dist/mDNSCore/
uDNS.c 6799 // Only check the parameter for dso_connect_life_cycle_create and dso_connect_life_cycle_cancel.
6800 if (life_cycle == dso_connect_life_cycle_create || life_cycle == dso_connect_life_cycle_cancel)
6816 case dso_connect_life_cycle_cancel:
6822 // Do nothing, the context has been freed in dso_connect_life_cycle_cancel case above.

Completed in 23 milliseconds