Lines Matching refs:pURL
327 SLPError SLPDereg(SLPHandle hSLP, const char *pURL,
333 if (!hSLP || !pURL || !*pURL || !callback) {
337 if (strlen(pURL) > SLP_MAX_STRINGLEN) {
350 if ((err = packSrvDereg(hSLP, pURL, pcScopeList, NULL, &msg))
358 (void) dereg_rereg(pURL);
365 SLPError SLPDelAttrs(SLPHandle hSLP, const char *pURL,
372 if (!hSLP || !pURL || !*pURL || !pcAttrs || !callback) {
376 if ((strlen(pURL) > SLP_MAX_STRINGLEN) ||
390 if ((err = packSrvDereg(hSLP, pURL, pcScopeList, pcAttrs, &msg))