Searched defs:pcScope (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libslp/clib/
H A DSLPFindAttrs.c52 SLPError SLPFindAttrs(SLPHandle hSLP, const char *pcURL, const char *pcScope, argument
64 if (!hSLP || !pcURL || !pcScope || (!*pcScope && !isSpecial) ||
70 (strlen(pcScope) > SLP_MAX_STRINGLEN) ||
95 err = slp_ua_common(hSLP, pcScope,
H A DSLPFindSrvs.c57 const char *pcScope, const char *pcSearchFilter,
68 if (!hSLP || !pcServiceType || !pcScope || (!*pcScope && !isSpecial) ||
74 (strlen(pcScope) > SLP_MAX_STRINGLEN) ||
97 err = slp_ua_common(hSLP, pcScope,
56 SLPFindSrvs(SLPHandle hSLP, const char *pcServiceType, const char *pcScope, const char *pcSearchFilter, SLPSrvURLCallback callback, void *pvUser) argument

Completed in 45 milliseconds