Home
last modified time | relevance | path

Searched refs:gaErrorList (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/apr/misc/unix/
Derrorcodes.c198 } gaErrorList[] = { variable
288 for (i = 0; gaErrorList[i].msg; ++i) { in apr_os_strerror()
289 if (gaErrorList[i].code == errcode) { in apr_os_strerror()
290 apr_cpystrn(buf, gaErrorList[i].msg, bufsize); in apr_os_strerror()