Home
last modified time | relevance | path

Searched defs:srvurl (Results 1 – 14 of 14) sorted by relevance

/dports/net/openslp/openslp-2.0.0/libslp/
H A Dslp.h269 typedef struct srvurl { struct
271 char * s_pcSrvType;
277 char * s_pcHost;
282 int s_iPort;
287 char * s_pcNetFamily;
295 char * s_pcSrvPart;
H A Dlibslp_knownda.c336 SLPParsedSrvUrl * srvurl; in KnownDADiscoveryCallback() local
H A Dlibslp.h77 char * srvurl; /*!< The item's service URL. */ member
/dports/net/openslp/openslp-2.0.0/test/SLPFindSrvs/
H A DSLPFindSrvs.c46 SLPBoolean MySLPSrvURLCallback(SLPHandle hslp, const char * srvurl, in MySLPSrvURLCallback()
/dports/lang/tcl85/tcl8.5.19/library/http/
H A Dhttp.tcl632 proc http::Connected { token proto phost srvurl} {
875 proc http::Connect {token proto phost srvurl} {
/dports/net/openslp/openslp-2.0.0/test/SLPReg/
H A DSLPReg.c53 SLPBoolean MySLPSrvURLCallback(SLPHandle hslp, const char * srvurl, in MySLPSrvURLCallback()
/dports/net/openslp/openslp-2.0.0/test/SLPDereg/
H A DSLPDereg.c52 SLPBoolean MySLPSrvURLCallback(SLPHandle hslp, const char * srvurl, in MySLPSrvURLCallback()
/dports/net/openslp/openslp-2.0.0/test/SLPFindAttrs/
H A DSLPFindAttrs.c51 SLPBoolean MySLPSrvURLCallback(SLPHandle hslp, const char * srvurl, in MySLPSrvURLCallback()
/dports/lang/tcl86/tcl8.6.12/library/http/
H A Dhttp.tcl1289 proc http::Connected {token proto phost srvurl} {
2337 proc http::Connect {token proto phost srvurl} {
/dports/lang/tcl87/tcl8.7a5/library/http/
H A Dhttp.tcl1306 proc http::Connected {token proto phost srvurl} {
2374 proc http::Connect {token proto phost srvurl} {
/dports/net/openslp/openslp-2.0.0/common/
H A Dslp_parse.c71 int SLPParseSrvUrl(size_t srvurllen, const char * srvurl, in SLPParseSrvUrl()
H A Dslp_compare.c765 int SLPCheckServiceUrlSyntax(const char * srvurl, size_t srvurllen) in SLPCheckServiceUrlSyntax()
/dports/net/openslp/openslp-2.0.0/slptool/
H A Dslptool.c183 static SLPBoolean mySrvUrlCallback(SLPHandle hslp, const char * srvurl, in mySrvUrlCallback()
/dports/net/openslp/openslp-2.0.0/libslpattr/
H A Dlibslpattr_tiny.c254 SLPError SLPRegAttr(SLPHandle slp_h, const char * srvurl, in SLPRegAttr()