Home | History | Annotate | Download | only in mDNSCore

Lines Matching refs:Functions

102 // For example you can do a search for "static" to find if any functions declare any local variables as "static"
104 // without the results being cluttered with hundreds of matches for functions declared static.
2026 #pragma mark - Inline functions
2035 // If we're not doing inline functions, then this header needs to have the extern declarations
2067 #pragma mark - Main Client Functions
2167 #pragma mark - Platform support functions that are accessible to the client layer too
2175 #pragma mark - General utility and helper functions
2273 #pragma mark - DNS name utility functions
2278 // work with DNS's native length-prefixed strings. For convenience in C, the following utility functions
2288 // Comparison functions
2309 // Append functions to append one or more labels to an existing native format domain name:
2346 // Note: Some old functions have been replaced by more sensibly-named versions.
2360 #pragma mark - Other utility functions and macros
2515 // Normal client code should not use any of types defined here, or directly call any of the functions defined here.
2519 functions.
2590 // Platform support modules should provide the following functions to map between opaque interface IDs
2592 // multiple interfaces and/or does not support the DNS-SD API, these functions can be empty.
2596 // Every platform support module must provide the following functions if it is to support unicast DNS
2661 // The core mDNS code provides these functions, for the platform support code to call at appropriate times