Searched refs:pcURL (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/lib/libslp/clib/ |
H A D | slp.h | 199 const char *pcURL, /* the URL to deregister */ 210 const char *pcURL, /* URL for attrs to deregister */ 251 const char *pcURL, /* the full or partial URL */
|
H A D | SLPFindAttrs.c | 52 SLPError SLPFindAttrs(SLPHandle hSLP, const char *pcURL, const char *pcScope, in SLPFindAttrs() argument 57 strcasecmp(pcURL, "service:service-agent") == 0; in SLPFindAttrs() 59 strcasecmp(pcURL, "service:directory-agent") == 0; in SLPFindAttrs() 64 if (!hSLP || !pcURL || !pcScope || (!*pcScope && !isSpecial) || in SLPFindAttrs() 69 if ((strlen(pcURL) > SLP_MAX_STRINGLEN) || in SLPFindAttrs() 81 err = slp_packSrvRqst(pcURL, "", hSLP); in SLPFindAttrs() 85 err = slp_packSrvRqst(pcURL, "", hSLP); in SLPFindAttrs() 91 err = slp_packAttrRqst(hSLP, pcURL, pcAttrIds); in SLPFindAttrs()
|
H A D | llib-lslp | 60 SLPError SLPFindAttrs(SLPHandle hSLP, const char *pcURL, const char *pcScope,
|