Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libslp/clib/
H A DSLPFindSrvTypes.c38 SLPError SLPFindSrvTypes(SLPHandle hSLP, const char *pcNamingAuthority, in SLPFindSrvTypes() argument
43 if (!hSLP || !pcNamingAuthority || !pcScopeList || in SLPFindSrvTypes()
48 if ((strlen(pcNamingAuthority) > SLP_MAX_STRINGLEN) || in SLPFindSrvTypes()
57 err = slp_packSrvTypeRqst(hSLP, pcNamingAuthority); in SLPFindSrvTypes()
H A Dslp.h222 const char *pcNamingAuthority, /* naming authority to search */