Searched refs:theport (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/apache-786.1/httpd/srclib/apr/test/
H A Dechod.c116 apr_int16_t theport = 4747; local
127 theport = atoi(argv[1]);
130 fprintf(stdout, "Starting to listen on port %d\n", theport);
131 glassToWall(theport, pool);
/macosx-10.9.5/apr-30/apr/apr/test/
H A Dechod.c117 apr_int16_t theport = 4747; local
128 theport = atoi(argv[1]);
131 fprintf(stdout, "Starting to listen on port %d\n", theport);
132 rv = glassToWall(theport, pool);

Completed in 74 milliseconds