Home
last modified time | relevance | path

Searched refs:tmp_url (Results 1 – 25 of 57) sorted by relevance

123

/dports/comms/sms_client/sms_client-3.0.2/src/comms/
H A Dhttp.c125 URL tmp_url, in get_document() local
165 free_url(&tmp_url); in get_document()
175 free_url(&tmp_url); in get_document()
183 { sockfd = TCPIP_connect(tmp_url.host, atoi(tmp_url.port)); in get_document()
186 lprintf(LOG_ERROR, "Connecting to '%s:%s'\n", tmp_url.host, tmp_url.port); in get_document()
188 free_url(&tmp_url); in get_document()
202 …(send_buf, 1024, "%s http://%s:%s%s HTTP/1.0\r\n", method, tmp_url.host, tmp_url.port, tmp_url.doc… in get_document()
269 free_url(&tmp_url); in get_document()
282 free_url(&tmp_url); in get_document()
294 free_url(&tmp_url); in get_document()
[all …]
/dports/comms/sms_client/sms_client-3.0.2/src/driver/
H A Dmtn_webtmp.c45 URL *tmp_url, in get_document() local
61 free_url(tmp_url); in get_document()
74 free_url(tmp_url); in get_document()
93 free_url(tmp_url); in get_document()
101 { sockfd = client_connect(tmp_url->host, atoi(tmp_url->port)); in get_document()
114 free_url(tmp_url); in get_document()
124 …sprintf(tmp_buf, "%s http://%s:%s%s HTTP/1.0\r\n", method, tmp_url->host, tmp_url->port, tmp_url->… in get_document()
138 sprintf(tmp_buf, "HOST: %s:%s\r\n", tmp_url->host, tmp_url->port); in get_document()
152 free_url(tmp_url); in get_document()
164 free_url(tmp_url); in get_document()
[all …]
/dports/devel/doxygen/doxygen-1.9.3/src/
H A Ddotgroupcollaboration.cpp27 QCString tmp_url = gd->getReference()+"$"+gd->getOutputFileBase(); in DotGroupCollaboration() local
49 QCString tmp_url; in buildGraph() local
60 tmp_url = d->getReference()+"$"+d->getOutputFileBase(); in buildGraph()
70 tmp_url = ""; in buildGraph()
71 addEdge( nnode, m_rootNode, DotGroupCollaboration::thierarchy, tmp_url, tmp_url ); in buildGraph()
81 tmp_url = def->getReference()+"$"+def->getOutputFileBase(); in buildGraph()
91 tmp_url = ""; in buildGraph()
92 addEdge( m_rootNode, nnode, DotGroupCollaboration::thierarchy, tmp_url, tmp_url ); in buildGraph()
107 tmp_url+="#"+def->anchor(); in buildGraph()
109 addCollaborationMember( def, tmp_url, DotGroupCollaboration::tclass ); in buildGraph()
[all …]
H A Ddotgfxhierarchytable.cpp142 QCString tmp_url=""; in addHierarchy() local
145 tmp_url=bClass->getReference()+"$"+bClass->getOutputFileBase(); in addHierarchy()
148 tmp_url+="#"+bClass->anchor(); in addHierarchy()
155 tmp_url in addHierarchy()
198 QCString tmp_url=""; in addClassList() local
201 tmp_url=cd->getReference()+"$"+cd->getOutputFileBase(); in addClassList()
204 tmp_url+="#"+cd->anchor(); in addClassList()
212 tmp_url); in addClassList()
H A Ddotincldepgraph.cpp55 QCString tmp_url; in buildGraph() local
59 tmp_url=doc || src ? bfd->getReference()+"$"+url : QCString(); in buildGraph()
65 tmp_url, // url in buildGraph()
129 QCString tmp_url=fd->getReference()+"$"+fd->getOutputFileBase(); in DotInclDepGraph() local
134 tmp_url, in DotInclDepGraph()
H A Ddotclassgraph.cpp78 QCString tmp_url; in addClass() local
81 tmp_url=cd->getReference()+"$"+cd->getOutputFileBase(); in addClass()
84 tmp_url+="#"+cd->anchor(); in addClass()
91 tmp_url, in addClass()
318 QCString tmp_url=""; in DotClassGraph() local
321 tmp_url=cd->getReference()+"$"+cd->getOutputFileBase(); in DotClassGraph()
324 tmp_url+="#"+cd->anchor(); in DotClassGraph()
332 tmp_url, in DotClassGraph()
/dports/security/dotdotpwn/dotdotpwn-3.0.2/DotDotPwn/
H A DHTTP_Url.pm50 my $tmp_url = $url; # Not to overwrite the TRAVERSAL token
51 $tmp_url =~ s/TRAVERSAL/$traversal/g;
63 $resp = $http->get($tmp_url);
76 for my $fh (STDOUT, REPORT) { print $fh "\n[*] Testing URL: $tmp_url <- VULNERABLE\n"; }
81 DotDotPwn::BisectionAlgorithm::BisectionAlgorithm(1, $main::bisdeep, $tmp_url);
95 print "[*] Testing URL: $tmp_url\n";
/dports/www/limesurvey/limesurvey/application/views/admin/survey/
H A DsurveySummary_view.php60 …<?php $tmp_url = $this->createAbsoluteUrl("survey/index",array("sid"=>$oSurvey->sid,"lang"=>$oSurv… variable
61 … <a href='<?php echo $tmp_url?>' target='_blank'><?php echo $tmp_url; ?></a>
75 …<?php $tmp_url = $this->createAbsoluteUrl("/survey/index", array("sid"=>$oSurvey->sid,"lang"=>$lan… variable
76 … <a href='<?php echo $tmp_url?>' target='_blank'><?php echo $tmp_url; ?></a>
/dports/audio/dssi/dssi-1.1.1/examples/
H A Ddssi_osc_update.c46 char update_path[256], *tmp_url, my_url[256]; in main() local
61 tmp_url = lo_server_thread_get_url(st); in main()
62 snprintf(my_url, 255, "%s%s", tmp_url, (strlen(path) > 1 ? path + 1 : path)); in main()
63 free(tmp_url); in main()
/dports/mail/mailutils/mailutils-3.13/mail/
H A Dfile.c99 mu_url_t url, tmp_url; in mail_file() local
128 mu_url_dup (url, &tmp_url); in mail_file()
132 mu_url_destroy (&tmp_url); in mail_file()
139 prev_url = tmp_url; in mail_file()
/dports/net-mgmt/netustad/netustad-0.3.1/src/
H A Dacceptrequest.c24 char *tmp_url = NULL; in accept_request() local
69 tmp_url = strdup(headerbuf->headers[t].header_value); in accept_request()
74 tmp_url = strstr(start, "HTTP/") - 1; in accept_request()
75 while ( *tmp_url!= ' ' || *tmp_url != '\t' ) tmp_url--; in accept_request()
76 snprintf(url, tmp_url - start + 1, "script%s", start ); in accept_request()
148 tmp_url = strtok(tmp_str, "$\n"); in accept_request()
149 while (tmp_url != NULL && (int) p <= (int) strlen(value)) in accept_request()
150 value[p++] = *tmp_url++; in accept_request()
/dports/www/tikiwiki/tiki-21.2/permissioncheck/
H A Dindex.php241 $tmp_url = get_page_url_clean($usersubmittedfile); variable
242 $display_name = '<a href="' . $tmp_url . '">' . $tmp_url . '</a>';
/dports/devel/grpc/grpc-1.42.0/src/core/lib/security/credentials/external/
H A Durl_external_account_credentials.cc52 absl::StatusOr<URI> tmp_url = URI::Parse(it->second.string_value()); in UrlExternalAccountCredentials() local
53 if (!tmp_url.ok()) { in UrlExternalAccountCredentials()
56 tmp_url.status().ToString())); in UrlExternalAccountCredentials()
59 url_ = *tmp_url; in UrlExternalAccountCredentials()
/dports/devel/pecl-grpc/grpc-1.42.0/src/core/lib/security/credentials/external/
H A Durl_external_account_credentials.cc52 absl::StatusOr<URI> tmp_url = URI::Parse(it->second.string_value()); in UrlExternalAccountCredentials() local
53 if (!tmp_url.ok()) { in UrlExternalAccountCredentials()
56 tmp_url.status().ToString())); in UrlExternalAccountCredentials()
59 url_ = *tmp_url; in UrlExternalAccountCredentials()
/dports/devel/py-grpcio/grpcio-1.43.0/src/core/lib/security/credentials/external/
H A Durl_external_account_credentials.cc52 absl::StatusOr<URI> tmp_url = URI::Parse(it->second.string_value()); in UrlExternalAccountCredentials() local
53 if (!tmp_url.ok()) { in UrlExternalAccountCredentials()
56 tmp_url.status().ToString())); in UrlExternalAccountCredentials()
59 url_ = *tmp_url; in UrlExternalAccountCredentials()
/dports/math/stanmath/math-4.2.0/scripts/
H A Drelease_notes.py19 tmp_url = prs_url + str(current_page) variable
20 with urllib.request.urlopen(tmp_url) as url:
/dports/audio/hexter/hexter-1.0.3/extra/
H A Dtextui_main.c248 char *host, *port, *path, *tmp_url, *rl_prompt; in main() local
293 tmp_url = lo_server_get_url(osc_server); in main()
294 osc_self_url = osc_build_path(tmp_url, (strlen(path) > 1 ? path + 1 : path)); in main()
295 free(tmp_url); in main()
/dports/multimedia/streamlink/streamlink-2.1.2/src/streamlink/plugins/
H A Dceskatelevize.py151 tmp_url = matches.group(0).replace('&amp;', '&')
152 if 'hash' not in tmp_url:
156 url = tmp_url + '&hash=' + matches.group(1)
158 url = tmp_url
/dports/net/py-urlextract/urlextract-1.4.0/urlextract/
H A Durlextract_core.py725 tmp_url = self._complete_url(text, offset + tld_pos, tld,
728 if tmp_url:
730 tld_pos_url = tmp_url.find(tld)
734 rest_url = tmp_url[tld_pos_url + len(tld):]
748 yield tmp_url, (tld_pos - len(tmp_url), tld_pos)
750 yield tmp_url
/dports/audio/hexter/hexter-1.0.3/src/
H A Dgui_main.c301 char *host, *port, *path, *tmp_url; in main() local
360 tmp_url = lo_server_get_url(osc_server); in main()
361 osc_self_url = osc_build_path(tmp_url, (strlen(path) > 1 ? path + 1 : path)); in main()
362 free(tmp_url); in main()
/dports/audio/whysynth/whysynth-20120903/src/
H A Dgui_main.c320 char *host, *port, *path, *tmp_url; in main() local
377 tmp_url = lo_server_get_url(osc_server); in main()
378 osc_self_url = osc_build_path(tmp_url, (strlen(path) > 1 ? path + 1 : path)); in main()
379 free(tmp_url); in main()
/dports/textproc/stardict3/stardict-3.0.6/lib/src/
H A Dlibcommon.cpp672 std::string tmp_url; in create_temp_file() local
674 || !utf8_to_file_name(tmp_url_utf8, tmp_url)) in create_temp_file()
676 FILE * f = g_fopen(tmp_url.c_str(), "wb"); in create_temp_file()
681 return tmp_url; in create_temp_file()
685 std::string tmp_url; in create_temp_file()
690 tmp_url = buf; in create_temp_file()
698 return tmp_url; in create_temp_file()
/dports/games/retroarch/RetroArch-1.9.7/
H A Dcore_updater_list.c401 char *tmp_url = NULL; local
451 tmp_url = strdup(remote_core_path);
454 remote_core_path, tmp_url, sizeof(remote_core_path));
455 if (tmp_url)
456 free(tmp_url);
/dports/multimedia/mplayer/mplayer-export-2021-12-29/stream/
H A Dnetwork.c154 URL_t *tmp_url; in check4proxies() local
179 tmp_url = url_new( new_url ); in check4proxies()
180 if( tmp_url==NULL ) { in check4proxies()
186 url_out = tmp_url; in check4proxies()
/dports/multimedia/mencoder/mplayer-export-2021-12-29/stream/
H A Dnetwork.c154 URL_t *tmp_url; in check4proxies() local
179 tmp_url = url_new( new_url ); in check4proxies()
180 if( tmp_url==NULL ) { in check4proxies()
186 url_out = tmp_url; in check4proxies()

123