Searched defs:pcSrvURL (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libslp/clib/ |
H A D | SLPParseSrvURL.c | 57 SLPError SLPParseSrvURL(char *pcSrvURL, SLPSrvURL** ppSrvURL) { argument 62 if (!pcSrvURL || !ppSrvURL) { 67 if (!checkURLString((char *)pcSrvURL)) 82 p = strstr(pcSrvURL, ":/"); 85 q = pcSrvURL;
|
H A D | SLPFindSrvs.c | 142 char *pcSrvURL; local 156 if (slp_get_string(reply, len, &off, &pcSrvURL) != SLP_OK) 185 pcSrvURL = collate_surls(pcSrvURL, sLifetime, collator); 187 if (!pcSrvURL) 196 pcSrvURL, 203 free(pcSrvURL);
|
H A D | SLPReg.c | 138 SLPError SLPReg(SLPHandle hSLP, const char *pcSrvURL, argument 147 if (!hSLP || !pcSrvURL || !*pcSrvURL || !pcSrvType || 152 if ((strlen(pcSrvURL) > SLP_MAX_STRINGLEN) || 167 hSLP, pcSrvURL, usLifetime, pcSrvType, 180 hSLP, pcSrvURL, usLifetime, 183 err = add_rereg(pcSrvURL, rereg_msg, usLifetime);
|
Completed in 47 milliseconds