Searched refs:zErr (Results 1 – 2 of 2) sorted by relevance
6350 const char *zErr; /* Error message to return */ member6670 p->zErr = "unknown \\ escape"; in re_esc_char()6688 const char *zErr; in re_subcompile_re() local6691 zErr = re_subcompile_string(p); in re_subcompile_re()6692 if( zErr ) return zErr; in re_subcompile_re()6698 zErr = re_subcompile_string(p); in re_subcompile_re()6699 if( zErr ) return zErr; in re_subcompile_re()6713 const char *zErr; in re_subcompile_string() local6723 zErr = re_subcompile_re(p); in re_subcompile_string()6724 if( zErr ) return zErr; in re_subcompile_string()[all …]
39293 char *zErr; /* Message from strerror() or equivalent */39303 zErr = aErr;39318 zErr =39324 zErr = "";39327 zErr = strerror(iErrno);39333 iLine, iErrno, zFunc, zPath, zErr43329 const char *zErr = "mmap";43363 zErr = "mremap";43390 unixLogError(SQLITE_OK, zErr, pFd->zPath);44768 const char *zErr;[all …]