Home
last modified time | relevance | path

Searched refs:MAXERRLEN (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/openssl/openssl/apps/include/
H A Dhttp_server.h36 # define MAXERRLEN 1000 /* limit error text sent to syslog to 1000 bytes */ macro
/third_party/openssl/apps/include/
H A Dhttp_server.h36 # define MAXERRLEN 1000 /* limit error text sent to syslog to 1000 bytes */ macro
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dhttp_server.c49 int ilen = len > MAXERRLEN ? MAXERRLEN : len; in print_syslog()
/third_party/openssl/apps/lib/
H A Dhttp_server.c49 int ilen = len > MAXERRLEN ? MAXERRLEN : len; in print_syslog()

Completed in 3 milliseconds