Home
last modified time | relevance | path

Searched refs:fsDlError (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A Dtest_onefile.c168 static void fsDlError(sqlite3_vfs*, int nByte, char *zErrMsg);
196 fsDlError, /* xDlError */
769 static void fsDlError(sqlite3_vfs *pVfs, int nByte, char *zErrMsg){ in fsDlError() function