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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c25593 char aErr[80]; local
25594 memset(aErr, 0, sizeof(aErr));
25595 zErr = aErr;
25600 ** may point to aErr[], or it may point to some static storage somewhere.
25602 ** strerror_r(), which always writes an error message into aErr[].
25612 strerror_r(iErrno, aErr, sizeof(aErr)-1);
[all...]

Completed in 336 milliseconds