Home
last modified time | relevance | path

Searched refs:ap_getopt (Results 1 – 3 of 3) sorted by relevance

/PHP-5.4/sapi/isapi/stresstest/
H A Dgetopt.h8 int ap_getopt(int argc, char* const *argv, const char *optstr);
H A Dgetopt.c45 int ap_getopt(int argc, char* const *argv, const char *optstr) in ap_getopt() function
144 while ((c = ap_getopt(argc, argv, "abo:")) != EOF) in main()
H A Dstresstest.cpp486 while ((c=ap_getopt(argc, argv, OPTSTRING))!=-1) { in main()

Completed in 14 milliseconds