OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AppendLiteralLabelString
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/mDNSResponder/dist/mDNSCore/
mDNSEmbeddedAPI.h
2982
//
AppendLiteralLabelString
adds a single label from a literal C string, with no escape character interpretation.
2986
extern mDNSu8 *
AppendLiteralLabelString
(domainname *const name, const char *cstr);
3028
//#define AppendStringLabelToName(DST,SRC)
AppendLiteralLabelString
((DST),(SRC))
DNSCommon.c
1204
//
AppendLiteralLabelString
appends a single label to an existing (possibly empty) domainname.
1207
// If successful,
AppendLiteralLabelString
returns a pointer to the next unused byte
1210
//
AppendLiteralLabelString
returns mDNSNULL.
1211
mDNSexport mDNSu8 *
AppendLiteralLabelString
(domainname *const name, const char *cstr)
mDNS.c
16481
if (!
AppendLiteralLabelString
(&newmname, "local")) { LogMsg("ERROR: mDNS_SetFQDN: Cannot create MulticastHostname"); return; }
16568
AppendLiteralLabelString
(&m->RandomizedHostname, "local");
Completed in 36 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026