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

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

Completed in 164 milliseconds