Searched defs:pfile (Results 1 - 1 of 1) sorted by relevance

/httpd/support/
H A Dab.c2087 static apr_status_t open_postfile(const char *pfile) argument
2094 rv = apr_file_open(&postfd, pfile, APR_READ, APR_OS_DEFAULT, cntxt);
2096 fprintf(stderr, "ab: Could not open POST data file (%s): %s\n", pfile,
2103 fprintf(stderr, "ab: Could not stat POST data file (%s): %s\n", pfile,

Completed in 18 milliseconds