Searched refs:gaErrorList (Results 1 – 1 of 1) sorted by relevance
198 } gaErrorList[] = { variable288 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()