Home
last modified time | relevance | path

Searched refs:have_host (Results 1 – 25 of 56) sorted by relevance

123

/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/kns/
H A Dhttp.c121 bool have_host, have_scheme; in ParseUrl() local
195 have_host = false; in ParseUrl()
212 have_host = true; in ParseUrl()
216 if ( have_scheme && ! have_host ) in ParseUrl()
230 if ( ! have_host ) in ParseUrl()
242 if ( have_host ) in ParseUrl()
288 if ( ! have_host || buf != end ) in ParseUrl()
308 if ( have_host ) in ParseUrl()
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/kns/
H A Dhttp.c121 bool have_host, have_scheme; in ParseUrl() local
195 have_host = false; in ParseUrl()
212 have_host = true; in ParseUrl()
216 if ( have_scheme && ! have_host ) in ParseUrl()
230 if ( ! have_host ) in ParseUrl()
242 if ( have_host ) in ParseUrl()
288 if ( ! have_host || buf != end ) in ParseUrl()
308 if ( have_host ) in ParseUrl()
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/network/ios/
H A D_ios_interface.py382 have_host = []
398 have_host.append(item.split(':')[1].strip())
412 have_host.append(host)
418 if host and host not in have_host:
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/ios/plugins/modules/
H A Dios_interface.py487 have_host = []
508 have_host.append(item.split(":")[1].strip())
532 have_host.append(host)
537 if host and host not in have_host:
/dports/net/ulxmlrpcpp/ulxmlrpcpp-1.7.5/ulxmlrpcpp/apps/
H A Dintrospect.cpp111 bool have_host = false; in main() local
132 have_host = true; in main()
156 if (!have_host) in main()
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/network/vyos/
H A D_vyos_interface.py340 have_host = []
354 have_host.append(item.split(':')[1].strip())
360 if host and host not in have_host:
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/network/slxos/
H A Dslxos_interface.py374 have_host = []
389 have_host.append(item.split(':')[1].strip())
395 if host and host not in have_host:
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/vyos/vyos/plugins/modules/
H A Dvyos_interface.py449 have_host = []
467 have_host.append(item.split(":")[1].strip())
473 if host and host not in have_host:
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/arista/eos/plugins/modules/
H A Deos_interface.py489 have_host = []
515 have_host.append(value[1])
522 if host and host not in have_host:
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/network/plugins/modules/
H A Dslxos_interface.py368 have_host = []
383 have_host.append(item.split(':')[1].strip())
389 if host and host not in have_host:
H A Dcnos_interface.py447 have_host = []
465 have_host.append(item.split(':')[1].strip())
472 if host and host not in have_host:
H A Dicx_interface.py583 have_host = []
599 have_host.append(match.group(1))
608 if host and host not in have_host:
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/network/plugins/modules/network/slxos/
H A Dslxos_interface.py368 have_host = []
383 have_host.append(item.split(':')[1].strip())
389 if host and host not in have_host:
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/network/eos/
H A D_eos_interface.py382 have_host = []
401 have_host.append(value[1])
408 if host and host not in have_host:
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/network/cnos/
H A Dcnos_interface.py466 have_host = []
484 have_host.append(item.split(':')[1].strip())
491 if host and host not in have_host:
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/network/plugins/modules/network/cnos/
H A Dcnos_interface.py447 have_host = []
465 have_host.append(item.split(':')[1].strip())
472 if host and host not in have_host:
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/network/junos/
H A D_junos_interface.py374have_host = [item.text for item in reply.xpath('lldp-neighbors-information/lldp-neighbor-informati…
380 if host and host not in have_host:
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/junipernetworks/junos/plugins/modules/
H A Djunos_interface.py517 have_host = [
533 if host and host not in have_host:
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/network/icx/
H A Dicx_interface.py589 have_host = []
605 have_host.append(match.group(1))
614 if host and host not in have_host:
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/network/plugins/modules/network/icx/
H A Dicx_interface.py583 have_host = []
599 have_host.append(match.group(1))
608 if host and host not in have_host:
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/network/nxos/
H A D_nxos_interface.py653 have_host = []
667 have_host.append(line.split(': ')[1])
672 if host and host not in have_host:
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/nxos/plugins/modules/
H A Dnxos_interface.py870 have_host = []
894 have_host.append(line.split(": ")[1])
899 if host and host not in have_host:
/dports/databases/proftpd-mod_sql_odbc/proftpd-1.3.7c/contrib/
H A Dmod_sql_postgres.c684 char *have_host = NULL, *have_port = NULL, *info = NULL, *name = NULL; in cmd_defineconnection() local
725 have_host = strchr(db, '@'); in cmd_defineconnection()
743 if (have_host) { in cmd_defineconnection()
744 host = have_host + 1; in cmd_defineconnection()
745 *have_host = '\0'; in cmd_defineconnection()
/dports/databases/proftpd-mod_sql_sqlite/proftpd-1.3.7c/contrib/
H A Dmod_sql_postgres.c684 char *have_host = NULL, *have_port = NULL, *info = NULL, *name = NULL; in cmd_defineconnection() local
725 have_host = strchr(db, '@'); in cmd_defineconnection()
743 if (have_host) { in cmd_defineconnection()
744 host = have_host + 1; in cmd_defineconnection()
745 *have_host = '\0'; in cmd_defineconnection()
/dports/databases/proftpd-mod_sql_postgres/proftpd-1.3.7c/contrib/
H A Dmod_sql_postgres.c684 char *have_host = NULL, *have_port = NULL, *info = NULL, *name = NULL; in cmd_defineconnection() local
725 have_host = strchr(db, '@'); in cmd_defineconnection()
743 if (have_host) { in cmd_defineconnection()
744 host = have_host + 1; in cmd_defineconnection()
745 *have_host = '\0'; in cmd_defineconnection()

123