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

/external/sqlite/dist/orig/
H A Dshell.c2198 static void ctxErrorMsg(sqlite3_context *ctx, const char *zFmt, ...){ function
2398 ctxErrorMsg(context, "failed to create symlink: %s", zFile);
2400 ctxErrorMsg(context, "failed to create directory: %s", zFile);
2402 ctxErrorMsg(context, "failed to write file: %s", zFile);
/external/sqlite/dist/
H A Dshell.c2204 static void ctxErrorMsg(sqlite3_context *ctx, const char *zFmt, ...){ function
2404 ctxErrorMsg(context, "failed to create symlink: %s", zFile);
2406 ctxErrorMsg(context, "failed to create directory: %s", zFile);
2408 ctxErrorMsg(context, "failed to write file: %s", zFile);

Completed in 181 milliseconds