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

/httpd/modules/ssl/
H A Dssl_util_ocsp.c132 static char *get_line(apr_bucket_brigade *bbout, apr_bucket_brigade *bbin, function
197 line = get_line(tmpbb, bb, c, p);
211 while ((line = get_line(tmpbb, bb, c, p)) != NULL && line[0]
/httpd/support/
H A Dhtdigest.c93 static int get_line(char *s, int n, apr_file_t *f) function
258 while (!(get_line(line, sizeof(line), f))) {

Completed in 62 milliseconds