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

/httpd/modules/ssl/
H A Dssl_engine_pphrase.c118 static apr_file_t *readtty = NULL; variable
387 if (readtty) {
388 apr_file_close(readtty);
390 readtty = writetty = NULL;
422 readtty = procnew->out;
437 rc = apr_file_gets(buf, length, readtty);
440 if (rc != APR_SUCCESS || apr_file_eof(readtty)) {
485 if (!readtty) {

Completed in 473 milliseconds