Lines Matching full:readfile
2060 ** This SQLite extension implements SQL functions readfile() and
2093 ** READFILE(FILE):
2178 ** Implementation of the "readfile(X)" SQL function. The entire content
2855 rc = sqlite3_create_function(db, "readfile", 1, SQLITE_UTF8, 0,
10244 static char *readFile(const char *zName, int *pnByte){
12477 }else if( (zRes = readFile("testcase-out.txt", 0))==0 ){