Searched refs:pcSrvURL (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libslp/clib/ |
H A D | SLPParseSrvURL.c | 55 SLPError SLPParseSrvURL(char *pcSrvURL, SLPSrvURL** ppSrvURL) { in SLPParseSrvURL() argument 60 if (!pcSrvURL || !ppSrvURL) { in SLPParseSrvURL() 65 if (!checkURLString((char *)pcSrvURL)) in SLPParseSrvURL() 80 p = strstr(pcSrvURL, ":/"); in SLPParseSrvURL() 83 q = pcSrvURL; in SLPParseSrvURL()
|
H A D | slp.h | 141 const char *pcSrvURL, /* the returned service URL */ 180 const char *pcSrvURL, /* the URL to register */ 280 char *pcSrvURL, /* URL string to parse */
|
H A D | SLPFindSrvs.c | 139 char *pcSrvURL; in slp_unpackSrvReply() local 153 if (slp_get_string(reply, len, &off, &pcSrvURL) != SLP_OK) in slp_unpackSrvReply() 182 pcSrvURL = collate_surls(pcSrvURL, sLifetime, collator); in slp_unpackSrvReply() 184 if (!pcSrvURL) in slp_unpackSrvReply() 193 pcSrvURL, in slp_unpackSrvReply() 200 free(pcSrvURL); in slp_unpackSrvReply()
|
H A D | SLPReg.c | 136 SLPError SLPReg(SLPHandle hSLP, const char *pcSrvURL, in SLPReg() argument 145 if (!hSLP || !pcSrvURL || !*pcSrvURL || !pcSrvType || in SLPReg() 150 if ((strlen(pcSrvURL) > SLP_MAX_STRINGLEN) || in SLPReg() 165 hSLP, pcSrvURL, usLifetime, pcSrvType, in SLPReg() 178 hSLP, pcSrvURL, usLifetime, in SLPReg() 181 err = add_rereg(pcSrvURL, rereg_msg, usLifetime); in SLPReg()
|