Home
last modified time | relevance | path

Searched refs:url_p (Results 1 – 25 of 28) sorted by relevance

12

/dports/japanese/ebnetd/ebnetd-1.0/ebhttpd/
H A Durlparts.c261 char *url_p; local
290 url_p = parts->buffer;
310 parts->scheme = url_p;
312 url_p = p + 1;
319 if (*url_p == '/' && *(url_p + 1) == '/') {
332 netloc = url_p;
333 for (p1 = url_p + 2, p2 = url_p;
338 url_p = p1;
341 url_p = p2;
430 if (*url_p != '\0')
[all …]
/dports/irc/bitlbee/bitlbee-3.6/lib/
H A Doauth2.c71 url_t url_p; in oauth2_access_token() local
75 if (!url_set(&url_p, sp->token_url)) { in oauth2_access_token()
96 "%s", url_p.file, url_p.host, strlen(args_s), args_s); in oauth2_access_token()
103 req = http_dorequest(url_p.host, url_p.port, url_p.proto == PROTO_HTTPS, in oauth2_access_token()
H A Doauth.c237 url_t url_p; in oauth_post_request() local
239 if (!url_set(&url_p, url)) { in oauth_post_request()
263 "%s", url_p.file, url_p.host, strlen(post), post); in oauth_post_request()
266 req = http_dorequest(url_p.host, url_p.port, url_p.proto == PROTO_HTTPS, in oauth_post_request()
/dports/www/newsboat/newsboat-2.22.1/src/
H A Dopml.cpp66 char* url_p = (char*)xmlGetProp( in rec_find_rss_outlines() local
68 if (!url_p) { in rec_find_rss_outlines()
69 url_p = (char*)xmlGetProp( in rec_find_rss_outlines()
73 if (url_p) { in rec_find_rss_outlines()
74 const std::string url(url_p); in rec_find_rss_outlines()
75 xmlFree(url_p); in rec_find_rss_outlines()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_v8/src/
H A Dfscurl.cpp123 const char *url_p = NULL; in JS_CURL_FUNCTION_IMPL() local
190 url_p = url; in JS_CURL_FUNCTION_IMPL()
200 url_p = durl; in JS_CURL_FUNCTION_IMPL()
204 method, url_p, data.c_str(), switch_str_nil(cred.c_str()), !_function.IsEmpty() ? "yes" : "no"); in JS_CURL_FUNCTION_IMPL()
206 switch_curl_easy_setopt(_curl_handle, CURLOPT_URL, url_p); in JS_CURL_FUNCTION_IMPL()
/dports/www/trafficserver/trafficserver-9.1.1/proxy/http/
H A DTestUrl.cc33 URL *url_p = new URL(url_string); in create_url() local
34 URL &url = *url_p; in create_url()
88 return (url_p); in create_url()
/dports/mail/neomutt/neomutt-20211029/
H A Dmx.c1589 struct Url *url_p = NULL; in mx_mbox_find() local
1595 url_p = url_parse(path); in mx_mbox_find()
1596 if (!url_p) in mx_mbox_find()
1614 if (!mutt_istr_equal(url_a->host, url_p->host)) in mx_mbox_find()
1616 if (url_p->user && !mutt_istr_equal(url_a->user, url_p->user)) in mx_mbox_find()
1620 if (imap_mxcmp(url_a->path, url_p->path) == 0) in mx_mbox_find()
1625 if (mutt_str_equal(url_a->path, url_p->path)) in mx_mbox_find()
1631 url_free(&url_p); in mx_mbox_find()
/dports/www/coppermine/cpg1.6.x-1.6.12/
H A Dbridgemgr.php220 $url_p = parse_url ($url);
222 if (isset ($url_p["host"]))
223 { $host = $url_p["host"]; }
227 if (isset ($url_p["path"]))
228 { $path = $url_p["path"]; }
/dports/devel/git-svn/git-2.34.1/builtin/
H A Dpush.c133 static int push_url_of_remote(struct remote *remote, const char ***url_p) in push_url_of_remote() argument
136 *url_p = remote->pushurl; in push_url_of_remote()
139 *url_p = remote->url; in push_url_of_remote()
/dports/devel/git-gui/git-2.34.1/builtin/
H A Dpush.c133 static int push_url_of_remote(struct remote *remote, const char ***url_p) in push_url_of_remote() argument
136 *url_p = remote->pushurl; in push_url_of_remote()
139 *url_p = remote->url; in push_url_of_remote()
/dports/devel/git-p4/git-2.34.1/builtin/
H A Dpush.c133 static int push_url_of_remote(struct remote *remote, const char ***url_p) in push_url_of_remote() argument
136 *url_p = remote->pushurl; in push_url_of_remote()
139 *url_p = remote->url; in push_url_of_remote()
/dports/devel/git/git-2.34.1/builtin/
H A Dpush.c133 static int push_url_of_remote(struct remote *remote, const char ***url_p) in push_url_of_remote() argument
136 *url_p = remote->pushurl; in push_url_of_remote()
139 *url_p = remote->url; in push_url_of_remote()
/dports/devel/git-cvs/git-2.34.1/builtin/
H A Dpush.c133 static int push_url_of_remote(struct remote *remote, const char ***url_p) in push_url_of_remote() argument
136 *url_p = remote->pushurl; in push_url_of_remote()
139 *url_p = remote->url; in push_url_of_remote()
/dports/devel/libdap/libdap-3.20.8/unit-tests/
H A DmarshT.cc341 Url *url_p = dynamic_cast<Url *>((*row_sub)[1]); in marshT_test_read() local
342 CPPUNIT_ASSERT(url_p); in marshT_test_read()
343 CPPUNIT_ASSERT(url_p->value() == url->value()); in marshT_test_read()
H A DMarshallerTest.cc584 Url *url_p = dynamic_cast<Url *>((*row_sub)[1]); in sequence_file_deserialize_test() local
585 CPPUNIT_ASSERT(url_p); in sequence_file_deserialize_test()
586 CPPUNIT_ASSERT(url_p->value() == url->value()); in sequence_file_deserialize_test()
1238 Url *url_p = dynamic_cast<Url *>((*row_sub)[1]); in sequence_stream_deserialize_test() local
1239 CPPUNIT_ASSERT(url_p); in sequence_stream_deserialize_test()
1240 CPPUNIT_ASSERT(url_p->value() == url->value()); in sequence_stream_deserialize_test()
/dports/devel/cgit/cgit-1.2.3/git/builtin/
H A Dpush.c137 static int push_url_of_remote(struct remote *remote, const char ***url_p) in push_url_of_remote() argument
140 *url_p = remote->pushurl; in push_url_of_remote()
143 *url_p = remote->url; in push_url_of_remote()
/dports/devel/gwenhywfar/gwenhywfar-5.6.0/src/parser/
H A DMakefile.am23 url_p.h \
H A DMakefile.in499 url_p.h \
/dports/devel/gwenhywfar-qt5/gwenhywfar-5.6.0/src/parser/
H A DMakefile.am23 url_p.h \
/dports/devel/gwenhywfar-gtk2/gwenhywfar-5.6.0/src/parser/
H A DMakefile.am23 url_p.h \
/dports/devel/gwenhywfar-fox16/gwenhywfar-5.6.0/src/parser/
H A DMakefile.am23 url_p.h \
H A DMakefile.in499 url_p.h \
/dports/devel/gwenhywfar-gtk3/gwenhywfar-5.6.0/src/parser/
H A DMakefile.am23 url_p.h \
/dports/www/geneweb/geneweb-13c850a0cc3973daf7ae3e0772a1621f84052041/src/
H A Ddag.ml207 value image_url_txt conf base url_p url height =
209 sprintf "<a href=\"%s\">" url_p ^
216 value image_url_txt_with_size conf base url_p url width height =
218 sprintf "<a href=\"%s\">" url_p ^
239 let url_p = (commd conf) ^ (acces conf base p) in
242 image_url_txt_with_size conf base url_p url wid hei ^
245 let url_p = (commd conf) ^ (acces conf base p) in
248 image_url_txt conf base url_p url 75 ^ "</td></tr></table></center>\n"
/dports/science/PETSc/petsc-3.14.1/src/binding/petsc4py/src/libpetsc4py/
H A Dlibpetsc4py.pyx2551 const char *url_p, argument
2556 assert url_p != NULL
2557 assert url_p[0] != 0
2565 cdef url = bytes2str(url_p)

12