Home
last modified time | relevance | path

Searched refs:urlarray (Results 1 – 22 of 22) sorted by relevance

/dports/net/openslp/openslp-2.0.0/common/
H A Dslp_message.c166 if (mp->body.srvrply.urlarray) in SLPMessageFreeInternals()
169 if (mp->body.srvrply.urlarray[i].autharray) in SLPMessageFreeInternals()
171 xfree(mp->body.srvrply.urlarray[i].autharray); in SLPMessageFreeInternals()
172 mp->body.srvrply.urlarray[i].autharray = 0; in SLPMessageFreeInternals()
175 xfree(mp->body.srvrply.urlarray); in SLPMessageFreeInternals()
176 mp->body.srvrply.urlarray = 0; in SLPMessageFreeInternals()
H A Dslp_v2message.c266 srvrply->urlarray = xmalloc(sizeof(SLPUrlEntry) * srvrply->urlcount); in v2ParseSrvRply()
267 if (srvrply->urlarray == 0) in v2ParseSrvRply()
269 memset(srvrply->urlarray, 0, sizeof(SLPUrlEntry) * srvrply->urlcount); in v2ParseSrvRply()
273 result = v2ParseUrlEntry(buffer, &srvrply->urlarray[i]); in v2ParseSrvRply()
H A Dslp_message.h261 SLPUrlEntry * urlarray; member
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarth/
H A DLayerShader.cpp48 Config urlarray("array"); in getConfig() local
49 c.add(urlarray); in getConfig()
51 urlarray.add(j->getConfig()); in getConfig()
81 const Config* urlarray = i->find("array"); in fromConfig() local
82 if (urlarray) { in fromConfig()
83 ConfigSet uris = urlarray->children("url"); in fromConfig()
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthDrivers/terrainshader/
H A DTerrainShaderOptions88 Config urlarray("array");
89 c.add( urlarray );
91 urlarray.add( j->getConfig() );
135 const Config* urlarray = i->find("array");
136 if ( urlarray ) {
137 ConfigSet uris = urlarray->children("url");
/dports/www/joomla3/joomla3-3.9.24/components/com_content/views/article/tmpl/
H A Ddefault_links.php22 $urlarray = array( variable
27 foreach ($urlarray as $url) :
/dports/www/joomla3/joomla3-3.9.24/templates/beez3/html/com_content/article/
H A Ddefault_links.php22 $urlarray = array( variable
27 foreach ($urlarray as $url) :
/dports/graphics/klatexformula/klatexformula-4.0.0/src/macosx/
H A Dklfcmdifacedispatch_mac.mm102 // NSURL **urlarray = new id[commands.size()];
107 // urlarray[i] = [NSURL URLWithString:url_s];
110 // NSArray *urls = [NSArray arrayWithObjects:urlarray count:commands.size()];
157 // delete urlarray;
/dports/devel/tclxml/tclxml-3.3/examples/tclxslt/
H A Dtkxsltproc.tcl784 array set urlarray $spliturl
785 switch -- $urlarray(scheme) {
791 set fname $urlarray(path)
890 array set urlarray {scheme file}
892 array set urlarray $spliturl
893 switch -- $urlarray(scheme) {
898 set fname $urlarray(path)
901 …tk_messageBox -message "\"$urlarray(scheme)\" type URLs are not supported" -parent $win -type ok -…
933 array set urlarray $spliturl
934 switch -- $urlarray(scheme) {
[all …]
H A Dcommon.tcl266 switch -- $urlarray(scheme) {
271 set fname $urlarray(path)
274 …tk_messageBox -message "\"$urlarray(scheme)\" type URLs are not supported" -parent $win -type ok -…
/dports/net/openslp/openslp-2.0.0/slpd/
H A Dslpd_v1process.c158 db->urlarray[i]->url, db->urlarray[i]->urllen); in v1ProcessSrvRqst()
208 PutUINT16(&result->curpos, db->urlarray[i]->lifetime); in v1ProcessSrvRqst()
213 &urllen, message->header.encoding, db->urlarray[i]->url, in v1ProcessSrvRqst()
214 db->urlarray[i]->urllen); in v1ProcessSrvRqst()
H A Dslpd_database.h68 SLPUrlEntry ** urlarray; member
H A Dslpd_database.c885 (*result)->urlarray[(*result)->urlcount] in SLPDDatabaseSrvRqstStartIndexCallback()
1080 (*result)->urlarray[(*result)->urlcount] in SLPDDatabaseSrvRqstStartScan()
1135 (*result)->urlarray = (SLPUrlEntry **)((*result) + 1); in SLPDDatabaseSrvRqstStart()
H A Dslpd_process.c518 urlentry = db->urlarray[i]; in ProcessSrvRqst()
594 urlentry = db->urlarray[i]; in ProcessSrvRqst()
/dports/devel/tclxml/tclxml-3.3/examples/tcldom/
H A Dcommon.tcl266 switch -- $urlarray(scheme) {
271 set fname $urlarray(path)
274 …tk_messageBox -message "\"$urlarray(scheme)\" type URLs are not supported" -parent $win -type ok -…
/dports/www/moodle310/moodle/backup/util/helper/
H A Dasync_helper.class.php292 $urlarray = array('restoreurl' => $restoreurl);
294 return $urlarray;
/dports/www/moodle311/moodle/backup/util/helper/
H A Dasync_helper.class.php292 $urlarray = array('restoreurl' => $restoreurl);
294 return $urlarray;
/dports/www/moodle39/moodle/backup/util/helper/
H A Dasync_helper.class.php292 $urlarray = array('restoreurl' => $restoreurl);
294 return $urlarray;
/dports/ftp/wxdfast/wxdfast-0.6.0/src/
H A DDownloadFile.cpp790 wxArrayString urlarray; in GetUrlArray() local
792 urlarray.Add(node->GetData()->GetFullPath()); in GetUrlArray()
793 return urlarray; in GetUrlArray()
H A DMainFrame.cpp2084 wxArrayString urlarray; in OnDownloadAgain() local
2136 urlarray.Add(url); in OnDownloadAgain()
2152 …if (NewDownload(urlarray, destination,-1, parts, user, password, reference, comments, command, sta… in OnDownloadAgain()
/dports/www/tikiwiki/tiki-21.2/lib/rss/
H A Drsslib.php197 $urlarray = parse_url($_SERVER["REQUEST_URI"]);
198 $rawPath = str_replace('\\', '/', dirname($urlarray["path"]));
/dports/net/openslp/openslp-2.0.0/libslp/
H A Dlibslp_findsrvs.c183 SLPUrlEntry * urlentry = replymsg->body.srvrply.urlarray; in ProcessSrvRplyCallback()