Searched refs:pcServiceType (Results 1 – 3 of 3) sorted by relevance
56 SLPError SLPFindSrvs(SLPHandle hSLP, const char *pcServiceType, in SLPFindSrvs() argument62 strcasecmp(pcServiceType, "service:service-agent") == 0; in SLPFindSrvs()64 strcasecmp(pcServiceType, "service:directory-agent") == 0; in SLPFindSrvs()68 if (!hSLP || !pcServiceType || !pcScope || (!*pcScope && !isSpecial) || in SLPFindSrvs()73 if ((strlen(pcServiceType) > SLP_MAX_STRINGLEN) || in SLPFindSrvs()94 err = slp_packSrvRqst(pcServiceType, pcSearchFilter, hp); in SLPFindSrvs()
237 const char *pcServiceType, /* service type string */
56 SLPError SLPFindSrvs(SLPHandle hSLP, const char *pcServiceType,