Searched refs:portp (Results 1 – 5 of 5) sorted by relevance
/external/curl/tests/server/ |
D | rtspd.c | 545 char *portp = strchr(doc, ':'); in ProcessRequest() local 546 if(portp && (*(portp+1) != '\0') && ISDIGIT(*(portp+1))) in ProcessRequest() 547 req->testno = strtol(portp+1, NULL, 10); in ProcessRequest()
|
D | sws.c | 548 char *portp = NULL; in ProcessRequest() local 577 portp = p+1; in ProcessRequest() 582 portp = strchr(doc, ':'); in ProcessRequest() 584 if(portp && (*(portp+1) != '\0') && ISDIGIT(*(portp+1))) { in ProcessRequest() 585 unsigned long ulnum = strtoul(portp+1, NULL, 10); in ProcessRequest()
|
/external/libxml2/ |
D | nanoftp.c | 1381 unsigned char ad[6], *adp, *portp; in xmlNanoFTPGetConnection() local 1505 portp = (unsigned char *) &((struct sockaddr_in6 *)&dataAddr)->sin6_port; in xmlNanoFTPGetConnection() 1506 snprintf (buf, sizeof(buf), "EPRT |2|%s|%s|\r\n", adp, portp); in xmlNanoFTPGetConnection() 1511 portp = (unsigned char *) &((struct sockaddr_in *)&dataAddr)->sin_port; in xmlNanoFTPGetConnection() 1514 portp[0] & 0xff, portp[1] & 0xff); in xmlNanoFTPGetConnection()
|
/external/fio/engines/ |
D | rdma.c | 1055 char *sep, *portp, *modep; in fio_rdmaio_init() local 1083 portp = sep; in fio_rdmaio_init() 1084 sep = strchr(portp, '/'); in fio_rdmaio_init() 1090 port = strtol(portp, NULL, 10); in fio_rdmaio_init()
|
/external/fio/ |
D | server.c | 1633 char *portp; in fio_server_parse_string() local 1675 portp = strchr(host, ','); in fio_server_parse_string() 1676 if (portp) { in fio_server_parse_string() 1677 *portp = '\0'; in fio_server_parse_string() 1678 portp++; in fio_server_parse_string() 1679 lport = atoi(portp); in fio_server_parse_string()
|