Searched refs:pcURL (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libslp/clib/
H A Dslp.h195 const char *pcURL, /* the URL to deregister */
206 const char *pcURL, /* URL for attrs to deregister */
247 const char *pcURL, /* the full or partial URL */
H A DSLPFindAttrs.c52 SLPError SLPFindAttrs(SLPHandle hSLP, const char *pcURL, const char *pcScope, argument
57 strcasecmp(pcURL, "service:service-agent") == 0;
59 strcasecmp(pcURL, "service:directory-agent") == 0;
64 if (!hSLP || !pcURL || !pcScope || (!*pcScope && !isSpecial) ||
69 if ((strlen(pcURL) > SLP_MAX_STRINGLEN) ||
81 err = slp_packSrvRqst(pcURL, "", hSLP);
85 err = slp_packSrvRqst(pcURL, "", hSLP);
91 err = slp_packAttrRqst(hSLP, pcURL, pcAttrIds);
H A Dllib-lslp60 SLPError SLPFindAttrs(SLPHandle hSLP, const char *pcURL, const char *pcScope,

Completed in 23 milliseconds