Home | History | Annotate | Download | only in server

Lines Matching refs:portp

550           char *portp = strchr(doc, ':');
551 if(portp && (*(portp+1) != '\0') && ISDIGIT(*(portp+1)))
552 req->testno = strtol(portp+1, NULL, 10);