Home | History | Annotate | Download | only in server

Lines Matching refs:portp

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