Home
last modified time | relevance | path

Searched refs:RegisterRecordContext (Results 1 – 1 of 1) sorted by relevance

/dports/net/mDNSResponder/mDNSResponder-1310.140.1/Clients/dnssdutil/
H A Ddnssdutil.c4377 } RegisterRecordContext; typedef
4379 static void RegisterRecordPrintPrologue( const RegisterRecordContext *inContext );
4380 static void RegisterRecordContextFree( RegisterRecordContext *inContext );
4393 RegisterRecordContext * context = NULL; in RegisterRecordCmd()
4405 context = (RegisterRecordContext *) calloc( 1, sizeof( *context ) ); in RegisterRecordCmd()
4479 static void RegisterRecordPrintPrologue( const RegisterRecordContext *inContext ) in RegisterRecordPrintPrologue()
4510 static void RegisterRecordContextFree( RegisterRecordContext *inContext ) in RegisterRecordContextFree()
4530 RegisterRecordContext * context = (RegisterRecordContext *) inContext; in RegisterRecordCallback()
4575 RegisterRecordContext * const context = (RegisterRecordContext *) inContext; in RegisterRecordUpdate()