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

  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
cti-services.c 48 struct _cti_connection_t struct
536 cti_connection_t conn_ref = debug_calloc(1, sizeof(struct _cti_connection_t), file, line);
538 cti_connection_t conn_ref = calloc(1, sizeof(struct _cti_connection_t));

Completed in 17 milliseconds