Home | History | Annotate | Download | only in dist

Lines Matching defs:writeFile

9705 ** writefile(), and eponymous virtual type "fsdir".
9707 ** WRITEFILE(FILE, DATA [, MODE [, MTIME]]):
10006 ** by SQL function writefile(). This function ensures that the directory
10052 ** This function does the work for the writefile() UDF. Refer to
10055 static int writeFile(
10059 mode_t mode, /* MODE parameter passed to writefile() */
10173 ** Implementation of the "writefile(W,X[,Y[,Z]]])" SQL function.
10188 "wrong number of arguments to function writefile()", -1
10202 res = writeFile(context, zFile, argv[1], mode, mtime);
10205 res = writeFile(context, zFile, argv[1], mode, mtime);
10908 rc = sqlite3_create_function(db, "writefile", -1,
25505 "writefile",
30140 " ELSE writefile($dir||name, %s, mode, mtime) END\n"
30184 ** (0) writefile() all files and directories
30185 ** (1) writefile() for directory again