OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ssl_read_line
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/unbound/dist/daemon/
remote.h
344
int
ssl_read_line
(RES* ssl, char* buf, size_t max);
cachedump.c
433
return
ssl_read_line
(ssl, (char*)sldns_buffer_begin(buf),
remote.c
634
ssl_read_line
(RES* res, char* buf, size_t max)
function
1387
while(
ssl_read_line
(ssl, buf+cmd_len, MAX_STDIN_STRLINE)) {
1445
while(
ssl_read_line
(ssl, buf+cmd_len, MAX_STDIN_STRLINE)) {
1518
while(
ssl_read_line
(ssl, buf+cmd_len, MAX_STDIN_STRLINE)) {
1567
while(
ssl_read_line
(ssl, buf+cmd_len, MAX_STDIN_STRLINE)) {
1690
while(
ssl_read_line
(ssl, buf+cmd_len, MAX_STDIN_STRLINE)) {
1752
while(
ssl_read_line
(ssl, buf+cmd_len, MAX_STDIN_STRLINE)) {
4243
if(!
ssl_read_line
(res, buf, sizeof(buf))) {
/src/external/bsd/nsd/dist/
remote.c
219
static int
ssl_read_line
(RES* res, char* buf, size_t max);
784
ssl_read_line
(RES* res, char* buf, size_t max)
function
1567
while(
ssl_read_line
(ssl, buf, sizeof(buf))) {
1589
while(
ssl_read_line
(ssl, buf, sizeof(buf))) {
2828
if(!
ssl_read_line
(res, buf, sizeof(buf))) {
Completed in 58 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026