Searched refs:fsdirSetErrmsg (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/contrib/sqlite3/
H A Dshell.c2774 static void fsdirSetErrmsg(fsdir_cursor *pCur, const char *zFmt, ...){ function
2810 fsdirSetErrmsg(pCur, "cannot read directory: %s", pCur->zPath);
2827 fsdirSetErrmsg(pCur, "cannot stat file: %s", pCur->zPath);
2946 fsdirSetErrmsg(pCur, "table function fsdir requires an argument");
2953 fsdirSetErrmsg(pCur, "table function fsdir requires a non-NULL argument");
2970 fsdirSetErrmsg(pCur, "cannot stat file: %s", pCur->zPath);

Completed in 155 milliseconds