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

/httpd/support/
H A Dhtpasswd.c276 apr_file_t *fpw = NULL; local
401 if (apr_file_open(&fpw, pwfilename, APR_READ | APR_BUFFERED,
407 while (apr_file_gets(line, sizeof(line), fpw) == APR_SUCCESS) {
436 apr_file_close(fpw);
476 apr_file_close(fpw);

Completed in 2214 milliseconds