Home
last modified time | relevance | path

Searched refs:lp_url (Results 1 – 3 of 3) sorted by relevance

/dports/net-p2p/cpuminer/cpuminer-2.5.0/
H A Dcpu-miner.c1275 char *copy_start, *hdr_path = NULL, *lp_url = NULL; in longpoll_thread() local
1291 lp_url = hdr_path; in longpoll_thread()
1301 lp_url = malloc(strlen(rpc_url) + strlen(copy_start) + 2); in longpoll_thread()
1302 if (!lp_url) in longpoll_thread()
1305 sprintf(lp_url, "%s%s%s", rpc_url, need_slash ? "/" : "", copy_start); in longpoll_thread()
1308 applog(LOG_INFO, "Long-polling activated for %s", lp_url); in longpoll_thread()
1319 val = json_rpc_call(curl, lp_url, rpc_userpass, in longpoll_thread()
1356 free(lp_url); in longpoll_thread()
1357 lp_url = NULL; in longpoll_thread()
1366 free(lp_url); in longpoll_thread()
/dports/www/e107/e107/e107_plugins/forum/shortcodes/batch/
H A Dviewforum_shortcodes.php622 $lp_url = $threadUrl = e107::url('forum','topic',$this->var, array('query'=>array('last'=>1)));
624 $lp_thread = "<a href='" . $lp_url . "'>" . IMAGE_post2 . '</a>';
/dports/sysutils/py-salt/salt-3004.1/salt/modules/
H A Daptpkg.py267 lp_url = "https://launchpad.net/api/1.0/~{}/+archive/{}".format(
270 request = _Request(lp_url, headers={"Accept": "application/json"})