Home | History | Annotate | Download | only in server

Lines Matching refs:portp

548         char *portp = NULL;
577 portp = p+1;
582 portp = strchr(doc, ':');
584 if(portp && (*(portp+1) != '\0') && ISDIGIT(*(portp+1))) {
585 unsigned long ulnum = strtoul(portp+1, NULL, 10);