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